Skip to content

Commit

Permalink
Set sensor fusion mode during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Sep 16, 2021
1 parent aeb47d8 commit 5d410a1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified Binaries/For_SD_Loading/RTK_Surveyor_Firmware_v15.bin
Binary file not shown.
Binary file modified Binaries/RTK_Surveyor_Firmware_v15_combined.bin
Binary file not shown.
1 change: 1 addition & 0 deletions Firmware/RTK_Surveyor/Rover.ino
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ bool configureUbloxModuleRover()
response = true; //Reset
if (zedModuleType == PLATFORM_F9R)
{
setSensorFusion(settings.enableSensorFusion); //Enable/disable sensor fusion
i2cGNSS.setESFAutoAlignment(settings.autoIMUmountAlignment); //Configure UBX-CFG-ESFALG Automatic IMU-mount Alignment
}

Expand Down

0 comments on commit 5d410a1

Please sign in to comment.