From fa245bfab0a801d2f06c906030209b219cf152d5 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Thu, 5 Oct 2023 22:19:38 -0700 Subject: [PATCH] Simulator: set params enabled (#30195) set params enabled old-commit-hash: 2884fd6e3d86815a6616daf0fa7fb44aefaf1972 --- tools/sim/launch_openpilot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sim/launch_openpilot.sh b/tools/sim/launch_openpilot.sh index b05bcf5668..9532537283 100755 --- a/tools/sim/launch_openpilot.sh +++ b/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/../../