We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1d2a6 commit 5c86e2fCopy full SHA for 5c86e2f
commands-v2/armbot/robotcontainer.py
@@ -62,7 +62,8 @@ def configureButtonBindings(self) -> None:
62
# Move the arm to neutral position when the 'B' button is pressed
63
self.driver_controller.B().onTrue(
64
commands2.cmd.run(
65
- lambda: self.moveArm(constants.ArmConstants.kArmOffsetRads), [self.robot_arm]
+ lambda: self.moveArm(constants.ArmConstants.kArmOffsetRads),
66
+ [self.robot_arm],
67
)
68
69
0 commit comments