hungpham2511 / toppra

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

[cpp] Construct spline with 1st and 2nd order derivatives at curve endpoints #161

Closed leonardoedgar closed 3 years ago

leonardoedgar commented 3 years ago

Extension for #157

Changes in this PRs: Enable to construct spline with:

Implementation is based on: https://jmahaffy.sdsu.edu/courses/s10/math541/lectures/pdf/week06/lecture.pdf

Checklists: