We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438d088 commit 4659ffbCopy full SHA for 4659ffb
1 file changed
Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/python/robot/robot.py
@@ -112,7 +112,7 @@ class MoveCLIENT(Node):
112
def __init__(self):
113
114
super().__init__('ros2srrc_Move_Client')
115
- self._action_client = ActionClient(self, Move, 'Move')
+ self._action_client = ActionClient(self, Move, 'move_action')
116
117
print("[CLIENT - robot.py]: Initialising ROS2 /Move Action Client!")
118
print("[CLIENT - robot.py]: Waiting for /Move ROS2 ActionServer to be available...")
0 commit comments