mirror of https://github.com/commaai/openpilot.git
Simulator: launch simulator from any directory (#29910)
launch sim from any directory
This commit is contained in:
parent
0d3cc2ae04
commit
a95c896b5f
|
@ -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…
Reference in New Issue