Giter Club home page Giter Club logo

clins's Introduction

clins

CLINS : Continuous-Time Trajectory Estimation for LiDAR-Inertial System

CLINS is a highly-accurate continuous-time trajectory estimation framework dedicated for SLAM (Simultaneous Localization and Mapping) applications, which enables fuse high-frequency and asynchronous sensor data effectively. Now CLINS is applied in a 3D LiDAR-inertial system for evaluations.

Dependency

As a SLAMer, we are confident that you have the ability to solve the dependency by yourself.

Build

# clone clins into your catkin workspace
git clone https://github.com/APRIL-ZJU/clins.git

catkin_make

Examples

0. Recover timestamp

Some public datasets do not provide a timestamp for each point in the scan. We tried to recover the exact timestamp of each point. The method shown below is adopted in LOAM however it is not suitable when the scan is incomplete. We refer readers to the src/node/recovery_vlp16_timestamp.cpp for details.

1. Indoor Dataset from lio-mapping

The lidar msg in the original datasets does not have the time filed, we recover each point' timestamp of the scan and available here.

Before you launch the file, check the bag_path in the configuration file.

# Run the launch file:
roslaunch clins clins_offline.launch config_name:=/config/liom-bag.yaml

2. Our own Dataset

Before you launch the file, check the bag_path in the configuration file.

# Run the launch file:
roslaunch clins clins_offline.launch config_name:=/config/yq-data.yaml

yq-skg-around

3. Dataset from lio-sam

Before you launch the file, check the bag_path in the configuration file.

# Run the launch file:
roslaunch clins clins_offline.launch config_name:=/config/lio-sam-bag.yaml

4. KAIST Complex Urban Dataset

Before you launch the file, check the bag_path in the configuration file.

# Run the launch file:
roslaunch clins clins_offline.launch config_name:=/config/kaist.yaml

The estimated trajectory is saved in the directory of the provided dataset. Modify the parameters trajectory_path, bag_path, and save_cloud_path in kaist_sick_map_generation.launch, then run it!

# use the estimated trajectory to generate map with 2D LiDAR data from SICK LMS-511
roslaunch clins kaist_sick_map_generation.launch

You will get the following reconstruction result.

Run with your own data

All the above sequences are collected by VLP-16.

Note that ring field is required for cloud feature extraction. time field is required for undistortion. Make sure the lidar topic (sensor_msgs/PointCloud2 ) has both ring and time fields.

Credits

This code was developed by the APRIL Lab in Zhejiang University.

For researchers that have leveraged or compared to this work, please cite the following:

Jiajun Lv, Kewei Hu, Jinhong Xu, Yong Liu, Xingxing Zuo. CLINS : Continuous-Time Trajectory Estimation for LiDAR-Inertial System. IROS 2021. [arxiv]

The lidar feature extraction is heavily derived from LIO-SAM. The continuous-time trajectory is taken from basalt.

TODO

  • LiDAR odometry saves all lidar scan which is slow for large dataset.
  • Support livox LiDAR.
  • Marginalization LiDAR feature and IMU measurement.
  • Speed up (analytic factor).

clins's People

Contributors

hkwww avatar icameling avatar

Watchers

 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.