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

rqt_graph not dispalying all the topics ?

asked 2017-02-06 23:26:11 -0500

sam26 gravatar image

updated 2017-02-07 03:42:05 -0500

gvdhoorn gravatar image

1.png shows a list of nodes and topics currently running, but 2.png is rqt_graph where many topics and /rosout node are not being displayed .Could someone please tell me what exactly is going wrong here ? Thanks in advance

2.png

1.png

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2017-02-07 03:43:33 -0500

gvdhoorn gravatar image

You have rqt_graph configured to hide:

  • Dead sinks (ie: subscriptions that have no publisher)
  • Leaf topics (ie: publishers with no subscriptions)
  • Debug (ie: all topics used for logging msgs and related infra)

Try turning those on and off, you'll see the 'missing topics' appear.

edit flag offensive delete link more

Comments

it works now . Thanks !!! I should've played around with those options a bit to figure it out .

sam26 gravatar image sam26  ( 2017-02-07 22:00:59 -0500 )edit

This was very helpful.

skpro19 gravatar image skpro19  ( 2021-02-21 05:17:15 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-02-06 23:26:11 -0500

Seen: 3,451 times

Last updated: Feb 07 '17