Skip to content

Commit 2a1c35b

Browse files
JayteareJayteare
Jayteare
authored and
Jayteare
committed
Updated the repository with a main execution script.
1 parent 6dc3837 commit 2a1c35b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

build/main_exe.sh

+9
Original file line numberDiff line numberDiff line change
@@ -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

+6
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ if command -v python3 &>/dev/null; then
1919
else
2020
echo Python 3 is not installed
2121
fi
22+
23+
echo " "
24+
cd ../../controls/mobility/
25+
python3.5 mobility.py
26+
27+
echo $PWD

0 commit comments

Comments
 (0)