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

kobot's profile - activity

2018-12-10 02:35:09 -0500 received badge  Student (source)
2016-07-08 14:30:16 -0500 received badge  Famous Question (source)
2015-06-21 03:15:20 -0500 received badge  Popular Question (source)
2015-06-21 03:15:20 -0500 received badge  Notable Question (source)
2015-03-31 18:21:39 -0500 asked a question Node dependencies

Hello,

Is there a simple way to create a dependency graph between ROS nodes? I would like to build a graph-like data structure where the presence of an edge between two nodes of the graph (representing ROS nodes) means that one of the nodes subscribes to a topic that the other node publishes, or that one of the nodes requests a service that the other node provides.

Any information on this would be highly appreciated !

Thanks.