Giter Club home page Giter Club logo

kitti_player's Introduction

kitti_player

This rpository has source code for publishing kitti odometry datasets to ros topic. This allows you to adjust the publish speed and publish the 64-player velodyne data by changing it to 16layer.

Installation

cd ~/catkin_ws/src
git clone https://github.com/kimyoungji/kitti_player.git
cd ~/catkin_ws
catkin_make

Usage

Running with default parameters

rosrun kitti_player kitti_player

You can change parameters(e.g. data_path, left_topic, left_image_pub ... ) at runtime For example,

rosrun kitti_player kitti_player _data_path:="/var/data/kitti/dataset/"
rosrun kitti_player kitti_player _data_path:="/media/youngji/storagedevice/naver_data/kitti_odometry/dataset/" _velodyne_pub:=true _pose_pub:=true

rosrun kitti_player kitti_player _data_path:="/media/youngji/storagedevice/naver_data/20180125_kitti/" _velodyne_pub:=false _pose_pub:=true
rosrun kitti_player kitti_player _data_path:="/media/youngji/storagedevice/naver_data/20180411_kitti/" _velodyne_pub:=false _pose_pub:=true

rosrun kitti_player kitti_player _data_path:="/media/irap/storagedevice/kitti_odometry/dataset/" _velodyne_pub:=true _pose_pub:=true

Roslaunch is also available. A sample of the default launch file is in the 'launch' directory.

roslaunch kitti_player kitti_player kitti_player.launch

Dataset Download

KITTI odometry datasets can be downloaded from http://www.cvlibs.net/datasets/kitti/eval_odometry.php

And kitti_player needs a directory tree like the following:

└── dataset
    └── poses
    │ └ 00.txt
    │ └ ...
    │ └ 10.txt
    ├── sequences
    │ └── 00
    │ │ └── image_0
    │ │ └── image_1
    │ │ └── image_2
    │ │ └── image_3
    │ │ └── velodyne
    │ │ └── times.txt
    │ │ └── calib.txt
    │ └── 01 (Subdirectory has same structure as above)
    │ └── ...
    └─└── 21

kitti_player's People

Contributors

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