Cyclone guidance code (#2533)

This commit is contained in:
Ewoud Smeur
2020-07-27 15:35:26 +02:00
committed by GitHub
parent de22fb1c29
commit 3b4ce8232e
24 changed files with 1414 additions and 186 deletions
@@ -126,6 +126,7 @@ void nps_autopilot_run_step(double time)
#if USE_AIRSPEED
if (nps_sensors_airspeed_available()) {
stateSetAirspeed_f((float)sensors.airspeed.value);
AbiSendMsgAIRSPEED(AIRSPEED_NPS_ID, (float)sensors.airspeed.value);
}
#endif