Skip to content

Commit d8049c0

Browse files
committed
flipped from -1 to 1
1 parent a941987 commit d8049c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybot/robotcontainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def configureButtonBindings(self) -> None:
121121

122122

123123
# Cache the multiplier
124-
self._driveMultiplier = -1.0 if self.isRedAlliance() else 1.0
124+
self._driveMultiplier = 1.0 if self.isRedAlliance() else -1.0
125125
self._rotMultiplier = -1.0
126126

127127
# Note that X is defined as forward according to WPILib convention,

0 commit comments

Comments
 (0)