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 55cf4a4 commit c5d2e73Copy full SHA for c5d2e73
components/wrist.py
@@ -27,8 +27,8 @@ class WristComponent:
27
MAXIMUM_ELEVATION = math.radians(0) + COM_DIFFERENCE
28
NEUTRAL_ANGLE = math.radians(-90.0)
29
30
- WRIST_MAX_VEL = math.radians(180.0)
31
- WRIST_MAX_ACC = math.radians(360.0)
+ WRIST_MAX_VEL = math.radians(720.0)
+ WRIST_MAX_ACC = math.radians(1080.0)
32
wrist_gear_ratio = 208.206
33
TOLERANCE = math.radians(3.0)
34
VEL_TOLERANCE = math.radians(6.0)
0 commit comments