İndirme ve Kurulum
TIP
These are daily build download links with the latest features. If you are looking for the last stable release, see the stable docs.
TIP
See Troubleshooting QGC Setup if QGroundControl doesn't start and run properly after installation!
Sistem Gereksinimleri
QGC tüm güncel bilgisayar ya da mobil cihazlarda iyi bir şekilde çalışacaktır. taraf uygulamalara ve mevcut sistem kaynaklarına bağlıdır. Daha yüksek kapasiteli donanım daha iyi bir deneyim sunacaktır. En az 8 Gb Ram'e, SSD'ye, Nvidia ya da AMD ekran kartına ve i5 veya daha iyi bir işlemciye sahip bir bilgisayar çoğu uygulama için yeterince iyi olacaktır.
En iyi deneyim ve uyumluluk için size işletim sisteminizin en yeni sürümünü kullanmanızı öneriyoruz.
Windows
Supported versions: Windows 10 (1809 or later), Windows 11:
INFO
Windows kurulum programı 3 kısayol oluşturur: QGroundControl, GPU Compatibility Mode, GPU Safe Mode. Eğer başlatma veya video işleme sorunları yaşamıyorsanız ilk kısayolu kullanın. For more information see Troubleshooting QGC Setup > Windows: UI Rendering/Video Driver Issues.
Mac OS
Supported versions: macOS 13 (Ventura) or later:
- Download QGroundControl.dmg.
- Double-click the .dmg file to mount it. In the window that opens, drag the QGroundControl icon onto the Applications folder shortcut shown next to it.
INFO
The download is a universal binary that runs natively on both Apple Silicon and Intel Macs. Official builds are signed and notarized, so no Gatekeeper security overrides are needed to run the app.
Ubuntu Linux
Supported versions: Ubuntu 24.04 LTS, 26.04 LTS:
INFO
The AppImage downloads below run on Ubuntu 24.04 LTS and 26.04 LTS. If you need a version of QGroundControl that runs on Ubuntu 22.04, it is possible, but you have to build it yourself.
Ubuntu, bir seri bağlantı noktasının (veya USB serisinin) robotikle ilgili kullanımına müdahale eden bir seri modem yöneticisi ile birlikte gelir. _ QGroundControl _ 'ü kurmadan önce modem yöneticisini kaldırmalı ve seri bağlantı noktasına erişim için kendinize izin vermelisiniz.
Before installing QGroundControl for the first time:
- Enable serial-port access Add your user to the dialout group so you can talk to USB devices without root:
sudo usermod -aG dialout "$(id -un)"INFO
At login, your shell takes a snapshot of your user and group memberships. Because you just changed groups, you need a fresh login shell to pick up “dialout” access. Logging out and back in reloads that snapshot, so you get the new permissions.
- (Optional) Disable ModemManager On some Ubuntu-based systems, ModemManager can claim serial ports that QGC needs. If you don't use it elsewhere, mask or remove it.
# preferred: stop and mask the service
sudo systemctl mask --now ModemManager.service
# or, if you’d rather remove the package
sudo apt remove --purge modemmanager- On the command prompt, enter:
sh
sudo apt install -y libfuse2 libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor0To install QGroundControl:
Download the AppImage for your architecture:
Make the AppImage executable
chmod +x QGroundControl-<arch>.AppImage- Run QGroundControl Either double-click the AppImage in your file manager or launch it from a terminal:
./QGroundControl-<arch>.AppImageAndroid
Supported versions: Android 9 (API 28) or later (arm 32/64):
:::important The version of Qt used by QGroundControl requires Android 9 (API 28) as the minimum supported version. It is not possible to support older Android releases. This means that some integrated controllers running older versions of Android are no longer compatible with current builds of QGroundControl. QGroundControl 5.0 stable is the last release that supports these older devices. Note that 5.0 may not fully support firmware versions released after it, so users on older controllers may experience limited compatibility with newer autopilot firmware. :::
Old Stable Releases
Old stable releases can be found on GitHub.