New in Indigo
Show EOL distros:
rocon_tools: rocon_console | rocon_ebnf | rocon_interactions | rocon_launch | rocon_master_info | rocon_python_comms | rocon_python_redis | rocon_python_utils | rocon_python_wifi | rocon_semantic_version | rocon_uri
Package Summary
Released
Documented
Service pair libraries for pub/sub non-blocking services.
- Maintainer status: maintained
- Maintainer: AlexV <asmodehn AT gmail DOT com>
- Author: Daniel Stonier <d.stonier AT gmail DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/robotics-in-concert/rocon_tools/issues
- Source: git https://github.com/robotics-in-concert/rocon_tools.git (branch: release/0.3-melodic)
Overview
This package is a collection of extensions that go above and beyond what the family of core ros modules (rospy, rosmaster, rostopic, rosnode, rosservice...) do for enabling the ros middleware with python.
Reference
Full details and usage examples are in the sphinx documentation (indigo), the following is just a brief reference of what is available.
find_xxx : helpers for finding nodes, topics and services.
SubscriberProxy : similar to a service proxy (client), but works with a latched topic.
ServicePairs : use pub-sub pairs for blocking/non-blocking request-response behaviour (c.f. actionlib).