Skip to content

Commit eda27a6

Browse files
increased rot speed even more
1 parent be9b5ea commit eda27a6

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 * .4
178+
* constants.Global.max_angular_rate
179179
* max(not self.robotDrive.slow,constants.Global.break_speed_mul)
180180
) # Drive counterclockwise with X (right)
181181
)

0 commit comments

Comments
 (0)