Closed ZLLentz closed 3 years ago
Moving to any state with an arbiter timeout fast fault causes the fault to be latched permanently
The fault is supposed to be reset when bInTransition goes FALSE or when the goal state resets to 0, but neither of these things ever happen somehow
bInTransition
FALSE
This might also create a permanent arbiter request for the transition
bptm state when we have the permanent request:
Moving to any state with an arbiter timeout fast fault causes the fault to be latched permanently
The fault is supposed to be reset when
bInTransition
goesFALSE
or when the goal state resets to 0, but neither of these things ever happen somehow