Home | Trees | Indices | Help |
|
---|
|
object --+ | Topic --+ | Publisher
Class for registering as a publisher of a ROS topic.
Instance Methods | |||
|
|||
|
|||
int |
|
||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor
|
Publish message data object to this topic. Publish can either be called with the message instance to publish or with the constructor args for a new Message instance, i.e.: pub.publish(message_instance) pub.publish(message_field_1, message_field_2...) pub.publish(message_field_1='foo', message_field_2='bar')
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 7 03:45:10 2017 | http://epydoc.sourceforge.net |