An open API service indexing awesome lists of open source software.

https://github.com/ross/evrobot

Event Driven Robot (Roomba) Control in Python
https://github.com/ross/evrobot

Last synced: about 1 year ago
JSON representation

Event Driven Robot (Roomba) Control in Python

Awesome Lists containing this project

README

          

Event Driven Robotics (Roomba) in Python
========================================

Currently a work in progress/going through heavy refactoring and
experimentation. The goal is to create a really easy to use framework for
programming robots, specifically/initially Roomba, supporting multiple devices
and external sensors. More to come very soon.

Examples
========

To get an idea of where things are going have a look at the examples directory.

Setup (ubuntu)
=============

.. code-block:: shell

virtualenv env
source env/bin/activate
pip install -r requirements.txt
# optional
pip install -r requirements-dev.txt