Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenet committed Oct 10, 2023
1 parent 669f9e4 commit 3451b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kiss_icp/datasets/ouster.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __getitem__(self, idx):
scan = next(self._scans_iter)
self._next_idx += 1

self._timestamps[self._next_idx-1] = 1e-9 * scan.timestamp[0]
self._timestamps[self._next_idx - 1] = 1e-9 * scan.timestamp[0]

timestamps = np.tile(np.linspace(0, 1.0, scan.w, endpoint=False), (scan.h, 1))

Expand Down

0 comments on commit 3451b39

Please sign in to comment.