DLL(直接激光雷达定位)编译运行过程记录

文章:DLL: Direct LIDAR Localization. A map-based localization approach for aerial robots

代码:https://github.com/robotics-upo/dll

GitHub - robotics-upo/dll: DLL: Direct Lidar Localization

下载安装DLL

在GitHub网站下载再手动解压、复制文件到ros工作空间,或者使用git直接在ros工作空间目录下下载,安装过程参考readme:

Compilation

Download this source code into the src folder of your catkin worksapce:

```

$ cd catkin_ws/src

$ git clone https://github.com/robotics-upo/dll

```

Compile the project:

```

$ cd catkin_ws

$ source devel/setup.bash

$ catkin_make

```

具体地,

先下载文件,

复制代码
cd catkin_ws/src
git clone https://github.com/robotics-upo/dll

再在工作空间文件夹catkin_ws下

复制代码
source devel/setup.bash
catkin_make

我因为v1.1编译报错,手动下载了v1.0版本。

运行数据集

以运行catec1.launch文件为例

下载bag文件

在网站

Index of /datasets/dll

下载所需的bag文件catec1.bag

修改.launch文件

用vim或者gedit打开catec1.launch,修改

Bag file

<node name="bag_player" type="play" pkg="rosbag" args="catec1.bag -s 0 -r 1.0 --clock " />

中的.bag为实际绝对路径 。

运行.launch文件

复制代码
roslaunch dll catec1.launch 

效果

话题-节点图

rviz

误差计算

真值在bag文件里面,实际运行结果源程序没有导出,暂时无法计算误差。

相关推荐
zh路西法3 小时前
【navigation2全局路径更新频率修正】行为树框架的巧妙利用
linux
苏宸啊4 小时前
IPC管道
linux·c++
bush44 小时前
嵌入式linux学习记录十,定时器
linux·嵌入式
峥无4 小时前
Linux进程信号:从基础概念到内核底层原理
linux·运维·服务器·信号处理
广州灵眸科技有限公司4 小时前
瑞芯微RV1126B开发板(EASY-EAI-PI2) 开发(编译)方式说明
linux·服务器·单片机·嵌入式硬件·电脑
北山有鸟5 小时前
用开发板的.config替换ubuntu中内核源码目录的.config
linux·运维·ubuntu
jcbut5 小时前
离线安装dify 1.7
linux·运维·dify
云计算磊哥@6 小时前
运维开发宝典024-Linux云计算运维入门阶段总结
linux·运维·运维开发
江华森6 小时前
《Linux内核技术实战:从Page Cache到CPU调度的深度解构》博客大纲(26讲精编版)
linux