Simulator: set params enabled (#30195)

set params enabled
old-commit-hash: 2884fd6e3d
laptop
Justin Newberry 2 years ago committed by GitHub
parent e0469bdde6
commit fa245bfab0
  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