ROS玩AR.drone(-2-)

安装ardrone_autonomy

根据github上的方法ardrone_autonomy包一共有两种安装方法。

1、Binary install

ROS提供有二进制包可直接进行安装。
使用命令:

apt-get install ros-*-ardrone-autonomy

*是当前使用的ROS版本。
例如:

apt-get install ros-indigo-ardrone-autonomy

2、Compile from source

github上有源代码,可直接下载。使用git把源文件从github上下载到你的catkin工作空间src目录下,安装依赖,然后编译。

$cd 你的工作空间/src/
$git clone https://github.com/AutonomyLab/ardrone_autonomy.git -b indigo-devel
$cd ../..
$rosdep install --from-paths src -i
$catkin_make

参考资料:http://ardrone-autonomy.readthedocs.io/en/latest/installation.html#binary-install

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值