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 7ad3243 + 6b950a3 commit 81b6cf8Copy full SHA for 81b6cf8
components/shooter.py
@@ -17,7 +17,7 @@
17
18
19
class ShooterComponent:
20
- FLYWHEEL_INTAKE_SPEED = tunable(-40.0)
+ FLYWHEEL_INTAKE_SPEED = tunable(-20.0)
21
FLYWHEEL_RPS_TOLERANCE = 1.0
22
FLYWHEEL_RAMP_TIME = 1
23
FLYWHEEL_GEAR_RATIO = 1 / (1.0 / 1.0)
0 commit comments