Browse Source

move icm20948 (Here GPS compass) to Cube sensors start (#11838)

sbg
Daniel Agar 6 years ago committed by GitHub
parent
commit
5a50f96bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ROMFS/px4fmu_common/init.d/rc.sensors
  2. 3
      boards/px4/fmu-v3/init/rc.board_sensors
  3. 1
      boards/px4/fmu-v5/default.cmake
  4. 1
      boards/px4/fmu-v5/rtps.cmake
  5. 1
      boards/px4/fmu-v5/stackcheck.cmake

3
ROMFS/px4fmu_common/init.d/rc.sensors

@ -105,9 +105,6 @@ then @@ -105,9 +105,6 @@ then
teraranger start -a
fi
# ICM20948 as external magnetometer on I2C (e.g. Here GPS)
icm20948 -X -M -R 6 start
###############################################################################
# End Optional drivers #
###############################################################################

3
boards/px4/fmu-v3/init/rc.board_sensors

@ -59,6 +59,9 @@ then @@ -59,6 +59,9 @@ then
# sensor heating is available, but we disable it for now
param set SENS_EN_THERMAL 0
# ICM20948 as external magnetometer on I2C (e.g. Here GPS)
icm20948 -X -M -R 6 start
# external L3GD20H is rotated 180 degrees yaw
l3gd20 -X -R 4 start

1
boards/px4/fmu-v5/default.cmake

@ -30,7 +30,6 @@ px4_add_board( @@ -30,7 +30,6 @@ px4_add_board(
imu/adis16497
#imu # all available imu drivers
imu/bmi055
imu/icm20948
imu/mpu6000
imu/mpu9250
irlock

1
boards/px4/fmu-v5/rtps.cmake

@ -29,7 +29,6 @@ px4_add_board( @@ -29,7 +29,6 @@ px4_add_board(
imu/adis16448
#imu # all available imu drivers
imu/bmi055
imu/icm20948
imu/mpu6000
imu/mpu9250
irlock

1
boards/px4/fmu-v5/stackcheck.cmake

@ -29,7 +29,6 @@ px4_add_board( @@ -29,7 +29,6 @@ px4_add_board(
imu/adis16448
#imu # all available imu drivers
imu/bmi055
imu/icm20948
imu/mpu6000
imu/mpu9250
#irlock

Loading…
Cancel
Save