Hamish Willee 88d623bedb
Move PX4 Guide source into /docs (#24490)
* 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>
2025-03-13 16:08:27 +11:00

2.2 KiB

Helicopters

:::warning Support for helicopters is experimental. Maintainer volunteers, contribution of new features, new frame configurations, or other improvements would all be very welcome!

Issues include:

  • Limited support for different types of helicopters. For example, PX4 does not support helicopters with coaxial or dual rotor types, and features such as RPM governor and autorotation.

:::

Helicopter Types

PX4 supports helicopters with a single main rotor with a swash-plate controlled by up to 4 swash-plate servos, and:

  • a mechanically uncoupled tail rotor driven by an ESC, or
  • a mechanically coupled tail controlled by a servo on the tail motor.

The allowed flight operations and flight modes are the same as for multicopter. Note however that (at the time of writing) 3D flying with negative thrust is not supported in autonomous/guided modes.

组装

Assembly of the core autopilot components are similar for all frames. This is covered in Basic Assembly.

Helicopter-specific assembly consists mostly of connecting and powering the motors and swash plate servos.

:::info Note that the flight controller cannot power motors and servos (only GPS module, RC receiver, and low power telemetry modules can be powered from Pixhawk flight controllers). Generally a power distribution board (PDB) is used to power motors, and a separate (or integrated) battery elimination circuit (BEC) is used to power each of the servos. :::

配置

Helicopter configuration and setup is covered in:

  • Helicopter configuration: Vehicle frame selection, actuator configuration and testing, and tuning.
  • Standard Configuration: The common configuration and calibration steps for most frames. This includes configuration/calibration of core components such as compass and gyroscope, setting flight mode mappings on a remote control, and safety settings.

Frame Builds

None available.