▼Cnodelet::Nodelet [external] | |
Cnodelet::NodeletDEMUX< T, Subscriber > | NodeletDEMUX represent a demux nodelet for topics: it takes 1 input topic, and publishes on N (<=8) output topics |
Cnodelet::NodeletDEMUX< T, message_filters::Subscriber< T > > | NodeletDEMUX represent a demux nodelet for topics: it takes 1 input topic, and publishes on N (<=8) output topics |
Cnodelet::NodeletMUX< T, Filter > | NodeletMUX represent a mux nodelet for topics: it takes N (<=8) input topics, and publishes all of them on one output topic |
Cnodelet_topic_tools::NodeletLazy | Nodelet to automatically subscribe/unsubscribe topics according to subscription of advertised topics |
Cnodelet_topic_tools::NodeletThrottle< M > |