From eb0f6372981b7937063697cbd365557df832afb8 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Tue, 15 Oct 2024 04:30:41 +0800 Subject: [PATCH] cabana: fix README example for streaming CAN messages from device (#33781) fix README example for stream command --- tools/cabana/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cabana/README.md b/tools/cabana/README.md index 27829979c0..1d9a2a2ccc 100644 --- a/tools/cabana/README.md +++ b/tools/cabana/README.md @@ -68,7 +68,7 @@ cd /data/openpilot/cereal/messaging/ Then Run Cabana with the device's IP address: ```shell -cabana --stream +cabana --stream --zmq ``` Replace <ipaddress> with your comma device's IP address.