Motion generation with multiple intermediate target waypoints in world space #100
-
Hello! I have an arm setup with a pre-recorded end-effector trajectory. I would like to generate a motion plan for the arm to follow this pre-recorded trajectory. I was wondering if this package supports generating a single motion plan with multiple intermediate target waypoint poses in world space using One way of doing this is to generate separate motion plans between each intermediate target pose. But since non-zero vel/accel/jerk for final state is not supported, this doesn't yield a single smooth motion through waypoints. Would it be possible to directly define all intermediate target waypoints in a single |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We currently do not have a cost implementation that can track a pose per timestep. However, you can add it here: curobo/src/curobo/rollout/arm_reacher.py Line 239 in c09d949 |
Beta Was this translation helpful? Give feedback.
-
We recently added constrained planning which would allow for tracking linear trajectories: https://curobo.org/source/advanced_examples/3_constrained_planning.html This still does not account for waypoint following. |
Beta Was this translation helpful? Give feedback.
We currently do not have a cost implementation that can track a pose per timestep. However, you can add it here:
curobo/src/curobo/rollout/arm_reacher.py
Line 239 in c09d949