Simulator: passthrough BLOCK on launch script (#30040)

sim block passthrough
old-commit-hash: 51674f61c1
test-msgs
Justin Newberry 2 years ago committed by GitHub
parent 860ae4c02d
commit 48e2871d42
  1. 2
      tools/sim/launch_openpilot.sh

@ -6,7 +6,7 @@ export SIMULATION="1"
export SKIP_FW_QUERY="1" export SKIP_FW_QUERY="1"
export FINGERPRINT="HONDA CIVIC 2016" export FINGERPRINT="HONDA CIVIC 2016"
export BLOCK="camerad,loggerd,encoderd,micd,logmessaged" export BLOCK="${BLOCK},camerad,loggerd,encoderd,micd,logmessaged"
if [[ "$CI" ]]; then if [[ "$CI" ]]; then
# TODO: offscreen UI should work # TODO: offscreen UI should work
export BLOCK="${BLOCK},ui" export BLOCK="${BLOCK},ui"

Loading…
Cancel
Save