Skip to content

Commit 6b950a3

Browse files
change flywheel intake to 20rps
1 parent 7ad3243 commit 6b950a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shooter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class ShooterComponent:
20-
FLYWHEEL_INTAKE_SPEED = tunable(-40.0)
20+
FLYWHEEL_INTAKE_SPEED = tunable(-20.0)
2121
FLYWHEEL_RPS_TOLERANCE = 1.0
2222
FLYWHEEL_RAMP_TIME = 1
2323
FLYWHEEL_GEAR_RATIO = 1 / (1.0 / 1.0)

0 commit comments

Comments
 (0)