Simulator: launch simulator from any directory (#29910)

launch sim from any directory
pull/29926/head
Justin Newberry 2 years ago committed by GitHub
parent 0d3cc2ae04
commit a95c896b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/sim/launch_openpilot.sh

@ -12,5 +12,8 @@ if [[ "$CI" ]]; then
export BLOCK="${BLOCK},ui"
fi
SCRIPT_DIR=$(dirname "$0")
OPENPILOT_DIR=$SCRIPT_DIR/../../
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd ../../selfdrive/manager && exec ./manager.py
cd $OPENPILOT_DIR/selfdrive/manager && exec ./manager.py

Loading…
Cancel
Save