Skip to content

How to choose move_group("arm") and move_group("arm_with_torso")? #71

@mptangtang

Description

@mptangtang

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions