mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-14 19:44:12 +08:00
PlotJuggler: Tuning layout (#22902)
* PlotJuggler layout for lateral and longitudinal tuning
* update README and tuning PR template
old-commit-hash: 65d1b51476
This commit is contained in:
@@ -114,6 +114,6 @@ if __name__ == "__main__":
|
||||
args = arg_parser.parse_args(sys.argv[1:])
|
||||
|
||||
if args.stream:
|
||||
start_juggler()
|
||||
start_juggler(layout=args.layout)
|
||||
else:
|
||||
juggle_route(args.route_name, args.segment_number, args.segment_count, args.qlog, args.can, args.layout)
|
||||
|
||||
Reference in New Issue
Block a user