mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
InvenSense ICM20602 and ICM20608-G: new standalone optimized drivers
- 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
This commit is contained in:
@@ -7,12 +7,9 @@ float32 temperature
|
||||
|
||||
uint8 rotation
|
||||
|
||||
# clipping per axis?
|
||||
uint64[3] clipping
|
||||
uint64[3] clipping # clipping per axis
|
||||
|
||||
uint16 measure_rate
|
||||
uint16 sample_rate
|
||||
|
||||
float32 full_scale_range
|
||||
|
||||
float32 high_frequency_vibration # high frequency vibration level in the IMU delta angle data (rad)
|
||||
|
||||
@@ -7,14 +7,9 @@ float32 temperature
|
||||
|
||||
uint8 rotation
|
||||
|
||||
# clipping per axis?
|
||||
uint64[3] clipping
|
||||
uint64[3] clipping # clipping per axis
|
||||
|
||||
uint16 measure_rate
|
||||
uint16 sample_rate
|
||||
|
||||
float32 full_scale_range
|
||||
|
||||
float32 coning_vibration # Level of coning vibration in the IMU delta angles (rad^2)
|
||||
|
||||
float32 high_frequency_vibration # high frequency vibration level in the IMU delta angle data (rad)
|
||||
|
||||
Reference in New Issue
Block a user