Extensible robot control application
Before you start you must install the dependencies:
$ pip install -r requirements.txtWhen everything its correctly configured you can run rosie like this:
$ ./rosie.py startA file named config in the application root will be readed for application configuration and module loading.
Here's an example of how this file looks like:
[general]
profile = simubot
[ordex]
active = True
[restAPI]
active = True