init
This commit is contained in:
commit
8d45088064
20 changed files with 974 additions and 0 deletions
11
run.sh
Executable file
11
run.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
if ! [ -f /tmp/build-tp4-sim/robotCommand ]
|
||||
then ./build.sh
|
||||
fi
|
||||
|
||||
cd /tmp/build-tp4-sim/
|
||||
/tmp/build-tp4-sim/robotCommand $@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue