Skip to content

Commit 81b6cf8

Browse files
authored
Merge pull request #404 from thedropbears/intake_speed_changes
2 parents 7ad3243 + 6b950a3 commit 81b6cf8

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)