mirror of https://github.com/commaai/openpilot.git
cabana: fix README example for streaming CAN messages from device (#33781)
fix README example for stream command
This commit is contained in:
parent
3420b2a02d
commit
eb0f637298
|
@ -68,7 +68,7 @@ cd /data/openpilot/cereal/messaging/
|
|||
Then Run Cabana with the device's IP address:
|
||||
|
||||
```shell
|
||||
cabana --stream <ipaddress>
|
||||
cabana --stream --zmq <ipaddress>
|
||||
```
|
||||
|
||||
Replace <ipaddress> with your comma device's IP address.
|
||||
|
|
Loading…
Reference in New Issue