/rosie

Modular robot control system

Primary LanguagePython

rosie

Extensible robot control application

Getting started

Before you start you must install the dependencies:

$ pip install -r requirements.txt

When everything its correctly configured you can run rosie like this:

$ ./rosie.py start

Settings

A 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