Commit ·
34c686e
1
Parent(s): 0c8bca5
update
Browse files
README.md
CHANGED
|
@@ -152,9 +152,9 @@ Synchronization constraints:
|
|
| 152 |
|
| 153 |
| Constraint | Threshold |
|
| 154 |
| --- | --- |
|
| 155 |
-
|
|
| 156 |
-
|
|
| 157 |
-
|
|
| 158 |
|
| 159 |
### Missing Data Handling
|
| 160 |
|
|
@@ -206,4 +206,4 @@ if not np.isinf(np.asarray(pos)).any():
|
|
| 206 |
```
|
| 207 |
|
| 208 |
## License
|
| 209 |
-
This software and dataset are released under the [MIT License](LICENSE).
|
|
|
|
| 152 |
|
| 153 |
| Constraint | Threshold |
|
| 154 |
| --- | --- |
|
| 155 |
+
| $\\lvert t_{left} - t_{right} \\rvert$ | $\\le 5\\ \\mathrm{ms}$ |
|
| 156 |
+
| $\\lvert t_{left} - t_{imu} \\rvert$ | $\\le 5\\ \\mathrm{ms}$ |
|
| 157 |
+
| $\\lvert t_{left} - t_{odom} \\rvert$ (VIO only) | $\\le 5\\ \\mathrm{ms}$ |
|
| 158 |
|
| 159 |
### Missing Data Handling
|
| 160 |
|
|
|
|
| 206 |
```
|
| 207 |
|
| 208 |
## License
|
| 209 |
+
This software and dataset are released under the [MIT License](LICENSE).
|