# Mission Section

## Waypoint Mission Editor

This section of the Mission Editor allows you to further adjust waypoint settings one-by-one.

Waypoints are created by selecting the desired location(s) on the map when the **Plan Tools > Waypoint** button is selected. Item positions may be changed by drag/drop on the map, and the altitude is changed in the associated editor. Waypoints can be moved but not created when the Waypoint button is toggled off. The front of the vehicle will yaw towards the next waypoint (by default).

{% hint style="info" %}
Changing any values may not be necessary, as settings are retained from the previous waypoint.
{% endhint %}

| **Setting**             | **Description**                                                                                                                                          |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ***Mission Item Type*** | <p>A waypoint can be changed to another type of mission item using the selector in the heading.</p><p><img src="/files/TL9KWPydEksZLyW2rXig" alt=""></p> |
| ***Altitude***          | Altitude for the waypoint, relative to the home/takeoff point. This is initialized with the altitude of the previous waypoint.                           |

![](/files/zgt7nujS9ujCyneFJxLn)

*Waypoint* items specify locations (position and altitude) on the vehicle path, along with optional camera settings for the following segment of travel. They are connected on the path by lines to previous and next waypoints. The current waypoint is highlighted on the map in green and its editor is expanded in the mission list.

## Camera Panel

![](/files/wE1Htns8lGTF3g33pYQv)

The *Camera Panel* specifies camera action/triggering and gimbal positioning from the current waypoint until the next waypoint (the next waypoint continues the camera action by default).

| Setting               | Description                                                                                                                                                                      |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Camera triggering** | <p>No change (continue current action)</p><p>Take photos (time)</p><p>Take photos (distance)</p><p>Stop taking photos</p><p>Start recording video</p><p>Stop recording video</p> |
| **Mode**              | Camera mode: *Photo*, *Video*, *Survey*.                                                                                                                                         |
| **Gimbal**            | Enables gimbal fields: *Pitch* and *Yaw*.                                                                                                                                        |

## Point of Interest (POI) Mission Item

![](/files/vs6qVGqUpf7lljAEqS4d)

An *POI item* defines a location (position and altitude) that the camera will track.

An POI mission item is created by clicking on the map when the **Plan Tools > POI** button is enabled. The item position can be changed by drag/drop on the map, while the altitude is set in the editor.

The camera will track the point from the preceding waypoint destination until a [Cancel POI Mission Item](/vehicle-operation/auterion-mission-control/ui-breakdown/plan/plan-tools/waypoint-mission.md#cancel-roi-mission-item) is added to the mission or the mission ends.

| Setting      | Description                                                                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Altitude** | Altitude for the region of interest, relative to the home/takeoff point. This is initialized with the altitude of the previous mission item. |

### Cancel POI Mission Item

![](/files/snG52ABEPhrd5rctDCoj)

A *Cancel POI* item is created by selecting the button: **Plan Tools > Cancel POI** (the button is available if a POI is enabled). The new item is added alongside the current mission item.

The *Cancel POI Editor* doesn't provide other specific settings.


---

# 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/ui-breakdown/plan/mission-editor-tab/mission-section.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.
