> For the complete documentation index, see [llms.txt](https://docs.theseus.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseus.us/cyclops/autopilot-integration/universal-setup/mission-planner.md).

# Mission Planner

This page shows you how to configure your ArduPilot UAV described in [ArduPilot](/micro-vps/autopilot-integration/ardupilot.md) using Mission Planner. To begin, open Mission Planner and connect to your UAV.

## Configuring Serial Ports

{% hint style="warning" %}
We've noticed mavlink connection issues with slower baud rates. If you use a slower baud rate and encounter issues with mavlink connection, consider switching to a higher baud or contact <support@theseus.us>.
{% endhint %}

In Mission Planner, click on "*SETUP*", then "*Mandatory Hardware*", then "*Serial Ports*". Find the serial port that matches the port you used in [Flight Controller](/cyclops/vehicle-integration/flight-controller.md) and configure the **Protocol** to **MAVLink 2** and the **Speed (baud rate)** to **921600**.

We use a default baud of **921600**, but this is configurable and can be changed from Vozilla [System](/gcs-software/legacy-software/vozilla-legacy/system.md#configuring-mavproxy)

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

Restart your autopilot after setting the serial port.

## Editing ArduPilot Parameters

Navigate to the "*CONFIG*" tab on main menu, then "*Full Parameter List*", then click on the "*Search*" bar in the menu to the right of the screen.

{% hint style="success" %}
Make sure to click "*Write Params*" to the right of the list before exiting the Full Parameter List!
{% endhint %}

Set **GPS\_AUTO\_SWITCH to 0** and **GPS\_BLEND\_MASK to 0**.

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

Set **EK3\_SRC\_OPTIONS to 0**.

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

Set **EK3\_MAG\_CAL to 3**.

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

Set **BRD\_RTC\_TYPES to 2**.

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

Set **EK3\_GPS\_CHECK to 23**.

<figure><img src="/files/8U2eJYGeHUIZ8EgXj8sV" alt=""><figcaption></figcaption></figure>

Set EK3\_SRC1 param values as shown below.

<figure><img src="/files/6VKt4rarKs1FbQcNoOoy" alt=""><figcaption></figcaption></figure>

Once you have set all your parameters, click the "*Write Params*" button on the right side of the screen before exiting.

{% hint style="success" %}
All parameters have been written to the autopilot from Mission Planner.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.theseus.us/cyclops/autopilot-integration/universal-setup/mission-planner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
