Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 166 additions & 104 deletions docs/06-advanced-features/fixed-wing-autoland.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/06-advanced-features/programming-framework.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ for complete documentation on using JavaScript to program your flight controller
| 38 | Active Mixer Profile | Which mixer is currently active (for vtol etc) |
| 39 | Mixer Transition Active | Boolean `0`/`1`. Are we currently switching between mixers (quad to plane etc) |
| 40 | Yaw [deg] | Current heading (yaw) in `degrees` |
| 41 | FW Land State | Integer `1` - `5`, indicates the status of the FW landing, 0 Idle, 1 Downwind, 2 Base Leg, 3 Final Approach, 4 Glide, 5 Flare |
| 41 | FW Land State | Integer `0` - `6`, indicates the status of the FW landing, 0 Idle, 1 Loiter, 2 Downwind, 3 Base Leg, 4 Final Approach, 5 Glide, 6 Flare. See [Fixed Wing Autoland](./fixed-wing-autoland.mdx#logic-conditions) |
| 42 | Current battery profile | The active battery profile. Integer `[1..MAX_PROFILE_COUNT]` |
| 43 | Flown Loiter Radius [m] | The actual loiter radius flown by a fixed wing during hold modes, in `meters` |
| 44 | Downlink Link Quality | |
Expand Down
50 changes: 50 additions & 0 deletions static/img/features-adv/fw-autoland/direction-choice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions static/img/features-adv/fw-autoland/landing-altitude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions static/img/features-adv/fw-autoland/pattern-profile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading