robotology-playground / paramHelp

Classes for simplifying the management of the parameters of YARP modules.
0 stars 1 forks source link

paramHelp

Build Status

Classes for simplifying the management of the parameters of YARP modules.

Installation

Dependencies:

The library can be installed using CMake

git clone git@github.com:robotology-playground/paramHelp.git
cd paramHelp
mkdir build && cd build
cmake ..
make
(optional) make install