Skip to content

Commit f18cbc1

Browse files
committed
relax velocity tolerence for arm
1 parent afce237 commit f18cbc1

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
@@ -27,7 +27,7 @@ class WristComponent:
2727
12.0 / 20.0
2828
) * 350.628 # not remeasured and just adjusted by the change in gear reduction
2929
TOLERANCE = math.radians(3.0)
30-
VEL_TOLERANCE = 0.05
30+
VEL_TOLERANCE = math.radians(6.0)
3131

3232
def __init__(self, mech_root: wpilib.MechanismRoot2d):
3333
self.wrist_ligament = mech_root.appendLigament(

0 commit comments

Comments
 (0)