Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify arming is powering and props might start #3419

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions en/flying/basic_flying_fw.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Before you fly for the first time you should read our [First Flight Guidelines](
## Arm the Vehicle

Before you can fly the vehicle it must first be [armed](../getting_started/px4_basic_concepts.md#arming-and-disarming).
This will power all motors and actuators, and start any propellers turning.
This will power all motors and actuators, and may start propellers turning.

To arm the drone:

- First disengage the [safety switch](../getting_started/px4_basic_concepts.md#safety-switch).
- Use the arm command for your vehicle - put the throttle stick in the bottom right corner.
- First disengage the [safety switch](../getting_started/px4_basic_concepts.md#safety-switch) (if present).
- Use the arm command for your vehicle
- Put the throttle stick in the bottom right corner (use the [arming gesture](../advanced_config/prearm_arm_disarm.md#arm_disarm_gestures)).
- Alternatively configure an [arm/disarm switch](../config/safety.md#arm-disarm-switch).
- You can also arm in _QGroundControl_ (PX4 does not require a radio control for flying autonomously).

Expand Down
8 changes: 5 additions & 3 deletions en/flying/basic_flying_mc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ Before you fly for the first time you should read our [First Flight Guidelines](
## Arm the Vehicle

Before you can fly the vehicle it must first be [armed](../getting_started/px4_basic_concepts.md#arming-and-disarming).
This will power all motors and actuators and start propellers turning.
This will power all motors and actuators.
Unless you're doing a [Throw Launch](../flight_modes_mc/throw_launch.md) the propellers will also start turning.

To arm the drone:

- First disengage the [safety switch](../getting_started/px4_basic_concepts.md#safety-switch).
- Use the arm command for your vehicle - put the throttle stick in the bottom right corner.
- First disengage the [safety switch](../getting_started/px4_basic_concepts.md#safety-switch) (if present).
- Use the arm command for your vehicle:
- Put the throttle stick in the bottom right corner (use the [arming gesture](../advanced_config/prearm_arm_disarm.md#arm_disarm_gestures)).
- Alternatively configure an [arm/disarm switch](../config/safety.md#arm-disarm-switch).
- You can also arm in _QGroundControl_ (PX4 does not require a radio control for flying autonomously).

Expand Down
6 changes: 4 additions & 2 deletions en/getting_started/px4_basic_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,12 @@ For more information see: [Payloads & Cameras](../payloads/index.md)
## Arming and Disarming

A vehicle is said to be _armed_ when all motors and actuators are powered, and _disarmed_ when nothing is powered.
There is also a _prearmed_ state when only actuators are powered.
There is also a _prearmed_ state when only servo actuators are powered, which is primarily used for testing.

A vehicle is usually disarmed on the ground, and must be armed before taking off in the current flight mode.

:::warning
Armed vehicles can be dangerous as propellors will be spinning.
Armed vehicles are dangerous because propellers can start spinning at any time without further user input, and in many cases will start spinning immediately.
:::

Arming and disarming are triggered by default using RC stick _gestures_.
Expand Down
Loading