Skip to content

Commit e77042e

Browse files
committed
Change Robname in robpose.cpp
1 parent b99f884 commit e77042e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/src

Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/src/robpose.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ int main(int argc, char **argv)
132132

133133
// MoveGroupInterface_ROB:
134134
using moveit::planning_interface::MoveGroupInterface;
135-
auto ROBname = param_ROB + "_arm";
135+
auto ROBname = "ur5_manipulator";
136136
move_group_interface_ROB = MoveGroupInterface(MoveIt2_NODE, ROBname);
137137

138138
// SPIN PUBLISHER:

0 commit comments

Comments
 (0)