mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
Mission params: update description of MIS_TKO_LAND_REQ
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -68,7 +68,7 @@ PARAM_DEFINE_FLOAT(MIS_TAKEOFF_ALT, 2.5f);
|
|||||||
* @value 2 Require a landing
|
* @value 2 Require a landing
|
||||||
* @value 3 Require a takeoff and a landing
|
* @value 3 Require a takeoff and a landing
|
||||||
* @value 4 Require both a takeoff and a landing, or neither
|
* @value 4 Require both a takeoff and a landing, or neither
|
||||||
* @value 5 Same as previous, but require a landing if in air and no valid VTOL landing approach is present
|
* @value 5 Same as previous when landed, in-air require landing only if no valid VTOL approach is present
|
||||||
* @group Mission
|
* @group Mission
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(MIS_TKO_LAND_REQ, 0);
|
PARAM_DEFINE_INT32(MIS_TKO_LAND_REQ, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user