Commit ·
360149f
1
Parent(s): 4dfa860
update
Browse files
README.md
CHANGED
|
@@ -137,7 +137,7 @@ Example record:
|
|
| 137 |
```
|
| 138 |
|
| 139 |
Notes:
|
| 140 |
-
- `gyro` is in
|
| 141 |
- `sync_dt = [dt_right, dt_imu]` are time offsets (in seconds) relative to `timestamp` (left image):
|
| 142 |
- `dt_right = t_right - t_left`
|
| 143 |
- `dt_imu = t_imu - t_left`
|
|
@@ -149,9 +149,9 @@ Each split contains 100 randomly sampled, synchronized frames:
|
|
| 149 |
- Start/end trimmed to remove initialization artifacts
|
| 150 |
|
| 151 |
Synchronization constraints:
|
| 152 |
-
-
|
| 153 |
-
-
|
| 154 |
-
-
|
| 155 |
|
| 156 |
### Missing Data Handling
|
| 157 |
|
|
|
|
| 137 |
```
|
| 138 |
|
| 139 |
Notes:
|
| 140 |
+
- `gyro` is in rad/s and `accel` is in m/s^2.
|
| 141 |
- `sync_dt = [dt_right, dt_imu]` are time offsets (in seconds) relative to `timestamp` (left image):
|
| 142 |
- `dt_right = t_right - t_left`
|
| 143 |
- `dt_imu = t_imu - t_left`
|
|
|
|
| 149 |
- Start/end trimmed to remove initialization artifacts
|
| 150 |
|
| 151 |
Synchronization constraints:
|
| 152 |
+
- abs(t_left - t_right) <= 5 ms
|
| 153 |
+
- abs(t_left - t_imu) <= 5 ms
|
| 154 |
+
- abs(t_left - t_odom) <= 5 ms (VIO only)
|
| 155 |
|
| 156 |
### Missing Data Handling
|
| 157 |
|