12 lines
125 B
Bash
Executable File
12 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /root/miSim/aerpaw
|
|
|
|
# Compile controller
|
|
/bin/bash compile.sh
|
|
|
|
# Run controller
|
|
./build/controller_app
|
|
|
|
cd -
|