-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels