Skip to content

Commit da5cba1

Browse files
expose to docker
1 parent c68126a commit da5cba1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tools/sim/launch_openpilot.sh

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ export NOBOARD="1"
55
export SIMULATION="1"
66
export FINGERPRINT="HONDA CIVIC 2016"
77

8-
if [[ "$CI" ]]
9-
then
10-
export QT_QPA_PLATFORM=offscreen
11-
fi
12-
138
export BLOCK="camerad,loggerd,encoderd"
149

1510
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"

tools/sim/start_openpilot_docker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fi
1616
if [[ "$CI" ]]
1717
then
1818
CMD="cd ${OPENPILOT_DIR}/tools/sim/test && CI=1 ./test_carla_integration.py $*"
19+
EXTRA_ARGS="${EXTRA_ARGS} -e QT_QPA_PLATFORM=offscreen"
1920
else
2021
docker pull ghcr.io/commaai/openpilot-sim:latest
2122
CMD="./tmux_script.sh $*"

0 commit comments

Comments
 (0)