Skip to content

İndirme ve Kurulum

The sections below can be used to download the current stable release of QGroundControl for each platform.

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

QGroundControl can be installed on 64 bit versions of Windows 10 (1809 or later) or Windows 11:

  1. Download QGroundControl-installer.exe.
  2. exe'ye çift tıklayın.

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 X

QGroundControl can be installed on macOS 12 (Monterey) or later:

  1. Download QGroundControl.dmg.
  2. .dmg dosyasına çift tıklayın, ardından çıkan ekranda QGroundControlApplication dosyasına sürükleyin.

INFO

QGroundControl continues to not be signed. You will not to allow permission for it to install based on you macOS version.

Ubuntu Linux

QGroundControl can be installed/run on Ubuntu LTS 22.04 (and later):

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. Ayrıca video akışını desteklemek için _ GStreamer _ 'ı da yüklemeniz gerekmektedir.

Before installing QGroundControl for the first time:

  1. 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.

  1. (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
  1. On the command prompt, enter:
sh
sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y
sudo apt install libfuse2 -y
sudo apt install libxcb-xinerama0 libxkbcommon-x11-0 libxcb-cursor-dev -y

To install QGroundControl:

  1. Download QGroundControl-x86_64.AppImage.

  2. Make the AppImage executable

chmod +x QGroundControl-<arch>.AppImage
  1. Run QGroundControl Either double-click the AppImage in your file manager or launch it from a terminal:
./QGroundControl-<arch>.AppImage

Android

QGroundControl can be installed/run on Android 9 or later:

Old Stable Releases

Old stable releases can be found on GitHub.

Daily Builds

Daily builds can be downloaded from here.