mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 08:53:55 +08:00
13 lines
297 B
Bash
Executable File
13 lines
297 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PASSIVE="0"
|
|
export NOBOARD="1"
|
|
export SIMULATION="1"
|
|
export FINGERPRINT="HONDA CIVIC 2016"
|
|
|
|
# TODO: remove this once the bridge uses visionipc
|
|
export BLOCK="loggerd"
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
cd ../../selfdrive/manager && ./manager.py
|