# Altitude Mode (Fixed Wing)

The Altitude flight mode makes it easier for users to control vehicle altitude, and in particular to reach and maintain a fixed altitude. The mode will not attempt to hold the vehicle course against wind.

The climb/descent rate is controlled via the pitch/elevator stick. Once centered the autopilot latches onto the current altitude and will maintain it during yaw/roll, and at any airspeed.

The throttle input controls airspeed. Roll and pitch are angle-controlled (so it is impossible to roll over or loop the vehicle).

When all remote control inputs are centered (no roll, pitch, yaw, and ~50% throttle) the aircraft will return to straight, level flight (subject to wind) and keep its current altitude.

The diagram below shows the mode behaviour visually (for a mode 2 transmitter).

Altitude Control FW

# Technical Summary

RC/manual mode like Stabilized mode but with altitude stabilization (centered sticks put vehicle into straight and level flight and maintain current altitude). The vehicle course is not maintained, and can drift due to wind.

  • Centered Roll/Pitch/Yaw inputs (inside deadband):
    • Autopilot levels vehicle/wings and maintains altitude.
    • Throttle stick controls the airspeed of the aircraft if an airspeed sensor is connected. Without an airspeed sensor the user cannot control throttle (in which case the vehicle will fly level at cruise throttle (FW_THR_CRUISE), increasing or decreasing throttle as needed to climb or descend).
  • Outside center:

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
FW_AIRSPD_MIN Min airspeed/throttle. Default: 10 m/s.
FW_AIRSPD_MAX Max airspeed/throttle. Default: 20 m/s.
FW_AIRSPD_TRIM Cruise speed. Default: 15 m/s.
FW_MAN_P_MAX Max pitch for manual control in attitude stabilized mode. Default: 45 degrees.
FW_MAN_R_MAX Max roll for manual control in attitude stabilized mode. Default: 45 degrees.
FW L1 Control The roll/yaw needed to maintain the commanded altitude and airspeed are also affected by the FW L1 Control parameters.