mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 14:17:34 +08:00
sensor_correction.msg rename {gyro,accel,baro}_select to match uORB convention
This commit is contained in:
@@ -17,6 +17,6 @@ float32[3] accel_scale # accelerometer XYZ scale factors in the sensor frame
|
||||
float32 baro_offset # barometric pressure offsets in the sensor frame in m/s/s
|
||||
float32 baro_scale # barometric pressure scale factors in the sensor frame
|
||||
|
||||
uint8 gyro_select # gyro uORB index for the voted sensor
|
||||
uint8 accel_select # accelerometer uORB index for the voted sensor
|
||||
uint8 baro_select # barometric pressure uORB index for the voted sensor
|
||||
uint8 selected_gyro_instance # gyro uORB topic instance for the voted sensor
|
||||
uint8 selected_accel_instance # accelerometer uORB topic instance for the voted sensor
|
||||
uint8 selected_baro_instance # barometric pressure uORB topic instance for the voted sensor
|
||||
|
||||
Reference in New Issue
Block a user