Code Monkey home page Code Monkey logo

aloam's Introduction

A-LOAM

Advanced implementation of LOAM

A-LOAM is an Advanced implementation of LOAM (J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time), which uses Eigen and Ceres Solver to simplify code structure. This code is modified from LOAM and LOAM_NOTED. This code is clean and simple without complicated mathematical derivation and redundant operations. It is a good learning material for SLAM beginners.

The MRS version of A-LOAM is parallelized (nodeleted) and refactored to be more readable. It also depends on some MRS-specific packages -- see below.

1. Prerequisites

The same prerequisities as for the MRS system:

2. Dependencies

The MRS version of A-LOAM depends on these packages:

Theese packages have to be available and built in your ROS workspace.

3. Install & Build A-LOAM

Clone and install the package using the prepared script:

    cd ~/git
    git clone [email protected]:uav/perception/aloam.git
    cd aloam/install
    ./install.sh

Then link to your workspace and compile it using catkin build aloam_slam.

4. Running A-LOAM

The main launch file should be included by user in a wrapper launch file, or launched directly. Then, the user can easily change input args to change the behavior for his particular application. For example:

<launch>

  <include file="$(find aloam)/launch/aloam.launch">

    <arg name="standalone" value="false" />
    <arg name="nodelet_manager_name" value="my_nodelet_manager" />
    <arg name="custom_config" value="$(find my_package)/custom_configs/aloam.yaml" />
    <arg name="debug" value="false" />
    <arg name="points_topic" value="/my_senser/point_cloud" />

  </include>

</launch>

6.Acknowledgements

Thanks for LOAM(J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time) and LOAM_NOTED.

aloam's People

Contributors

petrapa6 avatar klaxalk avatar petrlmat avatar matemat13 avatar pritzvac avatar danhert avatar kratkvit avatar spurnvoj 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.