jagennath-hari commited on
Commit
b7ed6ca
·
1 Parent(s): 48cd6b8
Files changed (1) hide show
  1. README.md +7 -28
README.md CHANGED
@@ -78,38 +78,17 @@ All splits share the same schema, enabling consistent downstream pipelines.
78
  ## Data Collection Protocol
79
 
80
  1. Stereo (Calibration - Static Sensor)
81
- - Robot body stationary
82
- - Camera and IMU fixed
83
- - AprilTag calibration grid moves in front of the camera
84
-
85
- Purpose:
86
- - Stereo camera calibration
87
- - Intrinsics/extrinsics estimation
88
 
89
  2. Stereo-Inertial (Calibration - Moving Sensor)
90
- - Robot body moves
91
- - Camera and IMU move together
92
- - AprilTag calibration grid stationary
93
-
94
- Purpose:
95
- - Camera-IMU extrinsic calibration
96
- - Temporal synchronization validation
97
- - Motion-consistent calibration
98
 
99
  3. VIO (Operational SLAM Sequence)
100
- - Robot moves freely in the environment
101
- - No calibration targets (no April grids)
102
- - Natural scene observations
103
-
104
- Includes:
105
- - Stereo images
106
- - IMU data
107
- - Ground-truth odometry
108
-
109
- Purpose:
110
- - Visual-inertial odometry (VIO)
111
- - SLAM evaluation
112
- - Sensor fusion benchmarking
113
 
114
  ## Data Format
115
 
 
78
  ## Data Collection Protocol
79
 
80
  1. Stereo (Calibration - Static Sensor)
81
+ - Setup: robot stationary, camera + IMU fixed, AprilTag grid moves
82
+ - Used for: stereo calibration (intrinsics/extrinsics)
 
 
 
 
 
83
 
84
  2. Stereo-Inertial (Calibration - Moving Sensor)
85
+ - Setup: robot moves, camera + IMU move together, AprilTag grid stationary
86
+ - Used for: camera-IMU extrinsics + sync checks
 
 
 
 
 
 
87
 
88
  3. VIO (Operational SLAM Sequence)
89
+ - Setup: robot moves in a normal environment (no calibration targets)
90
+ - Logged: stereo images, IMU, ground-truth odometry
91
+ - Used for: VIO/SLAM evaluation
 
 
 
 
 
 
 
 
 
 
92
 
93
  ## Data Format
94