Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

robotology-legacy/yarpviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarpviz

The yarpviz is a graphical tool for profiling and visualizing Yarp network!

scenario2

⚠️ ⚠️ yarpviz has been integrated in YARP (release 2.3.72).

Dependencies

Linux

$ sudo apt-get install libgraphviz-dev qtbase5-dev qtdeclarative5-dev \
          qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin \
          qtdeclarative5-controls-plugin qtdeclarative5-dialogs-plugin

macOs

  • Update brew
$ brew update
  • Install Qt5
$ brew install qt
$ brew link --force qt
  • Add the following lines to your .bash_profile
$ export Qt5_DIR=/usr/local/opt/qt5/lib/cmake
$ export PATH=/usr/local/opt/qt5/bin:$PATH
  • Install Graphviz
$ brew install graphviz

Windows

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.

Installation

$ cd yarpviz
$ mkdir build; cd build;
$ cmake ../; make 

About

A graphical tool for profiling and visualizing Yarp network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published