* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
3.5 KiB
Land Mode (Fixed-Wing)
The Land flight mode causes the vehicle to descend at the position where the mode was engaged, following a circular path until touchdown. After landing, vehicles will disarm after a short timeout (by default).
:::warning Fixed-wing land mode should only be used in an emergency! The vehicle will descend around the current location irrespective of the suitability of the underlying terrain, and touch down while following a circular flight path.
Where possible, instead use Return mode with a predefined Fixed-wing mission landing. :::
::: info
- Mode is automatic - no user intervention is required to control the vehicle.
- Mode requires at least a valid local position estimate (does not require a global position).
- Flying vehicles can't switch to this mode without valid local position.
- Flying vehicles will failsafe if they lose the position estimate.
- Mode prevents arming (vehicle must be armed when switching to this mode).
- RC 제어 스위치는 기체의 비행 모드를 변경할 수 있습니다.
- RC stick movement is ignored.
- The mode can be triggered using the MAV_CMD_NAV_LAND MAVLink command, or by explicitly switching to Land mode.
:::
Technical Summary
Land mode causes the vehicle follow a descending circular path (corkscrew) until touchdown.
When the mode is engaged, the vehicle starts to loiter around the current vehicle position with loiter radius NAV_LOITER_RAD and begins to descend with a constant descent speed. The descent speed is calculated using FW_LND_ANG and the set landing airspeed FW_LND_AIRSPD. The vehicle will flare if configured to do so (see Flaring), and otherwise proceed circling with the constant descent rate until landing is detected.
Manual nudging and automatic land abort are not available in land mode.
매개변수
Land mode behaviour can be configured using the parameters below.
| 매개변수 | 설명 |
|---|---|
| NAV_LOITER_RAD | The loiter radius that the controller tracks for the whole landing sequence. |
| FW_LND_ANG | The flight path angle setpoint. |
| FW_LND_AIRSPD | The airspeed setpoint. |