Skip to content

Commit 4659ffb

Browse files
committed
change action server name
1 parent 438d088 commit 4659ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/python/robot

Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/python/robot/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class MoveCLIENT(Node):
112112
def __init__(self):
113113

114114
super().__init__('ros2srrc_Move_Client')
115-
self._action_client = ActionClient(self, Move, 'Move')
115+
self._action_client = ActionClient(self, Move, 'move_action')
116116

117117
print("[CLIENT - robot.py]: Initialising ROS2 /Move Action Client!")
118118
print("[CLIENT - robot.py]: Waiting for /Move ROS2 ActionServer to be available...")

0 commit comments

Comments
 (0)