We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0856a7f + f19331d commit ac84c6eCopy full SHA for ac84c6e
robot.py
@@ -46,7 +46,7 @@ class MyRobot(magicbot.MagicRobot):
46
status_lights: LightStrip
47
ballistics_component: BallisticsComponent
48
49
- max_speed = tunable(3.0) # m/s
+ max_speed = tunable(3.5) # m/s
50
lower_max_speed = tunable(2.0) # m/s
51
max_spin_rate = tunable(2.8) # m/s
52
lower_max_spin_rate = tunable(2.0) # m/s
0 commit comments