Altitude Mode (FW)

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).

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 trim throttle (FW_THR_TRIM), increasing or decreasing throttle as needed to climb or descend).

  • Outside center:

    • Pitch stick controls altitude.

    • Throttle stick controls the airspeed of the aircraft (as for centered Roll/Pitch/Yaw inputs).

    • Roll stick controls roll angle. Autopilot will maintain coordinated flight. This is same as in Stabilized mode.

    • Yaw stick actuates the rudder (signal will be added to the one calculated by the autopilot to maintain coordinated flight). This is same as in Stabilized mode.

:::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:

ParameterDescription

Min airspeed/throttle. Default: 10 m/s.

Max airspeed/throttle. Default: 20 m/s.

Cruise speed. Default: 15 m/s.

Max pitch for manual control in attitude stabilized mode. Default: 45 degrees.

Max roll for manual control in attitude stabilized mode. Default: 45 degrees.

The roll/yaw needed to maintain the commanded altitude and airspeed are also affected by the FW NPFG Control parameters.

Last updated