Differences between Python and C++ implementation #211
-
I recently switched to using C++ implementation of toppra and have been running into failed parameterization due to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could you provide more information on the solver used? If you use Seidel solver in C++ you should have similar timings.
It would be helpful if you can provide a failing example. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick reply! I was using qpOASES before, looks like seidel is much faster for toppra problem. As for the failed parameterization, I had a bug in my varying acceleration constraint which was causing ERR_UNKNOWN. ERR_FAIL_FORWARD_PASS was because of very short input trajectory. |
Beta Was this translation helpful? Give feedback.
Could you provide more information on the solver used?
If you use Seidel solver in C++ you should have similar timings.
It would be helpful if you can provide a failing example.