Flight Controller Setup and Calibration w/ QGC
less than a minute
QGroundControl (QGC)
Ground control software is used for configuration and monitoring of your AVR drone. We will be using QGroundControl as our ground control software of choice throughout AVR. 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. Using the daily build, follow the steps here for your operating system.
Go ahead and install QGC before proceeding to the next section.
Note
For Ubuntu 22.04 users, you may need to additionally install libfuse2
before the
AppImage will work:
sudo apt install libfuse2
The following sections will guide you through the process of using QGC to set up your FC. Let’s get started!
←Previous Next→