mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 12:07:35 +08:00
sensor accel/gyro message cleanup
- split out integrated data into new standalone messages (sensor_accel_integrated and sensor_gyro_integrated)
- publish sensor_gyro at full rate and remove sensor_gyro_control
- limit sensor status publications to 10 Hz
- remove unused accel/gyro raw ADC fields
- add device IDs to sensor_bias and sensor_correction
- vehicle_angular_velocity/vehicle_acceleration: check device ids before using bias and corrections
This commit is contained in:
@@ -55,3 +55,7 @@ uint8 selected_baro_instance # barometric pressure uORB topic instance for the v
|
||||
uint8[3] gyro_mapping
|
||||
uint8[3] accel_mapping
|
||||
uint8[3] baro_mapping
|
||||
|
||||
uint32[3] gyro_device_ids
|
||||
uint32[3] accel_device_ids
|
||||
uint32[3] baro_device_ids
|
||||
|
||||
Reference in New Issue
Block a user