hungpham2511 / toppra

robotic motion planning library
https://hungpham2511.github.io/toppra/index.html
MIT License
612 stars 169 forks source link

Initial and Final Velocities for individual axis #166

Open JadTawil-theonly opened 3 years ago

JadTawil-theonly commented 3 years ago

Hello,

while compute_parameterization accepts sd_start and sd_end, this seems to be a single number across all axis in the optimization.

Is it possible to have something like [0,1,2] and [3,4,5], as initial and final velocities, for a 3 axis problem?

Thank you :)

hungpham2511 commented 3 years ago

It's not possible due to the inner working of the algorithm. If you want to adjust the individual axes, you need to adjust the geometric path.

github-actions[bot] commented 2 years ago

Stale issue message