Skip to content

Commit 5d410a1

Browse files
committed
Set sensor fusion mode during setup
1 parent aeb47d8 commit 5d410a1

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
Binary file not shown.
16 Bytes
Binary file not shown.

Firmware/RTK_Surveyor/Rover.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ bool configureUbloxModuleRover()
4747
response = true; //Reset
4848
if (zedModuleType == PLATFORM_F9R)
4949
{
50+
setSensorFusion(settings.enableSensorFusion); //Enable/disable sensor fusion
5051
i2cGNSS.setESFAutoAlignment(settings.autoIMUmountAlignment); //Configure UBX-CFG-ESFALG Automatic IMU-mount Alignment
5152
}
5253

0 commit comments

Comments
 (0)