update startup
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
cd $(dirname $0)/../
|
cd $(dirname $0)/../
|
||||||
timeout 8 git pull
|
timeout 8 git pull
|
||||||
cd cmake-build-debug
|
cd cmake-build-debug
|
||||||
|
cmake ..
|
||||||
make -j4
|
make -j4
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
echo "#!/bin/bash" > $2/startup-run
|
echo "#!/bin/bash" > $2/startup-run
|
||||||
echo "$1/tools/auto-pull.sh" >> $2/startup-run
|
echo "$1/tools/auto-pull.sh" >> $2/startup-run
|
||||||
echo "gnome-terminal -- bash -c \"echo sjturm | sudo -S $1/tools/monitor.sh \\\"$2/run --run-with-camera --save-video --wait-uart\\\"\"" >> $2/startup-run
|
echo "gnome-terminal -- bash -c \"echo sjturm | sudo -S $1/tools/monitor.sh \\\"$2/run --run-with-camera --save-video --wait-uart --save-labelled-boxes --show-armor-box\\\"\"" >> $2/startup-run
|
||||||
chmod +x $2/startup-run
|
chmod +x $2/startup-run
|
||||||
|
|||||||
Reference in New Issue
Block a user