Skip to content

Commit

Permalink
Merge pull request #214 from thedropbears/rezero_inclinator
Browse files Browse the repository at this point in the history
rezero inclinator offset
  • Loading branch information
LeanMeanBeanMachine4774 committed Jun 22, 2024
2 parents f59b9b6 + 64c9fe7 commit dda43e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ShooterComponent:
MAX_INCLINE_ANGLE = 1.045 # ~60 degrees
MIN_INCLINE_ANGLE = 0.354 # ~20 degrees
INCLINATOR_TOLERANCE = math.radians(1)
INCLINATOR_OFFSET = 5.647 - MIN_INCLINE_ANGLE
INCLINATOR_OFFSET = 2.544 - MIN_INCLINE_ANGLE
INCLINATOR_SCALE_FACTOR = math.tau # rps -> radians
INCLINATOR_GEAR_RATIO = 18 / 24 * 26 / 300
INCLINATOR_POSITION_CONVERSION_FACTOR = (
Expand Down

0 comments on commit dda43e4

Please sign in to comment.