mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 05:24:06 +08:00
* CARLA: send YUV and RGB over visionipc * CARLA: send YUV and RGB over visionipc-fix pipfile * CARLA: send YUV and RGB over visionipc-Camerad class * relock pipfile * small bridge cleanup * use tici camera resolution * update vof * HUD_SETTING has no counter * no loggerd Co-authored-by: jwolffe <wolffja@gmail.com> Co-authored-by: Willem Melching <willem.melching@gmail.com>
12 lines
254 B
Bash
Executable File
12 lines
254 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PASSIVE="0"
|
|
export NOBOARD="1"
|
|
export SIMULATION="1"
|
|
export FINGERPRINT="HONDA CIVIC 2016"
|
|
|
|
export BLOCK="camerad,loggerd"
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
cd ../../selfdrive/manager && ./manager.py
|