Skip to content

Commit

Permalink
empty array like in ros
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Jan 7, 2025
1 parent 5be82e9 commit 6b85719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kiss_icp/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _next(self, idx):
frame, timestamps = dataframe
except ValueError:
frame = dataframe
timestamps = np.zeros(frame.shape[0])
timestamps = np.array([])
return frame, timestamps

@staticmethod
Expand Down

0 comments on commit 6b85719

Please sign in to comment.