mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
* run carla in container
* launch script
* fix launch script
* update carla
old-commit-hash: 6d645b4ce9
8 lines
154 B
Bash
Executable File
8 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PASSIVE="0"
|
|
export NOBOARD="1"
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
cd ../../selfdrive && ./manager.py
|