jagennath-hari commited on
Commit
f0fdfd6
·
1 Parent(s): dc8f08e
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -132,8 +132,8 @@ Example record:
132
  Notes:
133
  - `gyro` is in rad/s and `accel` is in m/s^2.
134
  - `sync_dt = [dt_right, dt_imu]` are time offsets (in seconds) relative to `timestamp` (left image):
135
- - `dt_right = t_right - t_left`
136
- - `dt_imu = t_imu - t_left`
137
 
138
  ### Sampling Methodology
139
 
 
132
  Notes:
133
  - `gyro` is in rad/s and `accel` is in m/s^2.
134
  - `sync_dt = [dt_right, dt_imu]` are time offsets (in seconds) relative to `timestamp` (left image):
135
+ - `dt_right = abs(t_right - t_left)`
136
+ - `dt_imu = abs(t_imu - t_left)`
137
 
138
  ### Sampling Methodology
139