|
|
@ -4,14 +4,10 @@ We've extended [PlotJuggler](https://github.com/facontidavide/PlotJuggler) to pl |
|
|
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|
|
|
Once you've cloned openpilot, install our plugin with this command: |
|
|
|
Once you've cloned and are in openpilot, download PlotJuggler and install our plugins with this command: |
|
|
|
|
|
|
|
|
|
|
|
`cd tools/plotjuggler && ./install.sh` |
|
|
|
`cd tools/plotjuggler && ./install.sh` |
|
|
|
|
|
|
|
|
|
|
|
Usage requires an installation of PlotJuggler. On systems with snap (e.g. Ubuntu), you can install PlotJuggler with this command: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`sudo snap install plotjuggler` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
## Usage |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
@ -36,7 +32,7 @@ Example: |
|
|
|
|
|
|
|
|
|
|
|
`./juggle.py "0982d79ebb0de295|2021-01-17--17-13-08"` |
|
|
|
`./juggle.py "0982d79ebb0de295|2021-01-17--17-13-08"` |
|
|
|
|
|
|
|
|
|
|
|
### Streaming |
|
|
|
## Streaming |
|
|
|
|
|
|
|
|
|
|
|
To get started exploring and plotting data live in your car, you can start PlotJuggler in streaming mode: `./juggle.py --stream`. |
|
|
|
To get started exploring and plotting data live in your car, you can start PlotJuggler in streaming mode: `./juggle.py --stream`. |
|
|
|
|
|
|
|
|
|
|
|