We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc3837 commit 2a1c35bCopy full SHA for 2a1c35b
build/main_exe.sh
@@ -0,0 +1,9 @@
1
+
2
+echo "Starting Titan Rover execution batch."
3
4
+cd scripts/
5
+./python-compile.sh
6
7
8
9
build/scripts/python-compile.sh
@@ -19,3 +19,9 @@ if command -v python3 &>/dev/null; then
19
else
20
echo Python 3 is not installed
21
fi
22
23
+echo " "
24
+cd ../../controls/mobility/
25
+python3.5 mobility.py
26
27
+echo $PWD
0 commit comments