Code Monkey home page Code Monkey logo

sc-tloam's Introduction

SC-TLOAM

What is SC-TLOAM?

  • A real-time LiDAR SLAM package that integrates TLOAM and ScanContext.
    • TLOAM for odometry.
    • ScanContext for coarse global localization that can deal with big drifts (i.e., place recognition as kidnapped robot problem without initial pose)
    • and iSAM2 of GTSAM is used for pose-graph optimization.

Dependencies

  • We mainly depend on ROS, Ceres and Open3D(for TLOAM), and GTSAM (for pose-graph optimization).
    • For the details to install the prerequisites, please follow the TLOAM and LIO-SAM repositiory.
  • The below examples are done under ROS melodic (ubuntu 18) and GTSAM version 4.x.

How to use?

  • First, install the abovementioned dependencies, and follow below lines.
    mkdir -p ~/catkin_scTLOAM_ws/src
    cd ~/catkin_scTLOAM_ws/src
    git clone https://github.com/cuge1995/SC-TLOAM.git
    cd ../
    catkin_make
    source ~/catkin_scTLOAM_ws/devel/setup.bash

Example Results

KITTI

  • For KITTI (HDL-64 sensor), run using the command (Download KITTI sequence 05 or KITTI sequence 07 first)
    ##In different terminal
    roslaunch tloam tloam_kitti.launch
    roslaunch aloam_velodyne tloam_velodyne_64.launch
    rosbag play 2011_09_30_0018.bag
    

Acknowledgements

  • Thanks to LOAM, TLOAM, SC-ALOAM and LIO-SAM code authors. The major codes in this repository are borrowed from their efforts.

sc-tloam's People

Contributors

cuge1995 avatar

Stargazers

 avatar  avatar  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.