Simulator: set params enabled (#30195)

set params enabled
pull/30185/head
Justin Newberry 2 years ago committed by GitHub
parent 86b90a8ba2
commit 2884fd6e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/sim/launch_openpilot.sh

@ -12,6 +12,8 @@ if [[ "$CI" ]]; then
export BLOCK="${BLOCK},ui"
fi
python -c "from openpilot.selfdrive.test.helpers import set_params_enabled; set_params_enabled()"
SCRIPT_DIR=$(dirname "$0")
OPENPILOT_DIR=$SCRIPT_DIR/../../

Loading…
Cancel
Save