Skip to content

Commit c5d2e73

Browse files
L9-bmsLucienMorey
authored andcommitted
increase max vel and acc
1 parent 55cf4a4 commit c5d2e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/wrist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class WristComponent:
2727
MAXIMUM_ELEVATION = math.radians(0) + COM_DIFFERENCE
2828
NEUTRAL_ANGLE = math.radians(-90.0)
2929

30-
WRIST_MAX_VEL = math.radians(180.0)
31-
WRIST_MAX_ACC = math.radians(360.0)
30+
WRIST_MAX_VEL = math.radians(720.0)
31+
WRIST_MAX_ACC = math.radians(1080.0)
3232
wrist_gear_ratio = 208.206
3333
TOLERANCE = math.radians(3.0)
3434
VEL_TOLERANCE = math.radians(6.0)

0 commit comments

Comments
 (0)