From 48e2871d428280747b9e44fd3bc08e6e41ddce5e Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 25 Sep 2023 13:44:26 -0700 Subject: [PATCH] Simulator: passthrough BLOCK on launch script (#30040) sim block passthrough old-commit-hash: 51674f61c17be3e4af4af28156eb6868655863b3 --- tools/sim/launch_openpilot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sim/launch_openpilot.sh b/tools/sim/launch_openpilot.sh index 361f7b18ea..b05bcf5668 100755 --- a/tools/sim/launch_openpilot.sh +++ b/tools/sim/launch_openpilot.sh @@ -6,7 +6,7 @@ export SIMULATION="1" export SKIP_FW_QUERY="1" export FINGERPRINT="HONDA CIVIC 2016" -export BLOCK="camerad,loggerd,encoderd,micd,logmessaged" +export BLOCK="${BLOCK},camerad,loggerd,encoderd,micd,logmessaged" if [[ "$CI" ]]; then # TODO: offscreen UI should work export BLOCK="${BLOCK},ui"