Code Monkey home page Code Monkey logo

voxelmapplus_public's Introduction

VoxelMapPlus

Voxelmap++: Mergeable Voxel Mapping Method for Online LiDAR(-inertial) Odometry

Introduction

VoxelMapPlus is an expension with some new features about VoxelMap (https://github.com/hku-mars/VoxelMap)

  1. Incrementally 3DOF plane fitting and update method based on least squares estimation
  2. Plane merging method based on union-find which consider the coplanar relationship between voxel
  3. Computationally efficient, low memory usage
  4. Adapt different kinds of LiDARs (multi-spinning LiDARs and non-conventional solid-state LiDARs)
The framework about VoxelMap++

Developers:

Yuan You 游远Yifei Yuan 袁翼飞

Related video

Our accompanying videos are now available on Bilibili.

Related paper

Related paper available on arxiv:

  1. Voxelmap++: Mergeable Voxel Mapping Method for Online LiDAR(-inertial) Odometry
  2. Efficient and Probabilistic Adaptive Voxel Mapping for Accurate Online LiDAR Odometry
  3. FAST-LIO2: Fast Direct LiDAR-inertial Odometry

1. Prerequisites

1.1. PCL && Eigen

PCL>= 1.8, Follow PCL Installation.

Eigen>= 3.3.4, Follow Eigen Installation.

1.2. livox_ros_driver

Follow livox_ros_driver Installation.

2. Build

Clone the repository and catkin_make:

    cd ~/$A_ROS_DIR$/src
    git clone https://github.com/uestc-icsp/VoxelMapPlus_Public.git
    cd ..
    catkin_make
    source devel/setup.bash
  • Remember to source the livox_ros_driver before build (follow 1.2 livox_ros_driver)

3. Run on Dataset

3.1 Run on Our LivoxHap Odometry dataset

Step A: Download Datasets 链接: https://pan.baidu.com/s/1-y3x7tbPbyr3LlFnH-FkWw?pwd=ICSP 提取码: ICSP

Step B: Setup before run Edit config/velodyne.yaml to set the below parameters:

  1. LiDAR point cloud topic name: lid_topic
  2. IMU topic name: imu_topic
  3. If you want to show the voxel map, set pub_voxel_map to true
  4. If you want to show the accumulated point cloud map, set pub_point_cloud to true

Step C: Run below

    cd ~/$VOXEL_MAP_PLUS_ROS_DIR$
    source devel/setup.bash
    roslaunch voxel_map_plus mapping_velodyne.launch

Step D: Play rosbag.

voxelmapplus_public's People

Contributors

sunnystaste avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.