Skip to content

Commit

Permalink
Merge pull request #213 from thedropbears/lookup_retune
Browse files Browse the repository at this point in the history
retune lookup table
  • Loading branch information
LucienMorey committed Jun 21, 2024
2 parents 2b6edb4 + b39ac42 commit f59b9b6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions components/shooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ class ShooterComponent:
# Add extra point outside our range to ramp speed down to zero
FLYWHEEL_DISTANCE_LOOKUP = (0, 1.3, 2.0, 3.0, 4.0, 5.0, 7.0)
FLYWHEEL_SPEED_LOOKUP = (
70,
70,
76,
78,
78,
90,
60,
60,
60,
64,
65,
65,
0,
)
FLYWHEEL_ANGLE_LOOKUP = (
0.95,
0.95,
0.80,
0.615,
0.495,
0.45,
0.68,
0.57,
0.49,
0.46,
MIN_INCLINE_ANGLE,
)

Expand Down

0 comments on commit f59b9b6

Please sign in to comment.