class documentation
Undocumented
Method | __init__ |
Undocumented |
Method | finish |
Undocumented |
Method | publish |
Publish a message to the client |
Method | subscribe |
Undocumented |
Method | unsubscribe |
Undocumented |
Class Variable | subscribe |
Undocumented |
Class Variable | topics |
Undocumented |
Class Variable | unsubscribe |
Undocumented |
Instance Variable | _subscriptions |
Undocumented |
Publish a message to the client
Keyword arguments: topic -- the topic to publish the message on message -- a ROS message wrapped by OutgoingMessage fragment_size -- (optional) fragment the serialized message into msgs with payloads not greater than this value compression -- (optional) compress the message. valid values are 'png' and 'none'