Skip to content

Commit

Permalink
removed unused claws
Browse files Browse the repository at this point in the history
  • Loading branch information
ROV Laptop committed May 13, 2023
1 parent 75b5102 commit e4a2d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surface/task_selector/task_selector/manual_control_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def __init__(self):
self.manip_buttons: Dict[int, ManipButton] = {
X_BUTTON: ManipButton("claw0"),
O_BUTTON: ManipButton("claw1"),
TRI_BUTTON: ManipButton("claw2"),
SQUARE_BUTTON: ManipButton("claw3")
TRI_BUTTON: ManipButton("claw0"),
SQUARE_BUTTON: ManipButton("claw1")
}

def controller_callback(self, msg: Joy):
Expand Down

0 comments on commit e4a2d1f

Please sign in to comment.