From 7076b7b0558bbabf90246139487662895b3ea780 Mon Sep 17 00:00:00 2001 From: Luca Lobefaro Date: Tue, 13 Aug 2024 14:10:18 +0200 Subject: [PATCH] Update src/lidar_visualizer/visualizer.py Co-authored-by: Ignacio Vizzo --- src/lidar_visualizer/visualizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lidar_visualizer/visualizer.py b/src/lidar_visualizer/visualizer.py index 7a16edf..06de7c7 100644 --- a/src/lidar_visualizer/visualizer.py +++ b/src/lidar_visualizer/visualizer.py @@ -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):