In this tutorial we show more details of how to write a YARP module using the module helper class.
The RFModule helper class simplify writing a generic module. It provides support for:
You do not need to understand the details of yarp::os::ResourceFinder to proceed with this tutorial. However it may be useful: ResourceFinder Tutorials and Specification.
This is how a module will look like:
See code in: examples/rfmodule/main.cpp