Global trajectory optimization through N ordered waypoints #680
Unanswered
jarkenau
asked this question in
Research Q&A
Replies: 2 comments
|
This is a useful use case, but full support is a fairly hard problem. To get global feasibility, we would also need waypoint support in the geometric planner, not just in the trajectory optimizer. There are two intermediate steps we have been thinking about supporting:
Could you share a bit more about the use case you have in mind? In particular:
|
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.
I have an ordered sequence of
Nend-effector pose targets, known up-front, and want a single joint-space trajectory that smoothly flows through all of them (non-zero velocity at intermediate waypoints and cross-segment optimization). Instead of chaining N independent plan_pose calls.As far as I can tell, the public API doesn't expose a way to do this. The trajopt horizon is fixed at 1 in the YAML config:
curobo/curobo/content/configs/task/trajopt/transition_bspline_trajopt.yml
Line 9 in ac5f931
Is this a use case you'd be interested in supporting, and is it something that could land on the roadmap?
All reactions