Skip to content

Commit

Permalink
Merge pull request #7584 from breadoven/abo_update_controls.md
Browse files Browse the repository at this point in the history
Update controls.md
  • Loading branch information
DzikuVx authored Nov 10, 2021
2 parents 255b5b4 + 888344a commit a6c7d81
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 437 deletions.
6 changes: 6 additions & 0 deletions docs/Controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ When armed, the aircraft is ready to fly and the motors will spin when throttle

Arming and disarming is done using a switch, set up on the modes page. (NOTE: Stick arming was removed in iNav 2.2)

**YAW STICK ARMING OVERRIDE:**
Arming is disabled when Nav modes are configured and no GPS lock is available or if a WP mission is loaded but the first WP is farther than the `nav_wp_safe_distance` setting. This Arming block can be bypassed if need be by setting `nav_extra_arming_safety` to `ALLOW_BYPASS` and moving the Yaw stick to the high position when the Arm switch is used. This bypasses GPS Arm blocking pre INAV 4.0.0 and both GPS and "First WP too far" Arm blocking from INAV 4.0.0.

## Stick Positions

The three stick positions are:
Expand Down Expand Up @@ -36,6 +39,9 @@ The stick positions are combined to activate different functions:
| Save current waypoint mission | LOW | CENTER | HIGH | LOW |
| Load current waypoint mission | LOW | CENTER | HIGH | HIGH |
| Unload waypoint mission | LOW | CENTER | LOW | HIGH |
| Increase WP mission index | LOW | CENTER | CENTER | HIGH |
| Decrease WP mission index | LOW | CENTER | CENTER | LOW |
| Bypass Nav Arm disable | LOW | HIGH | CENTER | CENTER |
| Save setting | LOW | LOW | LOW | HIGH |
| Enter OSD Menu (CMS) | CENTER | LOW | HIGH | CENTER |

Expand Down
Binary file modified docs/assets/images/StickPositions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a6c7d81

Please sign in to comment.