Conversation
Restructured to match the newer feature pages: how a landing is flown, how the direction is chosen from the configured headings and the wind, landing site setup with the landing altitude / glide altitude interaction, global settings as a table, tuning, LAND waypoints, abort, logic conditions. The hand-drawn pattern images are replaced by four SVG diagrams (top view, altitude profile, direction choice, landing altitude effect). Facts checked against the firmware: flare default 150 cm, pitch ranges, rth_allow_landing values, no flare without a rangefinder, coordinated FLY_BY turns forced in the approach, abort behaviour. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
PR Summary by QodoRewrite Fixed-Wing Autoland Guide for INAV 10.0
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
Code Review by Qodo
1. Logic conditions target the wrong landing phases
|
… page Operand 41 returns fwAutolandState_t unchanged: 0 Idle, 1 Loiter, 2 Downwind, 3 Base leg, 4 Final approach, 5 Glide, 6 Flare (navigation.h, unchanged since the autoland feature landed). The row claimed 1-5 without the loiter state. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Rewrite of
docs/06-advanced-features/fixed-wing-autoland.mdx. The old page was a port of an internal write-up; this one is written for users and follows the structure of the newer feature pages.Content
nav_fw_land_max_tailwind, the headwind test, what happens when no direction qualifies, pattern side left/right — with its own diagramfwapproachCLI table, slot layout, sea-level referenceLANDwaypoints, aborting, logic condition operand tableCorrections vs. the old page
nav_fw_land_flare_altdefault is 150 cm (was documented as 200), glide/flare pitch range starts at -15nav_rth_allow_landingvalues areNEVER/ALWAYS/FS_ONLYnav_wp_radiusadvice is replaced: from INAV 10.0 the approach always flies coordinatedCOORD_FLYBYturns regardless ofnav_fw_wp_turn_mode, the radius is only a fallbacknav_fw_launch_land_abort_deadband, not possible once in the flare; no second attempt until RTH or the mission is re-engagedLANDwaypoint: altitudes come from the landing settings, not from the waypointAll statements were checked against the firmware source on
maintenance-10.x.Images
Four new SVGs under
static/img/features-adv/fw-autoland/. The old PNGs stay because the versioned 9.1 docs reference them.Note
The page links to
fixed-wing-waypoint-turns.mdx, which comes with the coordinated-turns docs PR (for iNavFlight/inav#11812). Until that one is merged the link resolves to nothing; the build only warns on it.🤖 Generated with Claude Code