当前位置:   article > 正文

Ubuntu下编译 ardupilot_ubuntu 编译 ardipilot

ubuntu 编译 ardipilot

根据官方文档 http://dev.ardupilot.com/wiki/building-the-code-onlinux/

先安装git ,  而后用 git clone下载源文件

1)下载源代码

sudo apt-get -qq -y install git
git clone https://github.com/diydrones/ardupilot.git

(如果不想clone整个库,到https://github.com/openpilot/OpenPilot下载zip文件有问题,因为编译过程中会调git命令取文件取不到,因为没有git库)


2) 而后安装toolchain (如:arduino-core,  gcc-avr avrdude avr-libc binutils-avr 等)

最简单就是运行下面脚本(提示不多,可能等很长时间)

ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y


不运行这个脚本,就要手动运行下面命令

sudo apt-get install gcc-avr avrdude avr-libc binutils-avr

sudo apt-get install python-serial python-wxgtk2.8 python-matplotlib python-opencv python-pexpect python-scipy
sudo apt-get gawk make git arduino-core g++


pixhawk 需要下载 arm toolchain

在ubuntu14.04不要用sudo apt-get i

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/425775
推荐阅读
相关标签
  

闽ICP备14008679号