hungpham2511 / toppra

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

[cpp]Implement trajectory parametrizer #129

Closed hungpham2511 closed 4 years ago

hungpham2511 commented 4 years ago

Fixes #102

Changes in this PRs:

Checklists:

hungpham2511 commented 4 years ago

@jmirabel Please let me know your comments if you have any. Thanks.

@ndehio The approach example is working now. Aside from a few bugs in my parametrizer impl, it fails because of a numerical error. In this case, you should use Interpolation method. See another of my comments.

In fact, I think Interpolation should be the default option and will probably make that change shortly.