Simulator: passthrough BLOCK on launch script (#30040)

sim block passthrough
pull/30008/head
Justin Newberry 2 years ago committed by GitHub
parent 9e64eabc3c
commit 51674f61c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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