mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-22 00:43:53 +08:00
* Initial commit
* Fixup
* typo
* ignore lateral plan
* Update cereal
* Remove lateralPlan
* Fix release build
* Fix release build
* give car params
* Add carParams to include_all_types
* Write car param in powerdraw test
* add demo mode
* Update model regf
* proc replay ref commit
* Try
* Move enum definition
* Update cereal
* typo
* Write car param for modeld test
* Update ref
* Update model ref again
---------
Co-authored-by: Kacper Rączy <gfw.kra@gmail.com>
old-commit-hash: e6c97c3846
11 lines
209 B
Bash
Executable File
11 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
cd "$DIR/../../"
|
|
|
|
if [ -f "$DIR/libthneed.so" ]; then
|
|
export LD_PRELOAD="$DIR/libthneed.so"
|
|
fi
|
|
|
|
exec "$DIR/modeld.py" "$@"
|