# QGC (QGroundControl) and Arcsky Control

QGroundControl is the free mission planning software installed in all Herelink controllers by default. All Herelink controllers that come with the X55 should have QGC installed and ready to go. Since August 2024, we have been releasing the Herelink with our own customized version of QGroundControl, called “Arcsky Control”. This is a simplified version of QGC, which has less available options and hides much of the QGC functionality that is not needed for operation of the X55.

QGC is also available for download as a desktop application. The features and appearance should be essentially the same as that in the Herelink QGC and Arcsky Control apps.

{% hint style="info" %}
To learn more details about QGC and Arcsky Control, please watch our video (Arcsky Control Overview) which can be found on our [YouTube channel](https://www.youtube.com/channel/UCZDbb2CPD2h8zeACoe564NQ).
{% endhint %}

Some basic information about QGC is presented below.&#x20;

This is the Fly View that will be seen upon boot-up of the application. Refer to our video for an in-depth explanation and overview about what each feature is, and what it’s used for. For now, the basic labels are given on the screenshots below.

<img src="/files/jKV2Fgfx3bvUAKKhLS0y" alt="" width="563">

<img src="/files/HjxKYF9iK8sZZC94U7De" alt="" width="563">

## Planning Mission Flights

The Plan view is where you will plan, load, save and modify your mission.

{% hint style="info" %}
To learn more details about planning an automated mission, please watch our video (Plan an Automated Survey Mission) which can be found on our YouTube channel.
{% endhint %}

<img src="/files/InPF1sawNjCt5Xd37K92" alt="" width="563">

At a high level, the steps to create a mission are:

* Set Home Location. This should be the approximate takeoff location and the start point of your mission.

{% hint style="info" %}
This is only the planned home position and you should place it where you plan to take off the X55. It has no actual impact on flying the mission. The actual home position of the X55 is set by the X55 itself when arming.
{% endhint %}

* Use the plan tools to add waypoints, patterns or load existing mission files.
* Waypoint settings such as airspeed/altitude can be changed inside the mission command list>command editor
* Add mission end commands such as RTL
* Upload the mission to the X55
* Go to the Fly view to execute the mission


---

# 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-control-software/qgc-qgroundcontrol-and-arcsky-control.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.
