Giter VIP home page Giter VIP logo

ectlo's Introduction

ECTLO

ECTLO is pure LiDAR odometry to tackle the challenges in Solid State LiDAR, including serve motion distortion, small field of view, and sparse scanning pattern. To account for the noisy data, a filter-based point-to-plane Gaussian Mixture Model is used for robust registration instead of the conventional ICP algorithm. Moreover, a continuous-time motion model is employed to relieve the inevitable distortions. The map maintenance is accomplished in one range image, making our odometry efficient on GPU.

Pipeline pipeline Video demo of mapping result on different LiDARs Youtube Bilibili

IMAGE ALT TEXT HERE

Related paper

  • Zheng, Xin and Jianke Zhu. “ECTLO: Effective Continuous-Time Odometry Using Range Image for LiDAR with Small FoV.” arxiv, IEEE
@inproceedings{zheng2023ectlo,
  title={ECTLO: Effective Continuous-Time Odometry Using Range Image for LiDAR with Small FoV},
  author={Zheng, Xin and Zhu, Jianke},
  booktitle={2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  pages={9102--9109},
  year={2023},
  organization={IEEE}
}
  • Data structure is based on our previous work ELO. Zheng, Xin, and Jianke Zhu. "Efficient LiDAR odometry for autonomous driving." IEEE Robotics and Automation Letters 6.4 (2021): 8458-8465. arvix, IEEE
@article{zheng2021efficient,
  title={Efficient LiDAR odometry for autonomous driving},
  author={Zheng, Xin and Zhu, Jianke},
  journal={IEEE Robotics and Automation Letters},
  volume={6},
  number={4},
  pages={8458--8465},
  year={2021},
  publisher={IEEE}
}

Dataset

Our collected dataset in Yuquan Campus, Zhejiang University.

Google Drive

Baidu Disk (提取码: iauu)

ectlo's People

Contributors

kevin2431 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ectlo's Issues

CODE

HELLO, INTERESTING WORK, IT LOOKS PRETTY SOLID. WHEN WILL THE CODE BE AVAILABLE?

Test data format

Hi, @kevin2431
Nice work!
I'm wondering what is the format of the test data, how to convert to a normal format?

namespace liovx_ros{
    struct Eigen_ALIGN16 Point
    {
         PCLL_ADD_POINT4D
         PCL_ADD_INTENSITY;
         float time;
         uint16_t ring;
         uint16_t tag;
          EIGEN_MAKE_ALIGNED_OPERATOR_NEW
       };
}

I used the above data format and there was a conversion exception.

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.