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 3e52bd9 commit 52a61c1Copy full SHA for 52a61c1
components/wrist.py
@@ -82,7 +82,6 @@ def __init__(self, mech_root: wpilib.MechanismRoot2d):
82
)
83
84
def on_enable(self):
85
- self.last_setpoint_update_time = wpilib.Timer.getFPGATimestamp()
86
self._tilt_to(self.inclination())
87
self.idle_mode = SparkMaxConfig.IdleMode.kBrake
88
wrist_config = SparkMaxConfig()
0 commit comments