mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 02:27:36 +08:00
msg: add reporting of baro sensor corrections
Also improve documentation
This commit is contained in:
committed by
Lorenz Meier
parent
c2fc283fdb
commit
137bd73ea1
+3
-3
@@ -1,5 +1,5 @@
|
||||
float32 pressure
|
||||
float32 altitude
|
||||
float32 temperature
|
||||
float32 pressure # static pressure measurement in millibar
|
||||
float32 altitude # ISA pressure altitude in meters
|
||||
float32 temperature # static temperature measurement in deg C
|
||||
uint64 error_count
|
||||
uint32 device_id # Sensor ID that must be unique for each baro sensor and must not change
|
||||
|
||||
Reference in New Issue
Block a user