# FC Setup and Calibration w/ QGC

## QGroundControl (QGC)

Ground control software is used for configuration and monitoring of your VRC drone. We will be using QGroundControl as our ground control software of choice throughout VRC. With QGC you can upload firmware, configure flight modes, calibrate sensors and much more. It also provides different ways of controlling the drone, such as an autonomous mission planner.

QGC can be downloaded and installed on Windows, Mac, and Linux operating systems. You can find the necessary installer by going to the [downloads page](http://qgroundcontrol.com/downloads/). Go ahead and install QGC before proceeding to the next section.

{% hint style="info" %}
All testing and configuration throughout the GitBook was done with QGC version 4.1.1. We encourage you to use this version, which will allow us to help troubleshoot any issues more easily. You can find the file labeled **QGroundControl-Installer.exe** at [this link](https://github.com/mavlink/qgroundcontrol/releases/tag/v4.1.1).
{% endhint %}

The following sections will guide you through the process of using QGC to set up your FC. Let's get started!


---

# 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://bellflight.gitbook.io/vertical-robotics-competition/assembly-and-configuration/fc-setup-and-calibration.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.
