Add uorb messages for the airflow angles

This commit is contained in:
Florian Achermann
2021-06-01 16:05:36 +02:00
committed by JaeyoungLim
parent ba72e93ffb
commit 4a1b9fce05
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -39,6 +39,8 @@ set(msg_files
actuator_controls.msg
actuator_outputs.msg
adc_report.msg
airflow_aoa.msg
airflow_slip.msg
airspeed.msg
airspeed_validated.msg
airspeed_wind.msg
+3
View File
@@ -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
+3
View File
@@ -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