tim-balloon / TIMflight

Flight MCP repo
0 stars 0 forks source link

Add motor latched fault fields, make el, az default off for ground testing #98

Closed evanmayer closed 4 months ago

evanmayer commented 4 months ago

This PR adds missing fields from the EtherCAT motor controller latched fault register.

It also sets the default values for CommandData.disable_az = 1 and CommandData.disable_el = 1, so that these axes are disabled on startup _if no prev_status file exists._ See issue #97; this is an issue that must be fixed before test flight. Good for safety, maybe not so good for test flight.