FW Position Control: re-add wrongly removed airspeed_poll()

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer 2020-11-11 21:43:54 +01:00 committed by Daniel Agar
parent a8f665739d
commit 5dd14dfd54

View File

@ -1682,6 +1682,7 @@ FixedwingPositionControl::Run()
_min_current_sp_distance_xy = FLT_MAX;
}
airspeed_poll();
manual_control_setpoint_poll();
vehicle_attitude_poll();
vehicle_command_poll();