The yarpviz
is a graphical tool for profiling and visualizing YARP network.
The yarpviz
is a graphical tool for profiling and visualizing YARP network.
See also the command line tool: yarpconnectionsinfo: A tool to display YARP ports and connections which has similar functionalities.
Install graphviz and qt5
Update brew
Install Qt5
Add the following lines to your .bash_profile
Install Graphviz
Download and install the library from (http://www.graphviz.org/Download_windows.php).
Set GRAPHVIZ_ROOT
to point the installed directory (usually C:\Program Files\Graphviz2.38
or C:\Program Files (x86)\Graphviz2.38
).
Append GRAPHVIZ_ROOT%\bin
to your PATH variable.