This commit is contained in:
gestures
2026-07-10 09:00:17 +03:00
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)