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

五、效果

相关推荐
熊猫李2 小时前
rootfs-根文件系统详解
linux
dessler4 小时前
Hadoop HDFS-高可用集群部署
linux·运维·hdfs
泽泽爱旅行4 小时前
awk 语法解析-前端学习
linux·前端
轻松Ai享生活1 天前
5 节课深入学习Linux Cgroups
linux
christine-rr1 天前
linux常用命令(4)——压缩命令
linux·服务器·redis
三坛海会大神5551 天前
LVS与Keepalived详解(二)LVS负载均衡实现实操
linux·负载均衡·lvs
東雪蓮☆1 天前
深入理解 LVS-DR 模式与 Keepalived 高可用集群
linux·运维·服务器·lvs
乌萨奇也要立志学C++1 天前
【Linux】进程概念(二):进程查看与 fork 初探
linux·运维·服务器
绿箭柠檬茶1 天前
Ubuntu 服务器配置转发网络访问
服务器·网络·ubuntu
风_峰1 天前
Ubuntu Linux SD卡分区操作
嵌入式硬件·ubuntu·fpga开发