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
- Host: GitHub
- URL: https://github.com/ross/evrobot
- Owner: ross
- Created: 2013-06-12T03:09:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T20:38:41.000Z (almost 13 years ago)
- Last Synced: 2025-03-15T19:37:57.406Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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