> 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/altitude_mc.md).

# Altitude Mode (MC)

[![](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-7fd47cd8e0d5593b0553be4e7183c5cc581b7b38%2Fdifficulty_easy.png?alt=media)](/px4-user-guide/getting_started/flight_modes.md#key_difficulty) [![](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-7e85f336fc50740d099df5e246a85f0602cdc64d%2Fremote_control.svg?alt=media)](/px4-user-guide/getting_started/flight_modes.md#key_manual) [![](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-9ffcac3e48b7f4db5e698d842afdb942eb46463c%2Faltitude_icon.svg?alt=media)](/px4-user-guide/getting_started/flight_modes.md#altitude_only)

*Altitude mode* is a *relatively* easy-to-fly RC mode in which roll and pitch sticks control vehicle movement in the left-right and forward-back directions (relative to the "front" of the vehicle), yaw stick controls rate of rotation over the horizontal plane, and throttle controls speed of ascent-descent.

When the sticks are released/centered the vehicle will level and maintain the current *altitude*. If moving in the horizontal plane the vehicle will continue until any momentum is dissipated by wind resistance. If the wind blows the aircraft will drift in the direction of the wind.

:::tip *Altitude mode* is the safest non-GPS manual mode for new fliers. It is just like [Manual/Stabilized](/px4-user-guide/flying/flight_modes/manual_stabilized_mc.md) mode but additionally locks the vehicle altitude when the sticks are released. :::

The diagram below shows the mode behaviour visually (for a [mode 2 transmitter](/px4-user-guide/getting_started/rc_transmitter_receiver.md#transmitter_modes)).

![Altitude Control MC - Mode2 RC Controller](https://4155462212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LArEa7z2SPawfl3HpCD%2Fuploads%2Fgit-blob-5ef3a742de3a3a5bf904d864d45a75c52d1c011a%2Faltitude_control_mode_copter.png?alt=media)

## Technical Summary

RC/manual mode like [Manual/Stabilized (MC)](/px4-user-guide/flying/flight_modes/manual_stabilized_mc.md) mode but with *altitude stabilization* (centered sticks level vehicle and hold it to fixed altitude).

* Centered sticks (inside deadband):
  * RPY sticks levels vehicle.
  * Throttle (\~50%) holds current altitude steady against wind.
* Outside center:
  * Roll/Pitch sticks control tilt angle in respective orientations, resulting in corresponding left-right and forward-back movement.
  * Throttle stick controls up/down speed with a predetermined maximum rate (and movement speed in other axes).
  * Yaw stick controls rate of angular rotation above the horizontal plane.
* Takeoff:
  * When landed, the vehicle will take off if the throttle stick is raised above 62.5% percent (of the full range from bottom).

:::note

* Manual input is required (RC controller, or gamepad/thumbsticks through MAVLink).
* The altitude is normally measured using a barometer, which may become inaccurate in extreme weather conditions. Vehicles that include a LIDAR/range sensor will be able to control altitude with greater reliability and accuracy. :::

## Parameters

The mode is affected by the following parameters:

| Parameter                                                                                       | Description                                                                                                                                                                                                                                                                                                                      |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [MPC\_Z\_VEL\_MAX\_UP](/px4-user-guide/advanced_config/parameter_reference.md#MPC_Z_VEL_MAX_UP) | Maximum vertical ascent velocity. Default: 3 m/s.                                                                                                                                                                                                                                                                                |
| [MPC\_Z\_VEL\_MAX\_DN](/px4-user-guide/advanced_config/parameter_reference.md#MPC_Z_VEL_MAX_DN) | Maximum vertical descent velocity. Default: 1 m/s.                                                                                                                                                                                                                                                                               |
| `RCX_DZ`                                                                                        | RC dead zone for channel X. The value of X for throttle will depend on the value of [RC\_MAP\_THROTTLE](/px4-user-guide/advanced_config/parameter_reference.md#RC_MAP_THROTTLE). For example, if the throttle is channel 4 then [RC4\_DZ](/px4-user-guide/advanced_config/parameter_reference.md#RC4_DZ) specifies the deadzone. |
| `MPC_XXXX`                                                                                      | Most of the MPC\_xxx parameters affect flight behaviour in this mode (at least to some extent). For example, [MPC\_THR\_HOVER](/px4-user-guide/advanced_config/parameter_reference.md#MPC_THR_HOVER) defines the thrust at which a vehicle will hover.                                                                           |
