Overview
The AUTOLAND parameter group appears to contain legacy or alias parameters related to the Automatic Landing sequence in ArduPlane.
Note: In modern ArduPilot firmware, most landing configuration is handled by:
LAND_group: For Copter landing speeds.TECS_group: For Plane glide slope and descent rates.RTL_AUTOLAND: To trigger landing after RTL.- Mission Items:
DO_LAND_START,NAV_LANDwaypoints.
Key Parameters (Legacy/Reference)
AUTOLAND_WP_ALT: Likely referred to the altitude of the final approach waypoint.AUTOLAND_OPTIONS: Bitmask for behavior (e.g., flare logic).
Integration Guide
For setting up Auto Landing in modern firmware:
- Plane: Use a mission with
DO_LAND_START->NAV_LOITER_TO_ALT->NAV_LAND. - Copter: Use
LAND_SPEEDandLAND_SPEED_HIGHto tune the descent.
Developer Notes
- These parameters may not exist in the current
ardupilotcodebase and might be artifacts of older documentation generation.