ardupilot
ardupilot copied to clipboard
AP_Airspeed: Add support for new message
This adds support for the new airspeed message. It does not remove the old named value float, maybe we should have them both until we get GCS support.
We need a similar message for baro and then we can remove the three scaled pressure messages.
rebased.
AIRSPEED_SENSOR_FLAGS is not defined in the XML
Rebased and moved sending from airspeed lib to GCS MAVLINK. Tested manually that we get the message and it cycles through sensors.