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: docs/Controls.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The stick positions are combined to activate different functions:
31
31
| Battery profile 3 | HIGH | LOW | CENTER | HIGH |
32
32
| Calibrate Gyro | LOW | LOW | LOW | CENTER |
33
33
| Calibrate Acc | HIGH | LOW | LOW | CENTER |
34
-
| Calibrate Mag/Compass| HIGH | HIGH | LOW | CENTER |
34
+
| Calibrate Compass/Zero Yaw| HIGH | HIGH | LOW | CENTER |
35
35
| Trim Acc Left | HIGH | CENTER | CENTER | LOW |
36
36
| Trim Acc Right | HIGH | CENTER | CENTER | HIGH |
37
37
| Trim Acc Forwards | HIGH | CENTER | HIGH | CENTER |
@@ -52,6 +52,14 @@ The stick positions are combined to activate different functions:
52
52
For graphical stick position in all transmitter modes, check out [this page](https://www.mrd-rc.com/tutorials-tools-and-testing/inav-flight/inav-stick-commands-for-all-transmitter-modes/).
The stick function `Calibrate Compass/Zero Yaw` provides 2 functions depending on whether or not a compass is available.
58
+
59
+
If a compass is available the stick function initiates the compass calibration routine.
60
+
61
+
If no compass is available the stick function will reset the current yaw/heading estimate to zero (North) and also set the heading as trusted. This is useful on multirotors, allowing the craft yaw/heading to be correctly aligned to actual North simply by physically pointing the craft North then using the stick function to zero the yaw estimate. Since this also sets the heading as trusted Nav modes reliant on heading will be available immediately after arming without the need to fly fast enough to obtain a valid heading from GPS ground course.
62
+
55
63
## Yaw control
56
64
57
65
While arming/disarming with sticks, your yaw stick will be moving to extreme values. In order to prevent your craft from trying to yaw during arming/disarming while on the ground, your yaw input will not cause the craft to yaw when the throttle is LOW (i.e. below the `min_check` setting).
0 commit comments