Skip to content

A tool to generate rosbag from KAIST dataset measurements

License

Notifications You must be signed in to change notification settings

ZikangYuan/kaist2bag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAIST to ROS bag

This sourced code is modified from kaist2bag provided form tsyxyz, while we combine the left and right 3D LiDAR data under one topic and share the same timestamp.

Guide

  1. Download desired database files from the website

  2. Extract .gz.tar files into their folders

find . -name 'urban28*.tar.gz' -execdir tar -xzvf '{}' \;
  1. Clone and build this repository
cd src
git clone https://github.com/irapkaist/irp_sen_msgs.git
git clone https://github.com/ZikangYuan/kaist2bag.git
cd ..
catkin build
  1. Edit the config file with path and desired topics

  2. Create a rosbag file for each sensor type

source devel/setup.bash
roslaunch kaist2bag kaist2bag.launch
  1. Merge all bags into a single one (if desired)
rosrun kaist2bag mergebag.py merged.bag <bag_file_1> ... <bag_file_8>

Acknowledgments

Thanks for kaist2bag.

About

A tool to generate rosbag from KAIST dataset measurements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published