Log the alive time of a rosnode?
I am currently working on a rosnode which purpose is to generate CSV files about certain information. One of the information i am seeking is to know how much time a rosnode has been alive.
I know that you using ros::master::getNodes
an get a vector of the active nodes, but is it possible to know how long time it has been turned on?