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

How to analyse the control and flow of data in a ROS node ?

asked 2015-12-31 08:50:50 -0500

mayank_m gravatar image

I want to analyse as to how control and data transfer takes place to and from a particluar node. I want to know which are the external nodes trying to communicate with this particular node and how does this interaction take place. P.S:- I am quite beginner in ROS and have just started learning it.

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2015-12-31 10:33:14 -0500

updated 2015-12-31 10:34:18 -0500

rqt_graph displays this kind of information

http://wiki.ros.org/rqt_graph

http://wiki.ros.org/ROS/Tutorials/Und...

edit flag offensive delete link more
0

answered 2016-01-04 03:34:27 -0500

Procópio gravatar image

Besides using rqt_graph, as suggeste by @nickw, you can also use the rosnode info command:

rosnode info /node_name

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-12-31 08:50:50 -0500

Seen: 714 times

Last updated: Jan 04 '16