You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implement a quintic polynomial solver. Take boundary conditions as input and generate a polynomial trajectory which matches those conditions with minimal jerk.
Inputs:
start - [s, s' , s'']
end - [sf, s'f, s''f]
T - the duration of maneuver in seconds
About
A simple jerk minimization polynomial solver (python and cpp)