Dynamics constraints in cartesian space #456
Unanswered
jstpierref
asked this question in
Software Q&A
Replies: 1 comment
-
You could add a new cost term here: curobo/src/curobo/rollout/arm_reacher.py Line 237 in 2fbffc3 where you compute end-effector velocity using finite difference and then penalize if it's beyond a specific limit. If implemented in pytorch, then autodiff will take care of getting you Cartesian velocity limited trajectories. |
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
-
Hello cuRobo team,
Thank you for your amazing work on this project! I was wondering if there are any plans to support dynamics constraints in Cartesian space. Currently, it seems that dynamics limits are only defined in joint space, which can be limiting for certain use cases.
For instance, some applications might require end-effector velocity or acceleration limits to be defined directly in Cartesian coordinates for more intuitive or application-specific control.
Could you share any thoughts or plans regarding this?
Beta Was this translation helpful? Give feedback.
All reactions