The yarp::os::Node class is a YARP class useful to interact with the ROS 1 Master and publish/subscribe ROS 1 topics without the need to link any ROS client library such as roscpp.
In the ROS 1 computation graph, the Node identifies a single process. However, using the yarp::os::Node is possible to create multiple Nodes for each process. It is not clear (for some of us) if this is allowed or it can create problems with ROS 1 Master.
cc @drdanz @randaz81 @aerydna and in particular @barbalberto that worked a lot on ROS/YARP integration