diff --git a/components/shooter.py b/components/shooter.py index e7b66b15..837ca13f 100644 --- a/components/shooter.py +++ b/components/shooter.py @@ -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 = (