Kacper Rączy
64377a88f9
process_replay: helpers ( #28367 )
...
* process_replay helper
* Refactor
* refactor check_enabled uses
* fix __init__
* noqa in __init__ imports
* Move compare_logs outside of process_replay
* Move save_logs to tools.lib.helpers
* Remove save_log from compare_logs
* fix lint issues
2 years ago
Shane Smiskol
d07b7fd7a8
PJ: support internal cd:/ paths ( #26302 )
...
Update juggle.py
3 years ago
Adeeb Shihadeh
c6b749fb96
add pyside2 package ( #25602 )
3 years ago
Adeeb Shihadeh
6590fb2b93
pre-commit: add codespell ( #25571 )
3 years ago
grekiki
7f6464d97d
plotjuggler: Longer max stream buffer size ( #25399 )
...
* longer streams
* more consistent
* reduce diff
3 years ago
Robbe Derks
3575142071
don't wait to install plotjuggler
3 years ago
grekiki
cac960cb54
plotjuggler: route name in window title ( #25370 )
...
* Route titles
* minimum version check
* use tuples
* minor clean up
* use check_output
* space
* belongs here
* add prompt
* no f string
* Update juggle.py
Co-authored-by: Shane Smiskol <shane@smiskol.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
Willem Melching
f3be47bc55
plotjuggler: allow loading ci routes ( #25294 )
...
* plotjuggler: allow loading ci routes
* update readme
3 years ago
Willem Melching
194e5fdf1c
make normal logreader more robust ( #24577 )
3 years ago
ntegan1
07f7570840
Tools: allow using plotjuggler on local data ( #24473 )
...
local juggler
3 years ago
Shane Smiskol
a953d8222d
PlotJuggler: fix support for Cabana links ( #24037 )
...
* support Cabana links better
* not needed
* Update tools/plotjuggler/juggle.py
3 years ago
Robbe Derks
9facd366fb
Add --dbc argument to plotjuggler ( #23919 )
...
* add --dbc argument
* Update tools/plotjuggler/juggle.py
* update readme
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
Greg Hogan
a195603f6d
tools: fix segment end index in juggle.py ( #23715 )
3 years ago
Adeeb Shihadeh
f295d51fe9
tools: auto plotjuggler install
3 years ago
Greg Hogan
71132edf17
plotjuggler: support segment names ( #23263 )
...
* plotjuggler: support segment names
* update docs
* generic parser
* convert segment number to int when parsing
* add SegmentName
Co-authored-by: Willem Melching <willem.melching@gmail.com>
3 years ago
Greg Hogan
92b553be3e
plotjuggler: fix layout param ( #23348 )
3 years ago
Adeeb Shihadeh
c26f294218
plotjuggler: add mac support ( #23344 )
...
* plotjuggler: add mac support
* fix test?
* update readme
* oops
* fix
* cleanup
* typo
* works
* little more
* fix test
* little faster
3 years ago
Adeeb Shihadeh
920b751888
juggle: add demo flag and improve README
3 years ago
Adeeb Shihadeh
80d0aaadf4
juggle: strip input
3 years ago
qadmus
65d1b51476
PlotJuggler: Tuning layout ( #22902 )
...
* PlotJuggler layout for lateral and longitudinal tuning
* update README and tuning PR template
3 years ago
Willem Melching
6d6f989b7f
RobustLogReader that can recover corrupted bz2 files ( #22835 )
...
* LogReader with bzip2 recovery
* only rlogs
* add comment
* plotjuggler should also use robust logreader
4 years ago
qadmus
f52dcd468c
Update plotjuggler readme for streaming, and cabana url input ( #21938 )
...
* Condense plotjuggler streaming instructions
* add cabana share link to help output
* update juggle.py -h output
* redundant idiom
* Update tools/plotjuggler/juggle.py
* Update tools/plotjuggler/README.md
* Update README.md
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
qadmus
b9601dfe9d
plotjuggler takes cabana shared links ( #21899 )
...
* plotjuggler cabana shared links
* extra newline
4 years ago
grekiki
6048988c13
Tools: Plotjuggler reduce RAM usage ( #21781 )
4 years ago
grekiki
b3a792305e
plotjuggler: add segment_count arg ( #21474 )
4 years ago
ShaneSmiskol
f3d41de9d8
Remove snap installed PlotJuggler ( #20989 )
...
* use our compiled plotjuggler
* update readme
* update readme
4 years ago
ShaneSmiskol
63e521935e
Support streaming in juggle.py ( #20982 )
...
* add --stream to juggle.py
* better
* rm old code
* for loopify
* clean up
* easier to pick out
* start by default
* don't exit
* Update tools/plotjuggler/juggle.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Revert "start by default"
This reverts commit 6cb481a6fd
.
* Revert "don't exit"
This reverts commit 861b423eb8
.
* rm
* move out of juggle_route
* Update PJ README.md
* Update tools/plotjuggler/README.md
* this is in the readme
* Updates
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
George Hotz
636a89b48e
support file in juggle.py
4 years ago
Willem Melching
aebad0b5e2
juggle.py: make CAN optional to speed up parsing
4 years ago
Adeeb Shihadeh
8456917a0e
Revert "fix default plotjuggler path"
...
This reverts commit 91ec0a2099
.
4 years ago
Robbe Derks
91ec0a2099
fix default plotjuggler path
4 years ago
Willem Melching
91ee1cbfa0
juggle.py: add exception
4 years ago
iejMac
371272d94b
PlotJuggler demo ( #20172 )
...
* initial demo with popup bug
* demo fixes
* demo fixes
* Update tools/plotjuggler/juggle.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
iejMac
9144dd7c2f
PlotJuggler CI with build from source ( #20166 )
...
* CI attempt
* fixing location
* fix
* fixes
* hardcode test_url for CI
* fixes
* cd fix
* Update tools/plotjuggler/juggle.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Update tools/plotjuggler/test_plotjuggler.py
* fixes
* fixes
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
iejMac
90ba43676a
working with snap ( #20155 )
...
* changes
* fixes
* Update tools/plotjuggler/juggle.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Willem Melching
40ff66c518
set DBC_NAME env when juggling ( #20139 )
...
* set dbc env when juggling
* small cleanup
4 years ago
Willem Melching
330fc35095
juggle.py: don't remove CAN data
4 years ago
Willem Melching
5c51516839
add some error handling to juggle log loading
4 years ago
Willem Melching
ce00f420ba
juggle: add qlog argument
4 years ago
iejMac
d4feecd803
plotjuggler falling back to qlog ( #20105 )
...
* fallback to qlogs
* minor fixes
* removed extra line
* help on no args
* Update tools/plotjuggler/juggle.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
iejMac
4d46c521d1
argparser for plotjuggler ( #20103 )
...
* argparse
* import os
* need rest of env
* update readme
* style fix
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Willem Melching
3538e2060a
juggle a whole route ( #20099 )
...
* juggle a whole route
* use local juggler
4 years ago
Adeeb Shihadeh
e5cc110081
plotjuggler ( #20063 )
...
* we're jugglin
* install.sh works + README
* new readme
* new readme
* better readme
* fixes
* more fixes
* fix
Co-authored-by: iejMac <gig13omb@gmail.com>
4 years ago