Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esteve/txrospy
Twisted implementation of the ROS protocols
https://github.com/esteve/txrospy
Last synced: 3 months ago
JSON representation
Twisted implementation of the ROS protocols
- Host: GitHub
- URL: https://github.com/esteve/txrospy
- Owner: esteve
- License: apache-2.0
- Created: 2013-05-10T17:19:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T12:29:19.000Z (over 11 years ago)
- Last Synced: 2024-10-04T11:15:40.354Z (3 months ago)
- Language: Python
- Size: 153 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
txROSpy
=======txROSpy project provides implementations of the ROS protocols (publisher, subscriber, service and client) suitable for their use in [Twisted](http://twistedmatrix.com) asynchronous applications.
Examples of how to use txROSpy can be found in the ```examples``` directory.