Revert "Merge remote-tracking branch 'origin/master' into SunnyPilot"

This reverts commit bd4ed9d316, reversing
changes made to f047a7d008.
This commit is contained in:
firestar5683
2025-08-11 16:51:13 -05:00
parent 827c9cede9
commit 42b6ecb535
318 changed files with 8649 additions and 12016 deletions
+4 -7
View File
@@ -13,13 +13,14 @@ Once you've [set up the openpilot environment](../README.md), this command will
```
$ ./juggle.py -h
usage: juggle.py [-h] [--demo] [--can] [--stream] [--layout [LAYOUT]] [--install] [--dbc DBC]
[route_or_segment_name]
[route_or_segment_name] [segment_count]
A helper to run PlotJuggler on openpilot routes
positional arguments:
route_or_segment_name
The route or segment name to plot (cabana share URL accepted) (default: None)
segment_count The number of segments to plot (default: None)
optional arguments:
-h, --help show this help message and exit
@@ -33,20 +34,16 @@ optional arguments:
```
Example using route name:
Examples using route name:
`./juggle.py "a2a0ccea32023010/2023-07-27--13-01-19"`
Examples using segment:
Examples using segment range:
`./juggle.py "a2a0ccea32023010/2023-07-27--13-01-19/1"`
`./juggle.py "a2a0ccea32023010/2023-07-27--13-01-19/1/q" # use qlogs`
Example using segment range:
`./juggle.py "a2a0ccea32023010/2023-07-27--13-01-19/0:1"`
## Streaming
Explore live data from your car! Follow these steps to stream from your comma device to your laptop: