HF-Robotics/TntFtcCore

StopwatchDelayState is not Re-entrant

Closed this issue · 1 comments

When the delay state meets the time threshold, the stopwatch is not reset, making it impossible to reuse StopwatchDelayState in state machines with cycles in the transition graph.

Fixed.