# PX4 Autopilot User Guide [![Releases](https://img.shields.io/badge/release-main-blue.svg)](https://github.com/PX4/PX4-Autopilot/releases) [![Discuss](https://img.shields.io/badge/discuss-px4-ff69b4.svg)](https://discuss.px4.io//) [![Discord](https://discordapp.com/api/guilds/1022170275984457759/widget.png?style=shield)](https://discord.gg/dronecode) PX4 is the _Professional Autopilot_. Developed by world-class developers from industry and academia, and supported by an active world wide community, it powers all kinds of vehicles from racing and cargo drones through to ground vehicles and submersibles. :::tip This guide contains everything you need to assemble, configure, and safely fly a PX4-based vehicle. Interested in contributing? Check out the [Development](development/development.md) section. :::
:::warning This guide is for the _development_ version of PX4 (`main` branch). Use the **Version** selector to find the current _stable_ version. Documented changes since the stable release are captured in the evolving [release note](releases/main.md). :::
## How Do I Get Started? [Basic Concepts](getting_started/px4_basic_concepts.md) should be read by all users! It provides an overview of PX4, including features provided by the flight stack (flight modes and safety features) and the supported hardware (flight controller, vehicle types, telemetry systems, RC control systems). Depending on what you want to achieve, the following tips will help you navigate through this guide: ### I want a vehicle that works with PX4 In the [Multicopter](frames_multicopter/index.md), [VTOL](frames_vtol/index.md), and [Plane (Fixed-Wing)](frames_plane/index.md) sections you'll find topics like the following (these links are for multicopter): - [Complete Vehicles](complete_vehicles_mc/index.md) list "Ready to Fly" (RTF) pre-built vehicles - [Kits](frames_multicopter/kits.md) lists drones that you have to build yourself from a set of preselected parts - [DIY Builds](frames_multicopter/diy_builds.md) shows some examples of drones that have been built using parts that were sourced individually Both kits and complete vehicles usually include everything you need except for a battery and RC System. Kits are usually not hard to build, provide a good introduction to how drones fit together, and are relatively inexpensive. We provide generic instructions for assembly, such as [Assembling a Multicopter](assembly/assembly_mc.md), and most kits come with specific instructions too. If the kits and complete drones aren't quite right for you then you can build a vehicle from scratch, but this requires more knowledge. [Airframe Builds](airframes/index.md) lists the supported frame starting points to give you some idea of what is possible. Once you have a vehicle that supports PX4 you will need to configure it and calibrate the sensors. Each vehicle type has its own configuration section that explains the main steps, such as [Multicopter Configuration/Tuning](config_mc/index.md). ### I want to add a payload/camera The [Payloads](payloads/index.md) section describes how to add a camera and how to configure PX4 to enable you to deliver packages. ### I am modifying a supported vehicle The [Hardware Selection & Setup](hardware/drone_parts.md) section provides both high level and product-specific information about hardware that you might use with PX4 and its configuration. This is the first place you should look if you want to modify a drone and add new components. ### I want to fly Before you fly you should read [Operations](config/operations.md) to understand how to set up the safety features of your vehicle and the common behaviours of all frame types. Once you've done that you're ready to fly. Basic instructions for flying each vehicle type are provided in the respective sections, such as [Basic Flying (Multicopter)](flying/basic_flying_mc.md). ### I want to run PX4 on a new Flight Controller and extend the platform The [Development](development/development.md) section explains how to support new airframes and types of vehicles, modify flight algorithms, add new modes, integrate new hardware, communicate with PX4 from outside the flight controller, and contribute to PX4. ## Getting Help The [Support](contribute/support.md) page explains how to get help from the core dev team and the wider community. Among other things it covers: - [Forums where you can get help](contribute/support.md#forums-and-chat) - [Diagnosing issues](contribute/support.md#diagnosing-problems) - [How to report bugs](contribute/support.md#issue-bug-reporting) - [Weekly dev call](contribute/support.md#weekly-dev-call) ## Reporting Bugs & Issues If you have any problems using PX4 first post them on the [support forums](contribute/support.md#forums-and-chat) (as they may be caused by vehicle configuration). If directed by the development team, code issues may be raised on [Github here](https://github.com/PX4/PX4-Autopilot/issues). Where possible provide [flight logs](getting_started/flight_reporting.md) and other information requested in the issue template. ## Contributing Information on how to contribute to code and documentation can be found in the [Contributing](contribute/index.md) section: - [Code](contribute/index.md) - [Documentation](contribute/docs.md) - [Translation](contribute/translation.md) ## Translations There are several [translations](contribute/translation.md) of this guide. You can access these from the Languages menu (top right): ![Language Selector](../assets/vuepress/language_selector.png) ## License PX4 code is free to use and modify under the terms of the permissive [BSD 3-clause license](https://opensource.org/license/BSD-3-Clause). This documentation is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). For more information see: [Licences](contribute/licenses.md). ## Calendar & Events The _Dronecode Calendar_ shows important community events for platform users and developers. Select the links below to display the calendar in your timezone (and to add it to your own calendar): - [Switzerland – Zurich](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com&ctz=Europe%2FZurich) - [Pacific Time – Tijuana](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com&ctz=America%2FTijuana) - [Australia – Melbourne/Sydney/Hobart](https://calendar.google.com/calendar/embed?src=linuxfoundation.org_g21tvam24m7pm7jhev01bvlqh8%40group.calendar.google.com&ctz=Australia%2FSydney) :::tip The calendar default timezone is Central European Time (CET). ::: ### Icons The following icons used in this library are licensed separately (as shown below): _placeholder_ icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY. _camera-automatic-mode_ icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY. ## Governance The PX4 flight stack is hosted under the governance of the [Dronecode Project](https://dronecode.org/). Dronecode Logo Linux Foundation Logo
 
Doc build time: {{ $buildTime }}