Datasets:

DOI:
License:
DapengFeng commited on
Commit
11f1cfd
·
1 Parent(s): 28215d5

feat: Add MARS-LVIG dataset details and documentation

Browse files
Files changed (2) hide show
  1. README.md +6 -1
  2. mars_lvig/README.md +31 -0
README.md CHANGED
@@ -24,6 +24,11 @@ Our collection includes two major robotics datasets:
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
@@ -42,7 +47,7 @@ These MCAP files can be processed using standard robotics tools and libraries th
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
 
 
24
  - **Scenarios**: HKU campus sequences, indoor buildings, outdoor environments
25
  - **Applications**: Photorealistic 3D reconstruction, real-time dense mapping
26
 
27
+ ### 🛰️ [MARS-LVIG Dataset](./mars_lvig/)
28
+ - **Focus**: Multi-sensor SLAM with LiDAR-Visual-Inertial-GNSS fusion
29
+ - **Scenarios**: Diverse outdoor environments with GNSS integration
30
+ - **Applications**: Robust state estimation, multi-sensor fusion, GNSS-aided navigation
31
+
32
  ## Key Features
33
 
34
  - **Standardized Format**: All datasets converted to MCAP for consistent processing
 
47
 
48
  ### Recommended Tools
49
  - [ros2mcap](https://github.com/DapengFeng/ros2mcap) - ROS 1 MCAP support
50
+ - [MCAP CLI](https://mcap.dev/guides/cli) - Command-line tools for MCAP manipulation
51
  - [Foxglove Studio](https://foxglove.dev/) - Visualization and analysis platform
52
  - [ROS 2](https://docs.ros.org/en/humble/Concepts/About-ROS-Interfaces.html) - Robot Operating System with MCAP support
53
 
mars_lvig/README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # [MARS-LVIG Dataset](https://mars.hku.hk/dataset.html)
2
+
3
+ This dataset contains MCAP files for the MARS-LVIG (Multi-sensor SLAM with Accurate and Robust State estimation using LiDAR-Visual-Inertial-GNSS) system, designed for robust multi-modal sensor fusion research.
4
+
5
+ ## Dataset Overview
6
+
7
+ MARS-LVIG focuses on accurate and robust state estimation by fusing multiple sensor modalities including LiDAR, visual cameras, inertial measurements, and GNSS signals. This dataset provides comprehensive sensor data for developing and evaluating advanced SLAM algorithms in diverse environments.
8
+
9
+ ## Key Features
10
+
11
+ - **Multi-sensor fusion**: LiDAR, camera, IMU, and GNSS data streams
12
+ - **Robust state estimation**: Designed for challenging scenarios with sensor degradation
13
+ - **Accurate localization**: High-precision ground truth for algorithm evaluation
14
+ - **Diverse environments**: Various outdoor scenarios
15
+
16
+ ## Sensor Configuration
17
+
18
+ - **LiDAR**: High-resolution 3D point cloud measurements
19
+ - **Camera**: Visual imagery for feature-based tracking
20
+ - **IMU**: High-frequency inertial measurements
21
+ - **GNSS**: Global positioning data where available
22
+ - **Synchronization**: Hardware-synchronized multi-modal data streams
23
+
24
+ ## Applications
25
+
26
+ This dataset is ideal for:
27
+ - Multi-sensor SLAM algorithm development
28
+ - Robust state estimation research
29
+ - Sensor fusion and calibration studies
30
+ - GNSS-aided navigation system evaluation
31
+ - Outdoor localization and mapping