LeGO-LOAM 安装以及运行

一、源码地址:

GitHub - RobustFieldAutonomyLab/LeGO-LOAM: LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable TerrainLeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain - GitHub - RobustFieldAutonomyLab/LeGO-LOAM: LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrainhttps://github.com/RobustFieldAutonomyLab/LeGO-LOAM

二、依赖安装

本机ubuntu18.04 melodic

gtsam4.0.2
gtsam-4.0.2的安装_gtsam4.0.2-CSDN博客文章浏览阅读113次。【代码】gtsam-4.0.2的安装。_gtsam4.0.2https://blog.csdn.net/weixin_44760904/article/details/134137745?spm=1001.2014.3001.5501

三、开始安装

如果已经创建过catkin_ws,直接cd过去就行

cd ~/catkin_ws/src
git clone https://github.com/RobustFieldAutonomyLab/LeGO-LOAM.git
cd ..
catkin_make -j1
source ~/catkin_ws/devel/setup.bash

四、运行:

终端1:

roslaunch lego_loam run.launch

终端2:

 rosbag play YOUR_DATASET_FOLDER/nsh_indoor_outdoor.bag   --clock --topic /velodyne_points /imu/data

--clock使用BAG的时钟

包下载地址:https://drive.google.com/file/d/1s05tBQOLNEDDurlg48KiUWxCp-YqYyGH/view

五、效果

相关推荐
灯火不休ᝰ1 小时前
[win7] win7系统的下载及在虚拟机中详细安装过程(附有下载文件)
linux·运维·服务器
powerfulzyh4 小时前
Ubuntu24.04远程开机
linux·ubuntu·远程工作
ulimpid4 小时前
Command | Ubuntu 个别实用命令记录(新建用户、查看网速等)
linux·ubuntu·command
HHoao4 小时前
Ubuntu启动后第一次需要很久才能启动GTK应用问题
linux·运维·ubuntu
小灰兔的小白兔4 小时前
【Ubuntu】Ubuntu常用命令
linux·运维·ubuntu
GFCGUO5 小时前
ubuntu18.04运行OpenPCDet出现的问题
linux·python·学习·ubuntu·conda·pip
winds~5 小时前
ubuntu中软件的进程管理-结束软件运行
linux·运维·ubuntu
阳光不锈@5 小时前
麒麟桌面系统安装和配置Node.js
linux·麒麟系统安装node.js
bush45 小时前
使用root账号ssh登录虚拟机ubuntu
运维·ubuntu·ssh
叫我龙翔6 小时前
【Linux】进程间关系与守护进程
linux·运维·服务器·计算机网络