We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f83ff commit 4333923Copy full SHA for 4333923
components/intake.py
@@ -22,7 +22,7 @@ class IntakeComponent:
22
# Offset is measured in the vertical position
23
VERTICAL_ENCODER_VALUE = 2.365140
24
# magic offset the deployed angle by 4 degrees to limit damage inflicted on mechanism
25
- DEPLOYED_ANGLE = 1.282483 - VERTICAL_ENCODER_VALUE + math.pi / 2.0 + math.radians(4)
+ DEPLOYED_ANGLE = 1.194348 - VERTICAL_ENCODER_VALUE + math.pi / 2.0 + math.radians(4)
26
RETRACTED_ANGLE = 2.365140 - VERTICAL_ENCODER_VALUE + math.pi / 2.0
27
28
gear_ratio = 4.0 * 5.0 * (48.0 / 40.0)
0 commit comments