MPC link_poses? #65
-
motion_gen.plan_single can set link_poses, can mpc do the same thing? |
Beta Was this translation helpful? Give feedback.
Answered by
balakumar-s
Dec 5, 2023
Replies: 2 comments
-
Yes, mpc, ik and motion_gen all can set link_poses. They all call this class to compute costs: curobo/src/curobo/rollout/arm_reacher.py Line 207 in d85ae41 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
balakumar-s
-
thx, I found it =>"links_goal_pose" |
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
Yes, mpc, ik and motion_gen all can set link_poses. They all call this class to compute costs:
curobo/src/curobo/rollout/arm_reacher.py
Line 207 in d85ae41