replay: new demo route (#29215)

* new demo route

* replace other references (except gps test)

* Apply suggestions from code review

* it's 13 segments
old-commit-hash: acc732efbb76b15947ce4b69cf6a97a919f4c34f
This commit is contained in:
Shane Smiskol
2023-08-03 13:18:44 -07:00
committed by GitHub
parent 989c79d8d3
commit d78ebfdc45
8 changed files with 16 additions and 16 deletions

View File

@@ -38,11 +38,11 @@ optional arguments:
Examples using route name:
`./juggle.py "4cf7a6ad03080c90|2021-09-29--13-46-36"`
`./juggle.py "a2a0ccea32023010|2023-07-27--13-01-19"`
Examples using segment name:
`./juggle.py "4cf7a6ad03080c90|2021-09-29--13-46-36--1"`
`./juggle.py "a2a0ccea32023010|2023-07-27--13-01-19--1"`
## Streaming

View File

@@ -19,7 +19,7 @@ from urllib.parse import urlparse, parse_qs
juggle_dir = os.path.dirname(os.path.realpath(__file__))
DEMO_ROUTE = "4cf7a6ad03080c90|2021-09-29--13-46-36"
DEMO_ROUTE = "a2a0ccea32023010|2023-07-27--13-01-19"
RELEASES_URL="https://github.com/commaai/PlotJuggler/releases/download/latest"
INSTALL_DIR = os.path.join(juggle_dir, "bin")
PLOTJUGGLER_BIN = os.path.join(juggle_dir, "bin/plotjuggler")