Subscriber Functions
ROS.getNumPublishers — MethodgetNumPublishers(subscriber)Returns the number of publishers this subscriber is connected to.
ROS.getTopic — MethodgetTopic(subscriber)Returns the topic that this Subscriber is subscribed on.
ROS.shutdown — Methodshutdown(subscriber)Unsubscribe the callback associated with this Subscriber. More...