mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 06:33:57 +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>
old-commit-hash: a58d272ae4
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
|