DSsoto / txros

Python/Twisted interface to ROS (Robot Operating System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txROS is an alternative Python client library for ROS (Robot Operating System). It seeks to improve on rospy by avoiding threading and providing other, potentially more useful interfaces, in addition to callbacks. It does this by utilizing the Twisted networking library (including Deferreds and generator-based coroutines).

It is a work in progress, and as such, its API is not stable.

This repository depends on Twisted, installable with:

sudo apt-get install python-twisted

Build Status

About

Python/Twisted interface to ROS (Robot Operating System)


Languages

Language:Python 93.4%Language:CMake 6.6%