mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
new Bosch BMI055 IMU driver using FIFOs and DRDY
- accel & gyro FIFOs enabled - FIFO watermark on data ready interrupt - sensor side filtering completely disabled - gyro now respects `IMU_GYRO_RATEMAX` (up to 2 kHz) - saves a few % cpu (at default rate)
This commit is contained in:
@@ -29,7 +29,7 @@ px4_add_board(
|
||||
#imu/adis16477
|
||||
#imu/adis16497
|
||||
#imu # all available imu drivers
|
||||
imu/bmi055
|
||||
imu/bosch/bmi055
|
||||
imu/mpu6000
|
||||
irlock
|
||||
lights/blinkm
|
||||
|
||||
@@ -24,8 +24,8 @@ icm20602 -R 2 -s start
|
||||
icm20689 -R 2 -s start
|
||||
|
||||
# Internal SPI bus BMI055 accel/gyro
|
||||
bmi055 -A -R 10 -s start
|
||||
bmi055 -G -R 10 -s start
|
||||
bmi055 -A -R 2 -s start
|
||||
bmi055 -G -R 2 -s start
|
||||
|
||||
# internal compass
|
||||
ist8310 -I start
|
||||
|
||||
Reference in New Issue
Block a user