ubuntu16.04安装Turtlebot

安装turtlebot

安装turtlebot不推荐使用创客制造安装,主要因为创客上面的步骤会少下载很多的东西,而且后来会有很多包的路径和那个对不上,导致launch文件总是报错。

推荐使用https://github.com/dawnchen123/turtlebot 这个包的东西非常全

打开终端

sudo apt-get install ros-kinetic-turtlebot-*
mkdir catkin_ws_turtlebot
cd catkin_ws_turtlebot
mkdir src
cd src
git clone https://github.com/dawnchen123/turtlebot.git
cd ..
catkin_make

如果catkin_make出现 Could not find a package configuration file provided by “ecl_exceptin” 这种类型的问题

sudo apt-get install ros-kinetic-ecl-exception

如果将ecl_exceptin换成其他的问题,将ros-kinetic-ecl-exception替换成ros-kinetic-其他
sudo apt-get install ros-kinetic-ecl-exception还是解决不了这种问题

sudo apt-get autoremove ros-kinetic-ecl-exception

之后再重装,其他的错误同理
安装好了之后

sudo gedit ~/.bashrc

里面添加

source ~/catkin_ws_turtlebot/devel/setup.bash

启动turtlebot,turtlebot会有启动的声音

roslaunch turtlebot_bringup minimal.launch
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值