mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 07:12:08 +08:00
fix default plotjuggler path
old-commit-hash: 91ec0a20990ae3b5e2f37f5f8f571a7aa0d7d7c2
This commit is contained in:
@@ -31,7 +31,7 @@ def juggle_file(fn, dbc=None, layout=None):
|
||||
if dbc:
|
||||
env["DBC_NAME"] = dbc
|
||||
|
||||
pj = os.getenv("PLOTJUGGLER_PATH", "plotjuggler")
|
||||
pj = os.getenv("PLOTJUGGLER_PATH", "bin/plotjuggler")
|
||||
extra_args = ""
|
||||
if layout is not None:
|
||||
extra_args += f'-l {layout}'
|
||||
|
||||
Reference in New Issue
Block a user