Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update demo route #22381

Merged
merged 1 commit into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion selfdrive/ui/replay/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tools/plotjuggler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tools/replay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down