Home | Trees | Indices | Help |
|
---|
|
Classes | |
ROSTopicException Base exception class of rostopic-related errors |
|
ROSTopicIOException rostopic errors related to network I/O failures |
|
ROSTopicHz ROSTopicHz receives messages for a topic and computes frequency stats |
|
ROSTopicBandwidth | |
CallbackEcho Callback instance that can print callback data in a variety of formats. |
Functions | |||
fn(rospy.Message) -> value |
|
||
str, str, fn |
|
||
roslib.message.Message, str, str |
|
||
str |
|
||
|
|||
|
|||
[str] |
|
||
rospy.topics.Publisher, roslib.message.Message class |
|
||
|
|||
iterator |
|
||
|
|||
|
|||
|
|||
[{str: any}] |
|
||
|
|||
iterator |
|
||
|
Variables | |
NAME =
|
|
SUBSCRIBER_TIMEOUT = 5.0
|
|
__package__ = None
|
Function Details |
Generates a function that returns the relevant field (aka 'subtopic') of a Message object
|
Get the topic type.
|
Get the topic message class
|
Get XML-RPC API of node
|
Get human-readable topic description
|
Lookup topics by topic_type
|
Create rospy.Publisher instance from the string topic name and type. This is a powerful method as it allows creation of rospy.Publisher and Message instances using the topic and type names. This enables more dynamic publishing from Python programs.
|
Create new instance of msg_class, populate with pub_args, and publish. This may print output to screen.
|
|
|
|
Iterate over YAML documents in stdin
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 10:11:50 2013 | http://epydoc.sourceforge.net |