We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a941987 commit d8049c0Copy full SHA for d8049c0
pybot/robotcontainer.py
@@ -121,7 +121,7 @@ def configureButtonBindings(self) -> None:
121
122
123
# Cache the multiplier
124
- self._driveMultiplier = -1.0 if self.isRedAlliance() else 1.0
+ self._driveMultiplier = 1.0 if self.isRedAlliance() else -1.0
125
self._rotMultiplier = -1.0
126
127
# Note that X is defined as forward according to WPILib convention,
0 commit comments