Replies: 1 comment
-
@liuminL I apologize, I missed this issue. I think you should be able to implement it using the MotionPlanner interface. Then you can leverage the Profile concept for configuring the planner. I recommend to take a look at any of the existing motion planner implementations as a reference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some cases, local planners have relatively good performance, such as straight-line-arc planning without active obstacle avoidance in industry, ScLerp planning based on dual quaternions, etc. If need to use them, how to integrate these planners into the project architecture. I want to add them in tesseract_motion_planners. Is this appropriate?
Beta Was this translation helpful? Give feedback.
All reactions