mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Note: Some files are autogenerated and I did not yet go through each source of generation to fix it there. Instead I adjusted the filter to only exclude those such that we can fix things in steps.
16 lines
842 B
Markdown
16 lines
842 B
Markdown
# Flight Modes
|
|
|
|
Flight modes provide autopilot support to make it easier to manually fly the vehicle, to automate common tasks such as takeoff and landing, to execute autonomous missions, or to defer flight control to an external system.
|
|
|
|
For information about flight modes available to specific frames see the following topics:
|
|
|
|
- [Flight Modes (Multicopter)](../flight_modes_mc/index.md)
|
|
- [Flight Modes (Fixed-Wing)](../flight_modes_fw/index.md)
|
|
- [Flight Modes (VTOL)](../flight_modes_vtol/index.md)
|
|
- [Drive Modes (Rover)](../flight_modes_rover/index.md)
|
|
|
|
::: info
|
|
The mode sub-topics in this section contain information that is common to all vehicles, but may not be relevant to the normal/default setup.
|
|
Generally you should see the vehicle-specific topics first, and navigate to these generalized topics when it becomes relevant.
|
|
:::
|