Skip to content

A simple jerk minimization polynomial solver (python and cpp)

Notifications You must be signed in to change notification settings

buffos/carND.polynomial.quintic.solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quintic Polynomial Solver

implement a quintic polynomial solver. Take boundary conditions as input and generate a polynomial trajectory which matches those conditions with minimal jerk.

Inputs:

  1. start - [s, s' , s'']
  2. end - [sf, s'f, s''f]
  3. T - the duration of maneuver in seconds

About

A simple jerk minimization polynomial solver (python and cpp)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages