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!