您的位置:首页 > 汽车 > 新车 > 二、QGroundControl开发环境搭建

二、QGroundControl开发环境搭建

2024/11/18 19:40:48 来源:https://blog.csdn.net/richie12/article/details/128368698  浏览:    关键词:二、QGroundControl开发环境搭建

文章目录

  • 环境列表
  • QGC源码下载编译

环境列表

  • QGC Github
  • PX4-Autopilot
  • Qt 5.15
  • Ubuntu20.04

QGC源码下载编译

官网下载指令 如下

// Clone the repo (or your fork) including submodules:
git clone --recursive -j8 https://github.com/mavlink/qgroundcontrol.git
// Update submodules (required each time you pull new source code):
git submodule update --recursive

由于github下载很慢,经常性下载失败,可以使用gitclone网站加速
在这里插入图片描述

  1. 首先下载 qgc源码
git config --global url."https://gitclone.com/".insteadOf https://
git clone --recursive -j8 https://github.com/mavlink/qgroundcontrol.git

在这里插入图片描述
2. 编译运行
在这里插入图片描述
在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com