Publisher Functions

ROS.getNumSubscribersMethod
getNumSubscribers(publisher)

Returns the number of subscribers that are currently connected to this Publisher.

source
ROS.getTopicMethod
getTopic(publisher)

Returns the topic that this Publisher will publish on.

source
ROS.isLatchedMethod
isLatched(publisher)

Returns whether or not this topic is latched.

source
ROS.publishMethod
publish(publisher, msg)

Publish a message on the topic associated with this Publisher.

source
ROS.shutdownMethod
shutdown(publisher)

Shutdown the advertisement associated with this Publisher.

source