irapkaist / file_player_mulran

Publish ouster os1-64 scans and navtech radar polar images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File player for MulRan dataset

Maintainer: Giseop Kim (paulgkim@kaist.ac.kr)

This program is a file player for the MulRan dataset.

NEWS

Update (2023. 08. 11): ros noetic compatability

  • We now support compiling in the ros noetic environment. Instructions for installing from noetic can be found in the section below.

Update (2021. 08. 03): rosbag generation

  • We now support to generate a rosbag from the files. This is a contribution from Daniel Adolfsson and we are very grateful for his efforts (for the details: see The pull requests from @dan11003)
  • Use the 'Save bag' button.

  • Note
    • Currently only Radar files are saved into a rosbag with ground-truth trajectory (not body frame, but UTM coordinate) as Odometry topic. Later, we plan to support lidar, imu, and gps topics as well as the radar files in a single rosbag.

Update (2020. 11. 19): IMU and GPS are available

  • We released IMU and GPS data (consumer-level), as well as the originally delivered LiDAR and radar data.
    • The model specification and the extrinsic calibration (i.e., the sensor position within our car platform) is equivalent to our lab's other dataset (Complex Urban Dataset, IJRR 19), so please refer the paper.
  • We expect these data supports GPS-aided radar researches, LiDAR-IMU fusion such as LIO-SAM (example video), or radar-imu fusion.

How to install

$ mkdir -p catkin_ws/src
$ cd catkin_ws/src
$ git clone -b [master, noetic] https://github.com/irapkaist/file_player_mulran.git
$ cd ../..
$ catkin_make
  • If ROS version is melodic, please use a master branch. Ohteriwse, if ROS version is noetic, please use a noetic branch.

How to use

$ source devel/setup.bash
$ roslaunch file_player file_player.launch
  • Then, you need to select a sequence directory via GUI.
  • For the correct load, first you need to place the GPS, IMU, LiDAR, and radar files in a directory following this structure (see this guide video)
  • IMU and GPS files (.csv) must be located at the same directory of "data_stamp.csv"

Contributors

  • Jinyong Jeong: The original author
  • Minwoo Jung: made the player system compatible with LIO-SAM input (i.e., supports ring information of a lidar scan)

About

Publish ouster os1-64 scans and navtech radar polar images


Languages

Language:C++ 77.7%Language:C 11.0%Language:CMake 5.1%Language:MATLAB 3.7%Language:GLSL 2.1%Language:Python 0.5%