ssaigarimella commited on
Commit
8f9c7a3
·
verified ·
1 Parent(s): ae72a9b

Fill dataset card: sensors, formats, frames, rates, noise-free GT, citation

Browse files
Files changed (1) hide show
  1. README.md +91 -44
README.md CHANGED
@@ -49,13 +49,15 @@ task_categories:
49
 
50
  HERCULES provides time-synchronized, multi-modal sensor streams from a **team of robots
51
  (2× drone, 2× Husky UGV)** operating together in **four large-scale environments**.
52
- It is intended for research in **SLAM / LiDAR-inertial & visual-inertial odometry,
53
- multi-robot / collaborative perception, depth estimation, and semantic segmentation.**
54
 
55
- The data is **synthetic**, generated in **Unreal Engine 5** with **AirSim (Cosys-AirSim)**,
56
- giving photorealistic imagery together with perfect ground-truth geometry, semantics, and
57
- trajectories.
58
- <!-- TODO: confirm the simulator stack and add versions (UE5.x, Cosys-AirSim commit/version). -->
 
 
59
 
60
  ---
61
 
@@ -68,39 +70,88 @@ trajectories.
68
  | `City Block Sequence/` | Urban city block | ~241 GB |
69
  | `Forest Sequence/` | Dense forest | ~312 GB |
70
 
71
- Total ≈ **1.1 TB** across the four sequences.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ---
74
 
75
  ## Directory structure
76
 
77
- Each sequence has the same layout (City Block has no `trajectory_information` and an extra
78
- `results/openvins_BFeb8`):
79
 
80
  ```
81
  <Sequence>/
82
  ├── data/
83
- │ ├── Drone1/ Drone2/ Husky1/ Husky2/ # per-robot sensor streams
84
- │ │ ├── rgb/ # RGB camera frames TODO: res, fps
85
- │ │ ├── rgb_stereo_left/ rgb_stereo_right/ # stereo pair TODO: baseline, res, fps
86
- │ │ ├── depth/ # depth maps TODO: format, units (m?), encoding
87
- │ │ ├── seg/ # semantic segmentation (see label_color_map_*.csv)
88
- │ │ ── lidar/ # LiDAR scans TODO: model, format (.bin/.pcd/.ply), rate, channels
89
- │ ├── trajectory_information/ # ground-truth trajectories TODO: format & frame
90
- ── settings.json # AirSim/sim capture settings
91
- │ ├── label_color_map_*.csv # semantic class RGB color map
92
- ── environment.png , UE5*world*.png # environment reference imagery
 
 
93
  └── results/
94
- ├── LIO-SAM/ # LiDAR-inertial odometry output
95
- └── openvins/ # visual-inertial odometry output
96
  ```
97
 
98
- > **Filenames** encode timestamps (e.g. `lidar/769.900000.png`).
99
- > <!-- TODO: state the timestamp convention (seconds since start? unix?) and how streams are synchronized across robots. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
- ### Coordinate frames & conventions
102
- <!-- TODO (important for usability): world frame, per-robot body frame, camera/LiDAR
103
- extrinsics, axis convention (e.g. ENU / NED — AirSim is NED by default), and units. -->
 
 
 
 
 
 
 
104
 
105
  ---
106
 
@@ -129,7 +180,7 @@ cd HERCULES
129
  ./extract_all.sh # extracts every .tar.zst in place; safe to re-run
130
  # requires: tar + zstd (sudo apt install zstd)
131
  ```
132
- After extraction you get e.g. `Forest Sequence/data/Drone1/lidar/769.900000.png`, identical
133
  to the source dataset. The `.tar.zst` files can then be deleted if you wish.
134
 
135
  ---
@@ -137,33 +188,29 @@ to the source dataset. The `.tar.zst` files can then be deleted if you wish.
137
  ## Intended uses
138
  - Multi-robot / collaborative SLAM and pose-graph optimization
139
  - LiDAR-inertial and visual-inertial odometry benchmarking (ground truth provided)
140
- - Depth estimation and semantic segmentation (perfect synthetic labels)
141
- - Cross-environment / sim-to-real and domain-adaptation studies
142
-
143
- ## Limitations
144
- - **Synthetic** data — photorealistic but not a substitute for real-world sensor noise
145
- characteristics. <!-- TODO: note any sensor-noise models applied, if any. -->
146
-
147
- ---
148
 
149
  ## License
150
  Released under **CC-BY-4.0** — free to use and adapt **with attribution**. This dataset
151
  accompanies a manuscript under review at the *International Journal of Robotics Research
152
- (IJRR)*; please cite the paper (see Citation) once it is available.
153
 
154
  ## Citation
155
- <!-- TODO: add the paper / BibTeX once available. -->
156
  ```bibtex
157
- @misc{hercules_dataset,
158
- title = {HERCULES: A Multi-Robot Photorealistic Synthetic SLAM Dataset},
159
- author = {TODO},
160
- year = {TODO},
161
- url = {https://huggingface.co/datasets/GeorgiaTech/HERCULES}
 
 
 
162
  }
163
  ```
164
 
165
  ## Contact / maintainers
166
- **TODO** name(s), lab (Georgia Tech), and contact email.
167
 
168
  ## Acknowledgements
169
- Generated with Unreal Engine 5 and AirSim (Cosys-AirSim). <!-- TODO: funding / grants. -->
 
49
 
50
  HERCULES provides time-synchronized, multi-modal sensor streams from a **team of robots
51
  (2× drone, 2× Husky UGV)** operating together in **four large-scale environments**.
52
+ It targets research in **SLAM / LiDAR-inertial & visual-inertial odometry, multi-robot /
53
+ collaborative perception, depth estimation, and semantic segmentation.**
54
 
55
+ The data is **synthetic**, generated by **HERCULES** a simulation framework built on
56
+ **Unreal Engine 5** that extends **AirSim** (Shah et al., 2018) and **Cosys-AirSim**
57
+ (Jansen et al., 2023) as a UE5 plugin, using Lumen global illumination and Nanite geometry
58
+ for photorealistic rendering. It provides photorealistic imagery alongside **perfect,
59
+ noise-free ground truth** for geometry, semantics, and trajectories. All streams share a
60
+ common time base (synchronized capture).
61
 
62
  ---
63
 
 
70
  | `City Block Sequence/` | Urban city block | ~241 GB |
71
  | `Forest Sequence/` | Dense forest | ~312 GB |
72
 
73
+ Total ≈ **1.1 TB**. Designed trajectory lengths range **359–945 m** per sequence, with
74
+ intra- and inter-robot loop closures.
75
+
76
+ ---
77
+
78
+ ## Sensors
79
+
80
+ Each robot (2× drone, 2× Husky UGV) carries an identical, synchronously-logged suite:
81
+
82
+ | Modality | Details | Format · rate |
83
+ |---|---|---|
84
+ | **RGB** | front camera, 752×480, 90° FOV | `.png` · 20 Hz |
85
+ | **Stereo** | left + right, 752×480, **0.11 m baseline** | `.png` · 20 Hz |
86
+ | **Depth** | planar metric depth, 752×480 | `.npy` (float32, **metres**) + `.png` viz · 20 Hz |
87
+ | **Segmentation** | ground-truth semantic + instance labels | `.png` 752×480 (+ `label_color_map_*.csv`, 320 classes) · 20 Hz |
88
+ | **LiDAR** | 16-channel, 200 m range, ~28,800 pts/scan | `.npy` N×3 (x,y,z) float32 metres · 20 Hz |
89
+ | **IMU** | linear accel + angular velocity (+ 9-axis variant) | `imu.txt` 200 Hz; `synthetic_imu_9axis_{200,500}Hz.txt` |
90
+ | **Pose (GT)** | global world-frame + odometry-frame pose | `pose_world_frame.txt`, `odom.txt` |
91
+
92
+ Camera/LiDAR mounts, FOV, and the stereo baseline are specified in each sequence's
93
+ `data/settings.json`.
94
 
95
  ---
96
 
97
  ## Directory structure
98
 
99
+ All four sequences share the same layout (City Block additionally has a second
100
+ `results/openvins_BFeb8/` run):
101
 
102
  ```
103
  <Sequence>/
104
  ├── data/
105
+ │ ├── Drone1/ Drone2/ Husky1/ Husky2/ # identical per-robot sensor suite:
106
+ │ │ ├── rgb/ rgb_stereo_left/ rgb_stereo_right/ # 752×480 PNG, 20 Hz
107
+ │ │ ├── depth/ # .npy (float32 metres) + .png viz, 752×480
108
+ │ │ ├── seg/ # GT segmentation PNG (see label_color_map_*.csv)
109
+ │ │ ├── lidar/ # .npy N×3 (x,y,z) point clouds, 16-ch, 20 Hz
110
+ │ │ ── imu.txt # IMU @ 200 Hz
111
+ ├── synthetic_imu_9axis_200Hz.txt / _500Hz.txt
112
+ │ └── pose_world_frame.txt odom.txt # ground-truth poses
113
+ │ ├── trajectory_information/ # designed reference (waypoint) trajectories
114
+ ── settings.json # capture config: sensor intrinsics + extrinsics
115
+ │ ├── label_color_map_*.csv # semantic class ↔ RGB (320 classes)
116
+ │ └── environment.png , UE5*world*.png # environment reference imagery
117
  └── results/
118
+ ├── LIO-SAM/ # baseline LiDAR-inertial odometry output
119
+ └── openvins/ # baseline visual-inertial odometry output
120
  ```
121
 
122
+ Filenames encode the capture time in **simulation seconds** (e.g. `lidar/0.050000.npy`
123
+ t = 0.05 s). Cameras + LiDAR are logged at **20 Hz** (Δt = 0.05 s) and IMU up to
124
+ **500 Hz**; all streams share a common time base, so samples align across sensors and robots.
125
+
126
+ ### File formats
127
+ - **Poses** (`pose_world_frame.txt`, `odom.txt`): `timestamp x y z qw qx qy qz` —
128
+ position in metres, **unit quaternion (w-first)**. `pose_world_frame` is the global world
129
+ frame; `odom` starts at the robot's origin.
130
+ - **IMU** (`imu.txt`): `timestamp aₓ a_y a_z ωₓ ω_y ω_z` at 200 Hz. The
131
+ `synthetic_imu_9axis_{200,500}Hz.txt` files provide a 9-axis IMU at 200 / 500 Hz.
132
+ - **Depth:** `.npy` float32 **planar depth in metres** (with a `.png` for quick viewing).
133
+ - **LiDAR:** `.npy` array of **N×3 (x, y, z)** points in metres.
134
+ - **Segmentation:** `.png` whose colors map to classes via `label_color_map_*.csv`
135
+ (columns: `Label, ObjectName, SegmentationID, R, G, B`; **320 classes**). Instance IDs are
136
+ consistent across robots for cross-view data association.
137
+ - **World axis convention:** the AirSim / Cosys-AirSim native world frame; sensor extrinsics
138
+ (camera/LiDAR mounts, baseline) are in `data/settings.json`.
139
+
140
+ ### `results/` — baseline odometry/SLAM outputs
141
+ Per-sequence outputs of the baselines benchmarked in the paper:
142
+ `LIO-SAM/` (LiDAR-inertial, Shan et al., 2020) and `openvins/` (visual-inertial,
143
+ Geneva et al., 2020). City Block additionally includes an alternate `openvins_BFeb8/` run.
144
 
145
+ ---
146
+
147
+ ## Dataset notes
148
+ - **Noise-free ground truth.** No sensor-noise model is applied — IMU, poses, depth, LiDAR,
149
+ and segmentation are exact ground truth. (The simulator *can* inject per-sensor noise and
150
+ latency, but it is off for this release.) Add noise externally if your method requires it.
151
+ - Trajectories are designed with HERCULES's **Complementary Coverage** planner; each begins
152
+ with a static + calibration period.
153
+ - **Dynamic objects** (pedestrians, traffic, wildlife) are disabled during collection
154
+ **except birds**.
155
 
156
  ---
157
 
 
180
  ./extract_all.sh # extracts every .tar.zst in place; safe to re-run
181
  # requires: tar + zstd (sudo apt install zstd)
182
  ```
183
+ After extraction you get e.g. `Forest Sequence/data/Drone1/lidar/769.900000.npy`, identical
184
  to the source dataset. The `.tar.zst` files can then be deleted if you wish.
185
 
186
  ---
 
188
  ## Intended uses
189
  - Multi-robot / collaborative SLAM and pose-graph optimization
190
  - LiDAR-inertial and visual-inertial odometry benchmarking (ground truth provided)
191
+ - Depth estimation and semantic/instance segmentation (perfect synthetic labels)
192
+ - Heterogeneous UAV–UGV perception; cross-environment / sim-to-real studies
 
 
 
 
 
 
193
 
194
  ## License
195
  Released under **CC-BY-4.0** — free to use and adapt **with attribution**. This dataset
196
  accompanies a manuscript under review at the *International Journal of Robotics Research
197
+ (IJRR)*; please cite the paper below.
198
 
199
  ## Citation
 
200
  ```bibtex
201
+ @misc{garimella2026hercules,
202
+ title = {HERCULES: An Open-Source Simulation Framework for Heterogeneous Multi-Robot SLAM, Collaborative Perception, and Exploration},
203
+ author = {Garimella, Sandilya Sai and Butterfield, Daniel Chase and Wilson, Sean and Gan, Lu},
204
+ year = {2026},
205
+ eprint = {2606.22756},
206
+ archivePrefix = {arXiv},
207
+ primaryClass = {cs.RO},
208
+ url = {https://arxiv.org/abs/2606.22756}
209
  }
210
  ```
211
 
212
  ## Contact / maintainers
213
+ Sandilya Sai Garimella, Daniel Chase Butterfield, Sean Wilson, and Lu Gan — Georgia Institute of Technology.
214
 
215
  ## Acknowledgements
216
+ Built on Unreal Engine 5, AirSim (Shah et al., 2018), and Cosys-AirSim (Jansen et al., 2023).