This repository contains a custom driver for integrating an Air Data Boom sensor with the PX4 Autopilot. The driver enables communication between the PX4 firmware and the sensor via UART, allowing it to read and process air data. The sensor data is then used for flight control and can be displayed in real-time via QGroundControl.
- Communicates with the Air Data Boom sensor via UART.
- Reads airspeed, angle of attack, and other crucial flight parameters.
- Publishes sensor data to uORB topics for use in PX4 flight control.
To begin, clone the PX4-Autopilot repository:
git clone https://github.com/PX4/PX4-Autopilot.git --recursive
mkdir PX4-Autopilot/src/drivers/air_data_boom
cp path-to-this-repo/* PX4-Autopilot/src/drivers/air_data_boom/