mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +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
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@ int16 x_raw
|
||||
int16 y_raw
|
||||
int16 z_raw
|
||||
|
||||
uint32 device_id
|
||||
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
||||
|
||||
Reference in New Issue
Block a user