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 afce237 commit f18cbc1Copy full SHA for f18cbc1
components/wrist.py
@@ -27,7 +27,7 @@ class WristComponent:
27
12.0 / 20.0
28
) * 350.628 # not remeasured and just adjusted by the change in gear reduction
29
TOLERANCE = math.radians(3.0)
30
- VEL_TOLERANCE = 0.05
+ VEL_TOLERANCE = math.radians(6.0)
31
32
def __init__(self, mech_root: wpilib.MechanismRoot2d):
33
self.wrist_ligament = mech_root.appendLigament(
0 commit comments