From 6aa17ab10a182fac671b9aaef3d4ac0aebb24af2 Mon Sep 17 00:00:00 2001 From: Julio Salamanca Date: Sun, 12 May 2024 17:00:17 -0700 Subject: [PATCH] Remove qlog param from demo example (#32406) Remove qlog param from demo instructions qlog param was removed in this commit https://github.com/commaai/openpilot/commit/d7e7659852f14ca458605f13c2bdae90f5de5a45 --- tools/plotjuggler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plotjuggler/README.md b/tools/plotjuggler/README.md index dcf2bbbac7..dc301efcb7 100644 --- a/tools/plotjuggler/README.md +++ b/tools/plotjuggler/README.md @@ -58,7 +58,7 @@ If streaming to PlotJuggler from a replay on your PC, simply run: `./juggle.py - For a quick demo, go through the installation step and run this command: -`./juggle.py --demo --qlog --layout=layouts/demo.xml` +`./juggle.py --demo --layout=layouts/demo.xml` ## Layouts