# Terrain Following

This feature enables the vehicle to follow the terrain altitude data provided by certified map providers, ensuring improved resolution for mapping missions on uneven terrain.

{% hint style="warning" %}
During a Terrain Following mission, pilots must exercise extra caution when operating at low altitudes.

The terrain data provided does not account for obstacles such as trees or masts!
{% endhint %}

### Enabling Terrain Follow

After successfully planning a Survey Pattern , you can enable this feature by clicking the Terrain icon (represented by two mountains) in the [Mission Menu](https://app.gitbook.com/o/-Lg_oRqUBXFRHyzD9kdt/s/FW1Ge1p1f6WHyiYCb146/~/changes/168/vehicle-operation/auterion-mission-control/ui-breakdown/plan/plan-ui-overview/plan-tools/survey-patterns/survey).\
Check the box for ***"Vehicle follows terrain"***\\

<figure><img src="/files/pSBC3uz1VcJknuOys5qn" alt="" width="297"><figcaption></figcaption></figure>

### Set-up

#### Tolerance

This allows you to set an acceptable margin for the required survey altitude. The higher the tolerance, the fewer waypoints with varying altitudes are set, resulting in more steeper climb and descent rates.

**e.g. low tolerance**\
![](/files/8aUD2VELGKljbFwO9omC)

**e.g. high tolerance**\
![](/files/5s1QJPkuQzL5JcSYwBDm)

#### Max Climb & Descent Rate

This defines the maximum vertical speed the vehicle can use to reach the next waypoint. This value is set as a limit, and the vehicle will typically follow a calculated speed that is most likeley lower than the maximum set.\\

<figure><img src="/files/oNkRN5rxewAbAoihR0Bp" alt="" width="298"><figcaption></figcaption></figure>

{% hint style="danger" %}
Please note: During takeoff, the vehicle will adopt the AGL altitude set on its first waypoint. As a result, if the first waypoint is set on a lower altitude than the takeoff location, the take off altitude may differ from what the pilot expects.

This also applies when resuming mission interruptions.
{% 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.auterion.com/vehicle-operation/auterion-mission-control/useful-resources/mission-planning/terrain-following.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.
