# VTOL Takeoff

## VTOL Takeoff

1. In the next step, the **VTOL Takeoff** and **Transition** must be planned. A flight path from the vehicle to an **orbit** is shown. This **orbit** can be dragged within a confined space defined by **AMC** by grabbing the white **vertex**.

{% hint style="warning" %}
The **VTOL Takeoff** and **Transition** items must be planned in such a way that the vehicle can perform these **into the wind**.

Place the **VTOL takeoff orbit** with at least **25 meters** of clearance above any obstacles. The orbit’s altitude is by default **80 meters** **(HGT)** relative to the takeoff location.
{% endhint %}

<figure><img src="/files/hWzGMqQ3EtsfAxJTLeC9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gwPUSKINqtN8SHMg3eOg" alt="" width="319"><figcaption></figcaption></figure>

2. The **Transition Altitude** must be set by adjusting the **slider** on the right side of the screen. The **Altitude Frame** is **AGL**, Above Ground Level (Altitude Above Ground Level).

<figure><img src="/files/ul8Ub1BQJVbDYR1mOOos" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
The minimum **VTOL Takeoff Altitude** is **15 meters** above the highest obstacle in the takeoff area. For example, if the tallest tree in the takeoff area is **10 meters** high, the **VTOL Takeoff Altitude** must be set to at least **25 meters**.
{% endhint %}

<figure><img src="/files/XonJlenRqszZIrHBrFZK" alt=""><figcaption></figcaption></figure>

3. Before confirming the takeoff, the operator must review the [**Pre-flight Checklist**](/tac/flight/pre-flight-checks.md).
4. **Hold to Confirm** the **VTOL Takeoff**.

<figure><img src="/files/qtmPBWTmpCD8JQZARuwl" alt="" width="275"><figcaption></figcaption></figure>

***

{% hint style="info" %}
After the **VTOL Takeoff** command has been given, the vehicle will arm its **VTOL motors** and ascend in **Multirotor Mode** to the set **Transition Altitude**. Once reached, the vehicle will engage the **pusher motor** and commence forward movement until enough lift can be generated with the wings. As soon as sufficient **airspeed** is reached to allow **fixed-wing flight**, the **VTOL motors** will be turned off. The **transition phase** is over, and the **DeltaQuad Evo** is flying in **fixed-wing mode** (**Aero**).

In the next stage, the vehicle will climb to the default **80 meters altitude (HGT)** as fast as possible while moving towards the **Orbit location**. Once there, the vehicle will **loiter clockwise** with a radius of **100 meters** at **80 meters altitude (HGT)**.
{% endhint %}

<figure><img src="/files/fJ0UxhZx3ISfcdKvav5t" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
The vehicle can now be commanded to change location via the **Orbit Command**. The **orbit** can be adjusted in **position**, **radius**, **direction**, and **altitude**.
{% endhint %}

<figure><img src="/files/2yQ5XWccSf2CmNkCOPFh" alt="" width="144"><figcaption></figcaption></figure>

<figure><img src="/files/YuEtr9QFRMXtnyCvuEGQ" alt="" width="320"><figcaption></figcaption></figure>

{% hint style="info" %}
How to **execute and monitor a mission** will be addressed in the [following chapter](/tac/flight/executing-and-monitoring-a-mission.md).
{% 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://docs.deltaquad.com/tac/flight/quick-takeoff/vtol-takeoff.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.
