Skip to content
Snippets Groups Projects
Unverified Commit 5a50f96b authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

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

parent cd9b3d6b
No related branches found
No related tags found
No related merge requests found
......@@ -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 #
###############################################################################
......
......@@ -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
......
......@@ -30,7 +30,6 @@ px4_add_board(
imu/adis16497
#imu # all available imu drivers
imu/bmi055
imu/icm20948
imu/mpu6000
imu/mpu9250
irlock
......
......@@ -29,7 +29,6 @@ px4_add_board(
imu/adis16448
#imu # all available imu drivers
imu/bmi055
imu/icm20948
imu/mpu6000
imu/mpu9250
irlock
......
......@@ -29,7 +29,6 @@ px4_add_board(
imu/adis16448
#imu # all available imu drivers
imu/bmi055
imu/icm20948
imu/mpu6000
imu/mpu9250
#irlock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment