mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 20:42:09 +08:00
520d0d1af0
* export DBC to text edit * added saveAs & Copy To Clipboard * cleanup * cleanup include * add test case * rename variable * fix precision old-commit-hash: 80b088c332808439ea9cfe23557fae5a86fb075c
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="../../../opendbc/can:$LD_LIBRARY_PATH"
|
|
exec ./_test_cabana "$1"
|