# Flight Modes

## Altitude Hold

Holds altitude, and self-levels the roll & pitch axes. Does not hold position.

In altitude hold mode, roll, pitch, and yaw can be changed by the pilot, and are stabilized when the pilot is not manipulating them. The X55 maintains a constant altitude unless the pilot changes it. If the throttle stick is in the middle (40% \~ 60%) the X55 will maintain the current altitude. Outside of this middle range, the X55 will descend or climb at a rate that depends on the deflection of the stick.

{% hint style="danger" %}
Altitude Hold mode is not recommended for manual flight, and should be used for emergency situations only. Altitude Hold mode only places a limit on the maximum angle of the aircraft, and not the maximum speed. It is possible to exceed maximum speed ratings of the aircraft in this mode. Any problems resulting from operation beyond the maximum speed rating will not be covered under warranty.
{% endhint %}

## Loiter

Holds altitude and position and uses GPS for movements

Loiter Mode automatically attempts to maintain the current location, heading, and altitude. The pilot may fly the X55 in Loiter mode as if it were in a more manual flight mode but when the sticks are released, the X55 will slow to a stop and hold the position.

{% hint style="danger" %}
Loiter flight mode requires GPS fix. Please make sure there are at least 12 satellite connections. Please do not use this flight mode when operating under conditions where there’s a higher risk of GPS signal loss.
{% endhint %}

## Auto

Executes a pre-defined mission.

In Auto mode, the X55 will follow a pre-programmed mission stored in the autopilot which is made up of navigation commands.

{% hint style="warning" %}
Although this flight mode supports auto take-off and landing, it is highly recommended that the pilot perform manual takeoff and landing. The X55 also requires a good GPS lock before takeoff to set a valid home position.
{% endhint %}

## Return to Launch (RTL)

Returns above the takeoff location, may also include landing.

RTL mode navigates the X55 from its current position to hover above the home position. By default, X55 will execute the landing command once above the home position. The behavior of RTL mode can be controlled by several adjustable parameters.

{% hint style="warning" %}
RTL triggered by failsafe will override all other flight modes. The pilot can regain control of the X55 by pressing the desired flight mode button.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arcsky.gitbook.io/x55-public-knowledge-base/aircraft-description-and-functions/flight-modes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
