From 32e4dc3869bd83f1a978d4a6dfab0238285f31a6 Mon Sep 17 00:00:00 2001 From: Ross Fisher Date: Mon, 9 May 2022 17:24:09 -0400 Subject: [PATCH] tools: add link to jungle repo (#24477) --- tools/replay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/replay/README.md b/tools/replay/README.md index a0706d8df2..759a448d73 100644 --- a/tools/replay/README.md +++ b/tools/replay/README.md @@ -61,7 +61,7 @@ cd selfdrive/ui && ./watch3 ## Stream CAN messages to your device -Replay CAN messages as they were recorded using a [panda jungle](https://comma.ai/shop/products/panda-jungle). The jungle has 6x OBD-C ports for connecting all your comma devices. +Replay CAN messages as they were recorded using a [panda jungle](https://comma.ai/shop/products/panda-jungle). The jungle has 6x OBD-C ports for connecting all your comma devices. Check out the [jungle repo](https://github.com/commaai/panda_jungle) for more info. `can_replay.py` is a convenient script for when any CAN data will do.