稳定版本可以实现航点标绘,航线规划。如果有需要远程指导的可以和我联系15910571001(付费)
------------------------------------------ 1 下载稳定版本qgc -----------------------------------------------------
linux/ubuntu
https://github.com/mavlink/qgroundcontrol/releases/download/v3.5.6/QGroundControl.AppImage
window
https://github.com/mavlink/qgroundcontrol/releases/download/v3.5.6/QGroundControl-installer.exe
手机app端
https://github.com/mavlink/qgroundcontrol/releases/download/v3.5.6/QGroundControl.apk
源代码
https://github.com/mavlink/qgroundcontrol/archive/refs/tags/v3.5.6.zip
------------------------------------------ 2 执行如下安装 -----------------------------------------------------
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
------------------------------------------ 3 运行qgc -----------------------------------------------------
sh chmod +x ./QGroundControl.AppImage
./QGroundControl.AppImage
页面效果如图: