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文件里面,实际运行结果源程序没有导出,暂时无法计算误差。

相关推荐
七歌杜金房10 小时前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia1 天前
linux curl命令详解_curl详解
linux
冬奇Lab1 天前
每日一个开源项目(第146篇):openpilot - 开源自动驾驶辅助系统,曾在 Consumer Reports 评测中超过特斯拉 Autopilot
人工智能·开源·自动驾驶
扛枪的书生2 天前
Linux 网络管理器用法速查
linux
顺风尿一寸2 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode2 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫2 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
韩师傅4 天前
海天线算法的前世今生
python·计算机视觉
韩师傅4 天前
当你的甲方设备过烂,要如何快速出效果?
python·计算机视觉
韩师傅4 天前
当你的甲方吐槽天空不够蓝,你应该如何应对
python·计算机视觉