Skip to content

Commit a2b01e0

Browse files
Merge pull request #269 from thedropbears/retune-wrist-encoder
change zero offset value
2 parents e954656 + b776784 commit a2b01e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wrist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class WristComponent:
20-
ENCODER_ZERO_OFFSET = 2.982438
20+
ENCODER_ZERO_OFFSET = 5.686758
2121
MAXIMUM_DEPRESSION = math.radians(-113.0)
2222
MAXIMUM_ELEVATION = math.radians(0)
2323
NEUTRAL_ANGLE = math.radians(-90.0)

0 commit comments

Comments
 (0)