Package org.ros.node.topic
package org.ros.node.topic
Provides the classes for communicating via topics.
- See Also:
-
ClassDescriptionA
PublisherListenerwhich uses separateCountDownLatchinstances for all signals.ASubscriberListenerwhich uses separateCountDownLatchinstances for all messages.APublisherListenerwhich provides empty defaults for all signals.ASubscriberListenerwhich provides empty defaults for all signals.Publisher<T>Publishes messages of a given type on a given ROS topic.A lifecycle listener forPublisherinstances.Subscriber<T>Subscribes to messages of a given type on a given ROS topic.A lifecycle listener forSubscriberinstances.Provides a way of specifying network transport hints toConnectedNode.newSubscriber(org.ros.namespace.GraphName, String, TransportHints)andConnectedNode.newSubscriber(String, String, TransportHints).