Skip to content

parameter server hangs after launching the move_group(ROS2 Jazzy) #157

@GerardHarkema

Description

@GerardHarkema

Dear reader,

When I launch one of the robot configurations from the xarm_moveit_config package and try to access the parameter server—via the command line, a C++ node, or a Python node—I am unable to retrieve any parameters.

I tried to investigate where the problem occurs, and it seems to be related to how the move_group node is started in the _robot_moveit_common2.launch.py launch file of the xarm_moveit_config package. When I comment out the line that launches the move_group_node (see below), I am able to access the parameter server correctly.

    return [
        RegisterEventHandler(event_handler=OnProcessExit(
            target_action=rviz2_node,
            on_exit=[EmitEvent(event=Shutdown())]
        )),
        rviz2_node,
        static_tf,
        move_group_node, #<-- comment out
        robot_planner_node_launch
    ]

I suspect that the issue is related to the MoveIt configuration, but I have not been able to identify the exact cause.

Could you please help me solve this problem?

Kind regards,

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