GithubHelp home page GithubHelp logo

kitti_to_ros2_bag's Introduction

Convert Raw Kitti Data To ROS2 Bag Format

This repo is designed for converting the raw unsync Kitti data to ros2 bag format. I write the IMU and Images to a bag file.

Installation

Dowload the repo using git.

git clone https://github.com/HaktanM/kitti_to_ros2_bag.git

I recommend creating a python environment.

cd kitti_to_ros2_bag
python3 -m venv env # creates a virtual environment
source env/bin/activate

You need to install rosbag library. Even if you have ros2 only, do not worry.

pip install rosbags

That's it.

Demo

İnstall one of the raw data from here. Note that you are expected to dowload [unsynced+unrectified data]. Modify the main path inside the kitti_to_ros2_bag.py.

main_path = '/home/hakito/datasets/kitti_raw_unsncy/2011_09_30_drive_0028_extract/2011_09_30/2011_09_30_drive_0028_extract'

The just run.

Additional Notes

You can check your rosbag by

ros2 bag info /rosbag_deneme

kitti_to_ros2_bag's People

Contributors

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