Code Monkey home page Code Monkey logo

kitti-a-loam's Introduction

A-LOAM for kitti dataset

This repository contains modified code of A-LOAM to run and evaluate with kitti-data set. When you run the code, you'll get the trajectory results of A-LOAM in KITTI groundtruth format and you can directly evalutate the result with KITTI gt by EVO-eval kit. A-LOAM already has the kitti helper for kitti-data usage but I found that it has some problem with directories, so I modified it. Wish you find it helpful, especially who are not familiar with ROS and LOAM.

1. Prerequisites

1.1 Ubuntu and ROS

Ubuntu 64-bit 16.04 or 18.04. ROS Kinetic or Melodic. ROS Installation

1.2. Ceres Solver

Follow Ceres Installation.

1.3. PCL

Follow PCL Installation.

2. Build A-LOAM

Clone the repository and catkin_make:

    cd ~/catkin_ws/src
    git clone https://github.com/HKUST-Aerial-Robotics/A-LOAM.git
    cd ../
    rosdep install --from-paths src --ignore-src -r -y
    catkin_make
    source ~/catkin_ws/devel/setup.bash

3 Making new bagfile from kitti dataset

Download odometry dataset(color or gray, velodyne, calibration, ground truth) from : http://www.cvlibs.net/datasets/kitti/eval_odometry.php and Merge them all in one dataset directory

3.1 Edit the launch file

gedit ~/catkin_ws/src/A-LOAM/launch/kitti_helper.launch

Change 'dataset_folder' and 'output_bag_file' to your own directories

3.2 Run the launch file:

roslaunch kittibag kittibag.launch

4. Run the package

4.1 change the result directory in launch file :

gedit ~/catkin_ws/src/A-LOAM/launch/aloam_velodyne_HDL_64.launch

Change 'RESULT_PATH' to your result dir

4.2 Run the launch file:

roslaunch aloam_velodyne aloam_velodyne_HDL_64.launch

4.3 Play existing bag files:

rosbag play *.bag --clock 

5. Evaluation with evo kit

Check and follow this repository

https://github.com/MichaelGrupp/evo

6. Evaluation results

For LeGO-LOAM with kitti

check https://github.com/Mitchell-Lee-93/kitti-lego-loam

Original code from

https://github.com/HKUST-Aerial-Robotics/A-LOAM

kitti-a-loam's People

Contributors

mitchell-lee-93 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

Watchers

 avatar  avatar  avatar  avatar

kitti-a-loam's Issues

ROS-bag KITTI example

Hi! Thanks a lot for such useful repo! Could you share, please, a link to one of the already combined ros-bag files for KITTI?

Environment

What are the characteristics of your machine to obtain your results?
Screen Shot 2021-02-19 at 8 26 02 AM

I have something like this
Intel(R) Xeon(R) Gold 6152 CPU @ 2.10GH
cpu cores : 2

Screen Shot 2021-02-19 at 8 28 35 AM

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.