Skip to content

Commit

Permalink
expose to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jun 4, 2022
1 parent c68126a commit da5cba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions tools/sim/launch_openpilot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ export NOBOARD="1"
export SIMULATION="1"
export FINGERPRINT="HONDA CIVIC 2016"

if [[ "$CI" ]]
then
export QT_QPA_PLATFORM=offscreen
fi

export BLOCK="camerad,loggerd,encoderd"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
Expand Down
1 change: 1 addition & 0 deletions tools/sim/start_openpilot_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi
if [[ "$CI" ]]
then
CMD="cd ${OPENPILOT_DIR}/tools/sim/test && CI=1 ./test_carla_integration.py $*"
EXTRA_ARGS="${EXTRA_ARGS} -e QT_QPA_PLATFORM=offscreen"
else
docker pull ghcr.io/commaai/openpilot-sim:latest
CMD="./tmux_script.sh $*"
Expand Down

0 comments on commit da5cba1

Please sign in to comment.