You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Following the tutorial , it is easy to move the torso of fetch using move_group("arm_with_torso") in joint space.
However, if I firstly would like to raise the torso to some prefer height then fix the torso to control the arm only. What should I do? I have tried two move_groups.
When using move_group("arm"), the torso would move back to zero immediately after the move_group.execute(plan) instructions.
If move_group("arm_with_torso") is used, if I set the goal pose to the move_group, then the fetch arm will move with torso joint.
Following the tutorial , it is easy to move the torso of fetch using move_group("arm_with_torso") in joint space.
However, if I firstly would like to raise the torso to some prefer height then fix the torso to control the arm only. What should I do? I have tried two move_groups.
When using move_group("arm"), the torso would move back to zero immediately after the move_group.execute(plan) instructions.
If move_group("arm_with_torso") is used, if I set the goal pose to the move_group, then the fetch arm will move with torso joint.
What should I do in this situation?
Best wishes!