You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/RTK_Everywhere/Tilt.ino
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -299,10 +299,10 @@ void beginTilt()
299
299
result &= tiltSensor->sendCommand("LEVER_ARM=-0.00678,-0.01073,-0.0314"); // From stock firmware
300
300
elseif (productVariant == RTK_FLEX)
301
301
{
302
-
result &= tiltSensor->sendCommand("LEVER_ARM=-0.0282,-0.000,-0.0237"); // -28.2, 0. -23.7mm
302
+
result &= tiltSensor->sendCommand("LEVER_ARM=0.03391,0.00272,0.02370"); // -28.2, 0. -23.7mm
303
303
304
304
//Send AT+INSTALL_ANGLE=180,0,0 if the IM19 module is mounted on the back of the GNSS receiver (so the IM19 faces downward instead of upward), before sending the save command.
305
-
result &= tiltSensor->sendCommand("INSTALL_ANGLE=180,0,0"); //IMU is mounted facing down
305
+
result &= tiltSensor->sendCommand("INSTALL_ANGLE=180,0,-90"); //IMU is mounted facing down
306
306
}
307
307
308
308
// Set the overall length of the GNSS setup in meters: rod length 1800mm + internal length 96.45mm + antenna
0 commit comments