- 2025/02/05: Our dataset is available via https://sites.google.com/view/herculesdataset.
- 2025/02/05 : ROS based fileplayer of the HeRCULES dataset is released.
- 2025/03/08 : PR_GT has been updated with a unified local coordinate system.
- 2025/03/10 : Stereo Camera Data is uploaded.
- 2025/05/30 : HeRCULES_Pointcloud_Toolbox is released https://github.com/hanjun815/HeRCULES_Pointcloud_Toolbox.
- 2025/07/11 : ROS2 fileplayer of HeRCULES is released.
This program is a file player for the complex urban data set. If a user installs the ROS using "Desktop-Full version", there is only one additional dependent package, except for the ROS default package. First, clone this package into the src folder of your desired ROS workspace.
Before utilizing the file player, it's crucial to have both the novatel-gps-msgs and livox custom messages. Ensure you install these drivers:
Novatel GPS Driver Installation: Replace 'version' with your appropriate ROS version (e.g., melodic, noetic).
$ sudo apt-get install ros-'version'-novatel-gps-driver
$ mkdir -p catkin_ws/src
$ cd catkin_ws/src
$ git clone https://github.com/hanjun815/HeRCULES_file_player.git
$ cd ~/catkin_ws
$ catkin_make
$ 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 "datastamp.csv"
Here's a step-by-step guide:
- Click the 'Load' button.
- Navigate and select the desired dataset folder.
- Hit the player button to commence publishing data as ROS messages.
- Use the 'Stop skip' button to skip intervals when the vehicle remains stationary. This feature enhances the user experience by focusing on significant data.
- The loop button ensures that the data resumes playback from the beginning once completed
- When using the dataset or code, please cite our paper:
@INPROCEEDINGS { hjkim-2025-icra,
AUTHOR = { Hanjun Kim and Minwoo Jung and Chiyun Noh and Sangwoo Jung and Hyunho Song and Wooseong Yang and Hyesu Jang and Ayoung Kim },
TITLE = { HeRCULES: Heterogeneous Radar Dataset in Complex Urban Environment for Multi-session Radar SLAM },
BOOKTITLE = { Proceedings of the IEEE International Conference on Robotics and Automation (ICRA) },
YEAR = { 2025 },
MONTH = { May. },
ADDRESS = { Atlanta },
}
- Our Radar development tools are available via Polar2X.
- Maintainer: Hanjun Kim (hanjun815@snu.ac.kr)
- 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)
