Skip to content

Commit ac84c6e

Browse files
authored
Merge pull request #471 from thedropbears/up-max-speed
max speed from 3.0 to 3.5
2 parents 0856a7f + f19331d commit ac84c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MyRobot(magicbot.MagicRobot):
4646
status_lights: LightStrip
4747
ballistics_component: BallisticsComponent
4848

49-
max_speed = tunable(3.0) # m/s
49+
max_speed = tunable(3.5) # m/s
5050
lower_max_speed = tunable(2.0) # m/s
5151
max_spin_rate = tunable(2.8) # m/s
5252
lower_max_spin_rate = tunable(2.0) # m/s

0 commit comments

Comments
 (0)