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

Can rqt_graph visualize nodelets?

asked 2014-09-24 19:58:47 -0500

Vova Niu gravatar image

Hi all,

I'm debugging a ROS application that intensively uses nodelets. However, I found that rqt_graph cannot visualize nodelets. Neither can other command line tools such as rostopic. I'm wondering whether I'm correct on this point, and if so, is there any other way around? Any suggestions will be appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-09-24 22:59:59 -0500

ahendrix gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-09-24 19:58:47 -0500

Seen: 678 times

Last updated: Sep 24 '14