mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- uses the FIFO and SPI DMA to transfer full raw data (8 kHz gyro, 4 kHz accel)
- new sensor messages for better visibility
- sensor_{accel, gyro}_fifo: full raw data for optional logging and analysis
- sensor_{accel, gyro}_status: metadata, clipping, etc
- currently not enabled by default
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
|
|
|
uint64 error_count
|
|
|
|
float32 temperature
|
|
|
|
uint8 rotation
|
|
|
|
uint64[3] clipping # clipping per axis
|
|
|
|
uint16 measure_rate
|
|
uint16 sample_rate
|
|
|
|
float32 full_scale_range
|