Skip to content

Running Tests

sonOFsalah-2425778 edited this page Apr 15, 2020 · 7 revisions

Build and install

These are the steps that need to do in order to run the project in any device that running under Linux

git clone https://github.com/Ahmad138/SatRot.git

To install main-GUI on ubuntu

cd satrot/Software/SatRot-GUI
mkdir build && cd build
qmake ..
make .
sudo make install
cd GUI-Main
./GUI-Main

To install RotorDriver-GUI on raspberry pi 3

cd satrot/Software/RotorDriver-GUI
mkdir build && cd build
qmake ..
make .
sudo make install
cd RotorDriver
./RotorDriver

To run tests, cd into each module test you want to perform and run it. for example:

cd build/apiTest

Video

This video demonstrated how the program works and interfere with manual setup, to view it go to 👉 GUI Test

Clone this wiki locally