nasa-jpl / fastcat

C++ EtherCAT Device Command & Control Library
Other
42 stars 11 forks source link

Removing the fault condition if we are in quick stop active #136

Open preston-rogers opened 1 month ago

preston-rogers commented 1 month ago

Removing the use of quick stop active as an indicator of a fault status. This is not true as move commands go into ACTUATOR_SMS_HOLDING which eventually goes in ACTUATOR_SMS_HALTED. Once there, a new command calls CheckStateMachineMotionCmds() which gets out of halted using ElmoReset().