Mission Control System for Ground Station Control
There are a number of packages that must be installed. For the purposes of integration, python's testing package must be installed to instantiate tests for all components of the system.
$ sudo apt-get install python-logilab-common
$ sudo apt-get install python-pip
$ git clone [email protected]:/CnuUasLab/MISCONSYS.git
If you do not have SSH recognition on your system for your github account type the following to clone the git repository.
$ git clone http://github.com/CnuUasLab/MISCONSYS.git
MISCONSYS is consisted of several individual systems meant for full integration of the system. These systems work in tandem with one another. For a successful setup of the overall system run the following:
$ # From the Root of the repository
$ git submodule update --init --recursive
$ sudo -H pip install -r ./Requirements.txt
From the root of the project:
$ cd ./img
$ python manage.py runserver 5001
From the root of the project:
$ cd ./Interoperability/src/
$ python main.py