美文网首页SLAM技术交流
使用数据集运行gmapping

使用数据集运行gmapping

作者: 8416ac9040d9 | 来源:发表于2018-10-31 20:27 被阅读63次

工具下载地址:

步骤:

1、下载编译slam_gmapping包

cd catkin_ws/src/

git clone https://github.com/ros-perception/slam_gmapping

catkin_make

2、将数据集转化为bag文件

我这里是使用的一个python脚本完成的转换工作。链接在上面


cd laser-dataset-dir/

python clf2bag.py

3、开始建图


roscore

rosbag play --clock intel.bag 

rosparam set use_sim_time true

rosrun gmapping slam_gmapping

4、打开rviz查看

gmapping.gif

5、

相关文章

网友评论

    本文标题:使用数据集运行gmapping

    本文链接:https://www.haomeiwen.com/subject/kslztqtx.html