Giter Site home page Giter Site logo

artslam's Introduction

ARTSLAM

artslam_laser_3d is an open source c++ package for accurate real-time 6DoF SLAM, using a 3D LIDAR. It works on full point clouds and it is a graph-based system. Tracking is achieved using scan-to-keyframe matching, where keyframes correspond to point clouds taken after a certain distance is traveled. Loop detection involves three steps: range based filtering, Scan Context and keyframe-to-keyframe alignment. ART-SLAM also supports several graph constraints, such as floor/ground coefficients, IMU orientation and GNSS data.

A basic ROS wrapper is provided at [link].

Requirements

artslam_laser_3d requires the following libraries:

  • Eigen3
  • Boost > 1.65.1
  • PCL > 1.10
  • OpenCV > 4.0
  • g2o
  • suitesparse

Moreover, it requires the following packages:

Build

artslam_laser_3d is built using catkin, although ROS is not mandatory:

cd catkin_ws/src
git clone https://github.com/koide3/ndt_omp.git
git clone https://github.com/SMRT-AIST/fast_gicp.git --recursive
git clone https://github.com/MatteoF94/ARTSLAM_CORE.git
git clone https://github.com/MatteoF94/ARTSLAM.git
cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release

Alternatively to catkin_make, you can use the "catkin build artslam_laser_3d" approach, which will automatically build all packages.

Instructions

The file applications/artslam_laser3d_offline.cpp describes in detail how to build your own SLAM system, step by step. Two configuration files are also included to work on the KITTI dataset. There are plenty of parameters, but the majority does not need to be tuned. If you are interested in the use of each parameter, you can check the corresponding header (e.g., tracker --> tracker.h), where they are briefly explained.

Papers

Frosi Matteo, and Matteo Matteucci. "ART-SLAM: Accurate Real-Time 6DoF LiDAR SLAM." IEEE Robotics and Automation Letters (2022). [link].

artslam's People

Contributors

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