File tree Expand file tree Collapse file tree
Industrial/ros2_SimRealRobotControl_gz/ros2srrc_execution/python/robot Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ 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 ' )
116116
117- print ("[CLIENT - robot.py]: Initialising ROS2 /Move Action Client!" )
118- print ("[CLIENT - robot.py]: Waiting for /Move ROS2 ActionServer to be available..." )
117+ print ("[CLIENT - robot.py]: Initialising ROS2 /move Action Client!" )
118+ print ("[CLIENT - robot.py]: Waiting for /move ROS2 ActionServer to be available..." )
119119 while not self ._action_client .wait_for_server (timeout_sec = 1.0 ):
120120 rclpy .spin_once (self )
121- print ("[CLIENT - robot.py]: /Move ACTION SERVER detected, ready!" )
121+ print ("[CLIENT - robot.py]: /move ACTION SERVER detected, ready!" )
122122 print ("" )
123123
124124 def send_goal (self , ACTION ):
You can’t perform that action at this time.
0 commit comments