jagennath-hari commited on
Commit
34c686e
·
1 Parent(s): 0c8bca5
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -152,9 +152,9 @@ Synchronization constraints:
152
 
153
  | Constraint | Threshold |
154
  | --- | --- |
155
- | `|t_left - t_right|` | `<= 5 ms` |
156
- | `|t_left - t_imu|` | `<= 5 ms` |
157
- | `|t_left - t_odom|` (VIO only) | `<= 5 ms` |
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).