qGroundControl

an intuitive and powerful ground control station (GCS) for UAVs.

Installation Instructions [1]

Open the terminal with Ctrl + Alt + T

sudo usermod -a -G dialout $USER
sudo apt-get remove modemmanager -y
sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl -y
sudo apt install libqt5gui5 -y
sudo apt install libfuse2 -y
(Note) Logout and login again to enable the change to user permissions.

Download QGroundControl.AppImage.

Open the terminal with Ctrl + Alt + T

cd Downloads
mv QGroundControl.AppImage ..
cd ..
chmod +x ./QGroundControl.AppImage
./QGroundControl.AppImage

Sources

[1] qGroundControl

Last updated