Skip to content

Basic Flying (Multicopter)

This topic explains the basics of flying a vehicle using an RC Transmitter or Joystick in a manual or autopilot-assisted flight mode (for autonomous flight see: Missions).

INFO

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. This will power all motors and actuators and start propellers turning.

To arm the drone:

  • First disengage the safety switch.
  • Use the arm command for your vehicle - put the throttle stick in the bottom right corner.
    • Alternatively configure an arm/disarm switch.
    • You can also arm in QGroundControl (PX4 does not require a radio control for flying autonomously).

TIP

The vehicle will not arm until it is calibrated/configured and has a position lock. Vehicle Status Notifications (including on-vehicle LEDs, audio notifications and QGroundControl updates) can tell you when the vehicle is ready to fly (and help you work out the cause when it is not ready to fly).

INFO

The vehicle will (by default) automatically disarm (turn off motors) if you take too long to take off! This is a safety measure to ensure that vehicles return to a safe state when not in use.

Takeoff

Multicopter pilots can take off manually by enabling any manual mode, arming the vehicle and then raising the throttle stick until the motors produce enough thrust to leave the ground. In Position mode or Altitude mode the throttle stick has to be increased to above 62.5% to command a climb rate and make the vehicle leave the ground. Above this value all controllers are enabled and the vehicle goes to the throttle level required for hovering (MPC_THR_HOVER).

Throw Launch is also supported, in which the vehicle activates motors after it detects that it has reached the apex of a throw, and then operates according to its current mode.

Alternatively the takeoff can performed by switching to the automatic Takeoff mode.

INFO

The vehicle may disarm if you take too long to take off after arming (tune the timeout using COM_DISARM_PRFLT).

INFO

The Failure Detector will automatically stop the engines if there is a problem on takeoff.

Landing

Multicopters can be landed in any manual mode. Make sure to keep the throttle stick pulled down after touching down until the motors have switched off.

Note that vehicles automatically disarm on landing by default:

  • Use COM_DISARM_LAND to set the time to auto-disarm after landing (or disable it altogether).
  • Manually disarm by putting the throttle stick in the bottom left corner.

The vehicle can also be landed autonomously by engaging Land mode or Return mode.

INFO

If you see the vehicle "twitch" during landing (turn down the motors, and then immediately turn them back up) this is probably caused by a poor Land Detector Configuration (specifically, a poorly set MPC_THR_HOVER).

Flight Controls/Commands

Vehicle movement is controlled using the 4 basic commands: roll, yaw, pitch and throttle. As the throttle is increased the rotors spin faster and the vehicle moves up, if the vehicle pitches forward then some of that that force will move the vehicle forward, if it rolls to the left/right, then some of that force will move the vehicle left/right, and changing the yaw spins the vehicle on its axis over the ground plane.

These commands therefore allow you to move left/right, spin left/right, forward/back, and up/down, respectively, as shown on the Mode 2 RC controller shown below.

RC Basic Commands

Basic Movements Multicopter

Assisted Flight

Even with an understanding of how the vehicle is controlled, flight in fully manual mode can be quite unforgiving. New users should configure their transmitter to use flight modes where the autopilot automatically compensates for erratic user input or environmental factors.

The following three modes are highly recommended for new users:

  • Position mode - When sticks are released the vehicle will stop (and hold position against wind drift)
  • Altitude mode - Climb and drop are controlled to have a maximum rate.
  • Manual/Stabilized Mode - Vehicle hard to flip, and will level-out if the sticks are released (but not hold position)

INFO

You can also engage automatic modes on the QGroundControl main flight screen.

See Also