From f0a251312b567aba62fcb2b08c4438ee2d2d157f Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Wed, 1 Jul 2026 11:28:12 +0200 Subject: [PATCH] fix(docs): remove misleading installation note --- src/lerobot/scripts/lerobot_dataset_viz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lerobot/scripts/lerobot_dataset_viz.py b/src/lerobot/scripts/lerobot_dataset_viz.py index 2f1e978af..2c94736ee 100644 --- a/src/lerobot/scripts/lerobot_dataset_viz.py +++ b/src/lerobot/scripts/lerobot_dataset_viz.py @@ -70,7 +70,6 @@ local$ lerobot-dataset-viz \ ``` This starts a Foxglove WebSocket server that serves the episode on demand from the on-disk dataset, so you can play/pause and scrub anywhere in the episode using Foxglove's playback controls. -Requires the Foxglove extra: ``pip install 'lerobot[foxglove]'``. """