You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/flight_modes_fw/mission.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -76,18 +76,20 @@ For more information about mission planning, see:
76
76
77
77
## Mission Feasibility Checks
78
78
79
-
PX4 runs some basic sanity checks to determine if a mission is feasible when it is uploaded, and when the vehicle is first armed.
79
+
PX4 runs some basic sanity checks to determine if a mission is feasible when it is uploaded and before executing a mission.
80
80
If any of the checks fail, the user is notified and it is not possible to start the mission.
81
81
82
82
A subset of the most important checks are listed below:
83
83
84
-
- First mission item too far away from vehicle ([MIS_DIST_1WP](#MIS_DIST_1WP))
85
84
- Any mission item conflicts with a plan or safety geofence
86
85
- More than one land start mission item defined ([MAV_CMD_DO_LAND_START](https://mavlink.io/en/messages/common.html#MAV_CMD_DO_LAND_START))
87
86
- A fixed-wing landing has an infeasible slope angle ([FW_LND_ANG](#FW_LND_ANG))
88
87
- Land start item (`MAV_CMD_DO_LAND_START`) appears in mission before an RTL item ([MAV_CMD_NAV_RETURN_TO_LAUNCH](https://mavlink.io/en/messages/common.html#MAV_CMD_NAV_RETURN_TO_LAUNCH))
89
88
- Missing takeoff and/or land item when these are configured as a requirement ([MIS_TKO_LAND_REQ](#MIS_TKO_LAND_REQ))
90
89
90
+
Additionally there is a check if the first waypoint is too far from the Home position ([MIS_DIST_1WP](#MIS_DIST_1WP)).
91
+
The user is notified should the check fail, but it has no effect on the validity of a mission plan, meaning that the mission can still be started even if the distance is too high.
92
+
91
93
## QGroundControl Support
92
94
93
95
_QGroundControl_ provides additional GCS-level mission handling support (in addition to that provided by the flight controller).
@@ -113,7 +115,7 @@ Parameters related to [mission feasibility checks](#mission-feasibility-checks):
| <aid="MIS_DIST_1WP"></a>[MIS_DIST_1WP](../advanced_config/parameter_reference.md#MIS_DIST_1WP)|The mission will not be started if the current waypoint is more distant than this value from the home position. Disabled if value is 0 or less. |
118
+
| <aid="MIS_DIST_1WP"></a>[MIS_DIST_1WP](../advanced_config/parameter_reference.md#MIS_DIST_1WP)|There is a warning message if the distance of the first waypoint to Home is more than this value. Disabled if value is 0 or less. |
117
119
| <aid="FW_LND_ANG"></a>[FW_LND_ANG](../advanced_config/parameter_reference.md#FW_LND_ANG)| Maximum landing slope angle. |
118
120
| <aid="MIS_TKO_LAND_REQ"></a>[MIS_TKO_LAND_REQ](../advanced_config/parameter_reference.md#MIS_TKO_LAND_REQ)| Mission takeoff/landing requirement configuration. FW and VTOL both have it set to 2 by default, which means that the mission has to contain a landing. |
Copy file name to clipboardExpand all lines: en/flight_modes_mc/mission.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,16 @@ For more information about mission planning, see:
79
79
80
80
## Mission Feasibility Checks
81
81
82
-
PX4 runs some basic sanity checks to determine if a mission is feasible when it is uploaded, and when the vehicle is first armed.
82
+
PX4 runs some basic sanity checks to determine if a mission is feasible when it is uploaded and before executing a mission.
83
83
If any of the checks fail, the user is notified and it is not possible to start the mission.
84
84
85
85
A subset of the most important checks are listed below:
86
86
87
-
- First mission item too far away from vehicle ([MIS_DIST_1WP](#MIS_DIST_1WP))
88
87
- Any mission item conflicts with a plan or safety geofence
88
+
- Missing takeoff and/or land item when these are configured as a requirement ([MIS_TKO_LAND_REQ](#MIS_TKO_LAND_REQ))
89
+
90
+
Additionally there is a check if the first waypoint is too far from the Home position ([MIS_DIST_1WP](#MIS_DIST_1WP)).
91
+
The user is notified should the check fail, but it has no effect on the validity of a mission plan, meaning that the mission can still be started even if the distance is too high.
89
92
90
93
## QGroundControl Support
91
94
@@ -113,9 +116,9 @@ Parameters related to [mission feasibility checks](#mission-feasibility-checks):
| <aid="MIS_DIST_1WP"></a>[MIS_DIST_1WP](../advanced_config/parameter_reference.md#MIS_DIST_1WP)|The mission will not be started if the current waypoint is more distant than this value from the home position. Disabled if value is 0 or less. |
119
+
| <aid="MIS_DIST_1WP"></a>[MIS_DIST_1WP](../advanced_config/parameter_reference.md#MIS_DIST_1WP)|There is a warning message if the distance of the first waypoint to Home is more than this value. Disabled if value is 0 or less.|
117
120
| <aid="FW_LND_ANG"></a>[FW_LND_ANG](../advanced_config/parameter_reference.md#FW_LND_ANG)| Maximum landing slope angle. |
118
-
| <aid="MIS_TKO_LAND_REQ"></a>[MIS_TKO_LAND_REQ](../advanced_config/parameter_reference.md#MIS_TKO_LAND_REQ)| Mission takeoff/landing requirement configuration. FW and VTOL both have it set to 2 by default, which means that the mission has to contain a landing. |
121
+
| <aid="MIS_TKO_LAND_REQ"></a>[MIS_TKO_LAND_REQ](../advanced_config/parameter_reference.md#MIS_TKO_LAND_REQ)| Mission takeoff/landing requirement configuration. No requirement by default for multicopter.|
0 commit comments