Skip to content

Commit 0d128d1

Browse files
increased rotational speed
1 parent bf936f2 commit 0d128d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotcontainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def configureButtonBindings(self) -> None:
175175
.with_rotational_rate(
176176
#self.slewRateT.calculate(self.driverController.getRightX())
177177
self.driverController.getRightX()
178-
* constants.Global.max_angular_rate * .25
178+
* constants.Global.max_angular_rate * .4
179179
* max(not self.robotDrive.slow,constants.Global.break_speed_mul)
180180
) # Drive counterclockwise with X (right)
181181
)

0 commit comments

Comments
 (0)