> For the complete documentation index, see [llms.txt](https://px4.gitbook.io/px4-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://px4.gitbook.io/px4-user-guide/flying/flight_modes/manual_stabilized_mc.md).

# Manual/Stabilized Mode (MC)

[![](/files/LeVpTXj2cfjZYdNab0ne)](/px4-user-guide/getting_started/flight_modes.md#key_difficulty) [![](/files/2FLQfgZoPVGdha5rfU1p)](/px4-user-guide/getting_started/flight_modes.md#key_manual)&#x20;

The *Manual/Stabilized* mode stabilizes the multicopter when the RC control sticks are centred. To manually move/fly the vehicle you move the sticks outside of the centre.

:::note This multicopter mode is enabled if you set either *Manual* or *Stabilized* modes. :::

When under manual control the roll and pitch sticks control the *angle* of the vehicle (attitude) around the respective axes, the yaw stick controls the rate of rotation above the horizontal plane, and the throttle controls altitude/speed.

As soon as you release the control sticks they will return to the center deadzone. The multicopter will level out and stop once the roll and pitch sticks are centered. The vehicle will then hover in place/maintain altitude - provided it is properly balanced, throttle is set appropriately (see [below](#params)), and no external forces are applied (e.g. wind). The craft will drift in the direction of any wind and you have to control the throttle to hold altitude.

![MC Manual Flight](/files/ceY2NSbQPBvx3lQQMzFd)

## Technical Description

The pilot's inputs are passed as roll and pitch angle commands and a yaw rate command. Throttle is rescaled (see [below](#params)) and passed directly to control allocation. The autopilot controls the attitude, meaning it regulates the roll and pitch angles to zero when the RC sticks are centered inside the controller deadzone (consequently leveling-out the attitude). The autopilot does not compensate for drift due to wind (or other sources).

:::note

* Manual input is required (RC controller, or gamepad/thumbsticks through MAVLink). :::

## Parameters

| Parameter                                                                               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [MPC\_THR\_HOVER](/px4-user-guide/advanced_config/parameter_reference.md#MPC_THR_HOVER) | Hover throttle that is output when the throttle stick is centered and `MPC_THR_CURVE` is set to default.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| [MPC\_THR\_CURVE](/px4-user-guide/advanced_config/parameter_reference.md#MPC_THR_CURVE) | <p>Defines the throttle scaling. By default this is set to <strong>Rescale to hover thrust</strong>, which means that when the throttle stick is centered the configured hover throttle is output (<code>MPC\_THR\_HOVER</code>) and the stick input is linearly rescaled below and above that (allowing for a smooth transition between Stabilized and Altitude/Position control).<br>On powerful vehicles the hover throttle might be very low (e.g. below 20%) so that rescaling distorts the throttle input - i.e. here 80% of the thrust would be controlled by just the top half of the stick input and 20% by the bottom. If needed <code>MPC\_THR\_CURVE</code> can be set to <strong>No Rescale</strong> so that there is no rescaling (stick input to throttle mapping is independent of <code>MPC\_THR\_HOVER</code>).</p> |
