1 Star 0 Fork 0

AxIMMS_ROS / VDB-EDT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

VDB-EDT: An Efficient Euclidean Distance Transform Algorithm Based on VDB Data Structure

The video demonstration for ICRA-2021 paper can be found here https://youtu.be/Bojh6ylYUOo

VDB-EDT is an efficient and robust library for large-scale occupancy grid mapping and Euclidean distance transform. Compared with the state-of-the-art method, VDB-EDT can provide high-quality and more complete mapping results, while consuming less memory and processing time.

Installation

  1. This package is developed based on ROS Kinetic and the Eigen3 library is also needed.

  2. Dependencies for OpenVDB and the Catkin wrapper

sudo apt-get install libglfw3-dev libblosc-dev libopenexr-dev

sudo apt-get install liblog4cplus-dev

  1. Download this package and go to the VDB-EDT folder

    cd src

    catkin_init_workspace

    cd ..

    catkin build (currently not support catkin_make command )

Download Dataset

  1. Please click here to download the cow-and-lady dataset.

  2. Please click here to download the large-scale SubT dataset (background grid is with a size of 50m*50m).

Run VDB-EDT

  1. Make sure the current path is at VDB-EDT folder, i.e., in the catkin workspace

    soource devel/setup.bash

    roslaunch vdb_edt VDB-EDT.launch

  2. Play the cow-and-lady dataset. There exist a severe synchronization problem in this dataset. To sufficiently process this dataset, a play rate of 0.1 is recommended

    rosbag play data.bag -r 0.1

  3. After finishing testing cow-and-lady dataset, play the SubT dataset

    rosbag play SubT.bag

Results

cow and lady Results on cow-and-lady dataset

subt Results on SubT dataset

Acknowledgement

The VDB Ros Wrapper inside this package is developed by Rohit Garg from Air Lab CMU based on the work of ETHZ ASL. We give our special acknowledgement to him.

空文件

简介

暂无描述 展开 收起
C++ 等 3 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C++
1
https://gitee.com/IMMS_ROS/VDB-EDT.git
git@gitee.com:IMMS_ROS/VDB-EDT.git
IMMS_ROS
VDB-EDT
VDB-EDT
master

搜索帮助