mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Simulator: passthrough BLOCK on launch script (#30040)
sim block passthrough old-commit-hash: 51674f61c17be3e4af4af28156eb6868655863b3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user