首页 > 系统服务 > 详细

Linux上安装QGroundcountrol

时间:2020-05-17 21:24:05      阅读:75      评论:0      收藏:0      [点我收藏+]

参考:https://docs.qgroundcontrol.com/en/getting_started/download_and_install.html

首次安装QGroundControl之前

  1. 在命令提示符下输入:
    sudo usermod -a -G dialout $USER
    sudo apt-get remove modemmanager -y
    sudo apt install gstreamer1.0-plugins-bad gstreamer1.0-libav -y
  2. 注销并再次登录以启用对用户权限的更改。

  要安装QGroundControl

  1. 下载QGroundControl.AppImage
  2. 使用终端命令安装(并运行):
    chmod +x ./QGroundControl.AppImage
    ./QGroundControl.AppImage (or double click)

      

    
    

Linux上安装QGroundcountrol

原文:https://www.cnblogs.com/polipolu/p/12906632.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!