tim-balloon / TIMflight

Flight MCP repo
0 stars 0 forks source link

Update disable_az, disable_el #97

Closed evanmayer closed 2 months ago

evanmayer commented 4 months ago

Task

We need to allow CommandData.disable_az and CommandData.disable_el to be on by default before flight.

Acceptance

CommandData.disable_az = 0;
CommandData.disable_el = 0;

Details

These are overwritten if a prev_status file exists.

evanmayer commented 2 months ago

meh.

wontfix because we will not want the attitude control system on when we're on the launch vehicle. We will issue az_on, el_on at float, and the prev_status file overrides these.