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

五、效果

相关推荐
ElfBoard23 分钟前
飞凌精灵(ElfBoard)技术贴|如何在RK3506开发板上实现UART功能复用
大数据·linux·人工智能·驱动开发·单片机·嵌入式硬件·物联网
HackTorjan31 分钟前
AI驱动的制品库高效管理:智能分类、自动化追踪与全生命周期优化
linux·人工智能·分类·自动化
.千余37 分钟前
【Linux】进程概念
linux·服务器·开发语言·学习
蜡台40 分钟前
centos 8 安装 nginx-1.29.8 及相关配置教程
linux·nginx·centos
爱学习的小囧40 分钟前
ESXi性能历史怎么监控?2种方法,图形化+命令行全覆盖
java·linux·运维·服务器·网络·esxi·esxi8.0
sagima_sdu1 小时前
Codex 使用指南(技术向):App、CLI 与工作流接入
linux·运维·语言模型·json
圆山猫1 小时前
[Linux] 用 Buildroot 为 RISC-V QEMU 构建最小根文件系统
linux·运维·risc-v
小草儿7991 小时前
gbase8s之onatpe备份与恢复性能测试
linux·服务器·网络
不做无法实现的梦~2 小时前
Linux 嵌入式开发完整入门:工具、配置和学习路线
linux·运维·学习
摘星台2 小时前
linux环境对stm32单片机进行程序烧录
linux·stm32·单片机