ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No; it isn't possible to introspect which nodelet within a nodelet manager is publishing or subscribing to a particular topic.

You can work around this by running each nodelet in a standalone nodelet manager, but beware that that can have a pretty significant performance impact, because you'll no longer be using zero-copy message passing between nodelets.