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 e954656 commit b776784Copy full SHA for b776784
components/wrist.py
@@ -17,7 +17,7 @@
17
18
19
class WristComponent:
20
- ENCODER_ZERO_OFFSET = 2.982438
+ ENCODER_ZERO_OFFSET = 5.686758
21
MAXIMUM_DEPRESSION = math.radians(-113.0)
22
MAXIMUM_ELEVATION = math.radians(0)
23
NEUTRAL_ANGLE = math.radians(-90.0)
0 commit comments