# Hold Mode

The Hold flight mode (a.k.a. "Loiter") causes the vehicle to stop and maintain its current GPS position and altitude (MC vehicles will hover at the GPS position, while FW vehicles will circle around it).

TIP

Hold mode can be used to pause a mission or to help you regain control of a vehicle in an emergency. It is usually activated with a pre-programmed switch.

Note

  • This mode requires GPS.
  • This mode is automatic - no user intervention is required to control the vehicle.
  • RC control switches can be used to change flight modes on any vehicle.
  • RC stick movement in a multicopter (or VTOL in multicopter mode) will by default change the vehicle to Position mode unless handling a critical battery failsafe.

The specific behaviour for each vehicle type is described below.

# Multi-Copter (MC)

A multicopter hovers at the current position and altitude.

RC stick movement will change the vehicle to Position mode (by default).

The behaviour can be configured using the parameters below.

Parameter Description
MIS_LTRMIN_ALT Minimum height for loiter mode (vehicle will ascend to this altitude if mode is engaged at a lower altitude).
COM_RC_OVERRIDE Controls whether stick movement on a multicopter (or VTOL in MC mode) causes a mode change to Position mode. This can be separately enabled for auto modes and for offboard mode, and is enabled in auto modes by default.
COM_RC_STICK_OV The amount of stick movement that causes a transition to Position mode (if COM_RC_OVERRIDE is enabled).

# Fixed Wing (FW)

The aircraft circles around the GPS hold position at the current altitude. The vehicle will first ascend to MIS_LTRMIN_ALT if the mode is engaged below this altitude.

RC stick movement is ignored.

The behaviour can be configured using the parameters below.

Parameter Description
NAV_LOITER_RAD The radius of the loiter circle.
MIS_LTRMIN_ALT Minimum height for loiter mode (vehicle will ascend to this altitude if mode is engaged at a lower altitude).

# VTOL

A VTOL follows the HOLD behavior and parameters of Fixed Wing when in FW mode, and of Multicopter when in MC mode.