mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
The param validation table rejected mission items that QGC-generated plans legitimately contain: - NAV_VTOL_LAND param3 is the approach altitude per the MAVLink spec. QGC writes it in every VTOL landing pattern; PX4's mission logic ignores it, but that is no reason to reject the upload. - DO_LAND_START param5-7 are the optional lat/lon/alt marker position per the spec, which QGC also writes. Both made any QGC VTOL landing plan fail to upload with MAV_MISSION_INVALID_PARAMx, surfaced by the SIH SITL VTOL tests. Signed-off-by: Julian Oes <julian@oes.ch>