main
gestures 2 weeks ago
parent 58944519c6
commit 175b6208fb

@ -18,7 +18,7 @@ class BaseGestureControlNode(Node):
def __init__(self, RobotController):
super().__init__('joy_control')
super().__init__('base_gesture_control')
self.URC = RobotController(self)

Loading…
Cancel
Save