update demo route (#22381)

old-commit-hash: dd67dc6b34
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 8aa225b3f9
commit 4852437483
  1. 2
      selfdrive/ui/replay/main.cc
  2. 2
      tools/plotjuggler/README.md
  3. 2
      tools/replay/README.md

@ -8,7 +8,7 @@
#include <QDebug>
#include <QThread>
const QString DEMO_ROUTE = "3533c53bb29502d1|2019-12-10--01-13-27";
const QString DEMO_ROUTE = "4cf7a6ad03080c90|2021-09-29--13-46-36";
int getch() {
int ch;

@ -31,7 +31,7 @@ optional arguments:
Example:
`./juggle.py "0982d79ebb0de295|2021-01-17--17-13-08"`
`./juggle.py "4cf7a6ad03080c90|2021-09-29--13-46-36"`
## Streaming

@ -27,7 +27,7 @@ python lib/auth.py
# Start unlogger
python replay/unlogger.py <route-name>
# Example:
# python replay/unlogger.py '3533c53bb29502d1|2019-12-10--01-13-27'
# python replay/unlogger.py '4cf7a6ad03080c90|2021-09-29--13-46-36'
# In another terminal you can run a debug visualizer:
python replay/ui.py # Define the environmental variable HORIZONTAL is the ui layout is too tall

Loading…
Cancel
Save