Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 648 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 648 Bytes

Build Status

txROS

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