官方下载地址:https://docs.qgroundcontrol.com/master/en/getting_started/download_and_install.html
1.在终端输入以下命令
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 -y2.重启电脑
3.在官网下载Qgroundcontrol https://s3-us-west-2.amazonaws.com/qgroundcontrol/latest/QGroundControl.AppImage
4.找到Qgroundcontrol路径 在终端进入该路径 我的是 cd /home/wuxin/文档 (可以将下载好的Qgroundcontrol拖入终端获取路径
5.将下面代码拷贝 粘贴到终端:
chmod +x ./QGroundControl.AppImage ./QGroundControl.AppImage (or double click)