The libYARP_robotinterface
library is useful to programatically launch YARP devices from C++ code using the same xml files used with the yarprobotinterface tool, that are described in YARP robotinterface XML files .
More...
Modules | |
yarprobotinterface: Start multiple YARP devices as specified in an xml file. | |
YARP robotinterface XML files | |
This tutorial covers how to write and read XML files that are used by yarprobotinterface tool and by the libYARP_robotinterface C++ library. | |
Classes | |
class | yarp::robotinterface::XMLReaderResult |
Result of the parsing of yarp::robotinterface::XMLReader. More... | |
class | yarp::robotinterface::XMLReader |
Class to read an XML file. More... | |
The libYARP_robotinterface
library is useful to programatically launch YARP devices from C++ code using the same xml files used with the yarprobotinterface tool, that are described in YARP robotinterface XML files .
An example of use of this library is: