Integrate toppra for time parameterization. #287
Replies: 7 comments
-
@marrts might have some useful code around somewhere. This was discussed in this crs pull request. |
Beta Was this translation helpful? Give feedback.
-
Also, I just noticed that though the license is MIT, they import ECOS which is GPL. Doesn't that mean that it would have to be GPL as well? Edit, I think ECOS is only in the python code. The new C++ API looks to use qpOASES |
Beta Was this translation helpful? Give feedback.
-
Exactly. I was just going to post a comment about this. And it's all configurable as well. |
Beta Was this translation helpful? Give feedback.
-
I didn't look too much into toppra at that time and I ended up using this modified code from moveit's iterative spline parameterization from @schornakj which has served well for me but doesn't control for tool speed at all, just joint velocity and acceleration. |
Beta Was this translation helpful? Give feedback.
-
If they are integrating it using qpOASES could we just introduce it as a cost/constraint to our trajopt problem with the new IFOPT integration work? This way it may influence the final trajectory instead of a post trajectory operation. |
Beta Was this translation helpful? Give feedback.
-
I think I know the answer to this, but has anyone by chance looked into this? TOPPRA is getting some votes of confidence over on moveit/moveit#2183. |
Beta Was this translation helpful? Give feedback.
-
I had looked at it a few months back, but have not testing anything. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/hungpham2511/toppra
Beta Was this translation helpful? Give feedback.
All reactions