mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Add uorb messages for the airflow angles
This commit is contained in:
committed by
JaeyoungLim
parent
ba72e93ffb
commit
4a1b9fce05
@@ -39,6 +39,8 @@ set(msg_files
|
|||||||
actuator_controls.msg
|
actuator_controls.msg
|
||||||
actuator_outputs.msg
|
actuator_outputs.msg
|
||||||
adc_report.msg
|
adc_report.msg
|
||||||
|
airflow_aoa.msg
|
||||||
|
airflow_slip.msg
|
||||||
airspeed.msg
|
airspeed.msg
|
||||||
airspeed_validated.msg
|
airspeed_validated.msg
|
||||||
airspeed_wind.msg
|
airspeed_wind.msg
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
uint64 timestamp # time since system start (microseconds)
|
||||||
|
float32 aoa_rad # angle of attack in radians
|
||||||
|
bool valid # true if measurement is within sensor/calibration range, false otherwise
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
uint64 timestamp # time since system start (microseconds)
|
||||||
|
float32 slip_rad # sideslip angle in radians
|
||||||
|
bool valid # true if measurement is within sensor/calibration range, false otherwise
|
||||||
Reference in New Issue
Block a user