We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99f884 commit e77042eCopy full SHA for e77042e
1 file changed
Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/src/robpose.cpp
@@ -132,7 +132,7 @@ int main(int argc, char **argv)
132
133
// MoveGroupInterface_ROB:
134
using moveit::planning_interface::MoveGroupInterface;
135
- auto ROBname = param_ROB + "_arm";
+ auto ROBname = "ur5_manipulator";
136
move_group_interface_ROB = MoveGroupInterface(MoveIt2_NODE, ROBname);
137
138
// SPIN PUBLISHER:
0 commit comments