Skip to content

Commit

Permalink
Update src/lidar_visualizer/visualizer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ignacio Vizzo <[email protected]>
  • Loading branch information
l00p3 and nachovizzo authored Aug 13, 2024
1 parent fd703d2 commit 7076b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lidar_visualizer/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def _progress_bar_callback(self):

def _information_callback(self):
self._gui.TextUnformatted(
f"[WARNING] The current dataloader does not allow you to access frames\nrandomly, for this reason only sequential reading is possibile.\nFurthermore, the options '--jump' will be ignored and the dataset\nwill always be visualized from the beginning."
f"[WARNING] The current dataloader does not allow you to access frames\nrandomly.."
)

def _center_viewpoint_callback(self):
Expand Down

0 comments on commit 7076b7b

Please sign in to comment.