Using one of your suggested approaches could it be made compatible with rqt_graph - "Topic statistics"?
Did you see the note on wiki/Topics - Topic statistics:
this parameter has to be set before you start your nodes
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
It depends a bit on what you mean exactly by rosgraph output, but if you're after the kind of diagram that rqt_graph
shows, then that would be basically a rendering of a dot
graph.
I'm not aware of any stand-alone tools that will render those for you, but a good starting point would be the code in rqt_graph
, specifically RosGraph._update_rosgraph(), which calls RosGraph._generate_dotcode() which uses RosGraphDotcodeGenerator.generate_dotgraph(..) to generate the actual dot
markup.
Using one of your suggested approaches could it be made compatible with rqt_graph - "Topic statistics"?
Did you see the note on wiki/Topics - Topic statistics:
this parameter has to be set before you start your nodes
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-04-09 02:51:57 -0600
Seen: 424 times
Last updated: Apr 09 '18
How to find Jacobian using kdl that matches with bullet physics jacobian
What is the difference between ros::NodeHandle nh("") and just ros::NodeHandle nh?
ROS How can I determine which node is currently feeding a specific topic?
ROS for industry is a good choice or not?
How to connect stm32 to Jetson Nano using rosserial_stm32
Gazebo for the openai_ros packages
how can i calculate kP and b in the formula: pwmVel = K_P * cmdVel.linear.x + b [closed]