Skip to content

Commit 52a61c1

Browse files
committed
remove time reset on enable in wrist
1 parent 3e52bd9 commit 52a61c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/wrist.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def __init__(self, mech_root: wpilib.MechanismRoot2d):
8282
)
8383

8484
def on_enable(self):
85-
self.last_setpoint_update_time = wpilib.Timer.getFPGATimestamp()
8685
self._tilt_to(self.inclination())
8786
self.idle_mode = SparkMaxConfig.IdleMode.kBrake
8887
wrist_config = SparkMaxConfig()

0 commit comments

Comments
 (0)