Datasets:

DOI:
License:
DapengFeng commited on
Commit
28215d5
·
1 Parent(s): 9f9863c

docs: enhance README with dataset details and tools

Browse files
Files changed (1) hide show
  1. README.md +58 -1
README.md CHANGED
@@ -4,6 +4,33 @@ task_categories:
4
  - robotics
5
  ---
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ## File Format
8
 
9
  - **`.mcap`**: Main data files containing synchronized sensor measurements (LiDAR, IMU, camera data)
@@ -11,4 +38,34 @@ task_categories:
11
 
12
  ## Usage
13
 
14
- These MCAP files can be processed using standard robotics tools and libraries that support the MCAP format for multi-modal sensor data analysis and SLAM algorithm evaluation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - robotics
5
  ---
6
 
7
+ ![MCAP](https://mcap.dev/img/mcap720.webp)
8
+
9
+ # MCAP Robotics Dataset Collection
10
+
11
+ This repository contains a comprehensive collection of robotics datasets converted to the MCAP format, specifically designed for SLAM (Simultaneous Localization and Mapping) and multi-modal sensor fusion research.
12
+
13
+ ## Dataset Overview
14
+
15
+ Our collection includes two major robotics datasets:
16
+
17
+ ### 🚀 [FAST-LIVO Dataset](./FAST-LIVO/)
18
+ - **Focus**: LiDAR-Inertial-Visual Odometry systems
19
+ - **Scenarios**: University campus, LiDAR degenerate cases, visual challenges
20
+ - **Applications**: Algorithm robustness testing, multi-modal fusion
21
+
22
+ ### 🌈 [R3LIVE Dataset](./R3LIVE/)
23
+ - **Focus**: Real-time Radiance Reconstruction and RGB-colored mapping
24
+ - **Scenarios**: HKU campus sequences, indoor buildings, outdoor environments
25
+ - **Applications**: Photorealistic 3D reconstruction, real-time dense mapping
26
+
27
+ ## Key Features
28
+
29
+ - **Standardized Format**: All datasets converted to MCAP for consistent processing
30
+ - **Multi-modal Data**: Synchronized LiDAR, IMU, and camera measurements
31
+ - **Diverse Scenarios**: Indoor, outdoor, and challenging environmental conditions
32
+ - **Research Ready**: Optimized for SLAM algorithm development and evaluation
33
+
34
  ## File Format
35
 
36
  - **`.mcap`**: Main data files containing synchronized sensor measurements (LiDAR, IMU, camera data)
 
38
 
39
  ## Usage
40
 
41
+ These MCAP files can be processed using standard robotics tools and libraries that support the MCAP format for multi-modal sensor data analysis and SLAM algorithm evaluation.
42
+
43
+ ### Recommended Tools
44
+ - [ros2mcap](https://github.com/DapengFeng/ros2mcap) - ROS 1 MCAP support
45
+ - [MCAP CLI](https://mcap.dev/docs/cli) - Command-line tools for MCAP manipulation
46
+ - [Foxglove Studio](https://foxglove.dev/) - Visualization and analysis platform
47
+ - [ROS 2](https://docs.ros.org/en/humble/Concepts/About-ROS-Interfaces.html) - Robot Operating System with MCAP support
48
+
49
+ ## Getting Started
50
+
51
+ 1. **Browse datasets**: Explore individual dataset folders for specific scenarios
52
+ 2. **Read metadata**: Check `metadata.yaml` files for sensor specifications
53
+ 3. **Load MCAP files**: Use your preferred robotics framework or MCAP tools
54
+ 4. **Analyze data**: Process synchronized sensor streams for your research
55
+
56
+ ## Applications
57
+
58
+ This dataset collection is ideal for:
59
+ - SLAM algorithm development and benchmarking
60
+ - Multi-sensor fusion research
61
+ - Real-time mapping and localization studies
62
+ - Sensor calibration and synchronization validation
63
+ - Computer vision and robotics education
64
+
65
+ ## License
66
+
67
+ This dataset collection is licensed under **CC-BY-NC-4.0** (Creative Commons Attribution-NonCommercial 4.0 International). This means you can use, share, and adapt the material for non-commercial purposes with proper attribution.
68
+
69
+ ## Contributing
70
+
71
+ We welcome contributions of additional datasets or improvements to existing ones. Please ensure all data follows our MCAP formatting standards and includes appropriate metadata.