mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-14 19:44:12 +08:00
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>
old-commit-hash: f52dcd468c
This commit is contained in:
@@ -101,9 +101,9 @@ def get_arg_parser():
|
||||
parser.add_argument("--can", action="store_true", help="Parse CAN data")
|
||||
parser.add_argument("--stream", action="store_true", help="Start PlotJuggler without a route to stream data using Cereal")
|
||||
parser.add_argument("--layout", nargs='?', help="Run PlotJuggler with a pre-defined layout")
|
||||
parser.add_argument("route_name", nargs='?', help="The name of the route that will be plotted.")
|
||||
parser.add_argument("segment_number", type=int, nargs='?', help="The index of the segment that will be plotted")
|
||||
parser.add_argument("segment_count", type=int, nargs='?', help="The number of segments that will be plotted", default=1)
|
||||
parser.add_argument("route_name", nargs='?', help="The route name to plot (cabana share URL accepted)")
|
||||
parser.add_argument("segment_number", type=int, nargs='?', help="The index of the segment to plot")
|
||||
parser.add_argument("segment_count", type=int, nargs='?', help="The number of segments to plot", default=1)
|
||||
return parser
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user