How can i manipulate "ros::TimerEvent& event" from a callback time function?
I want to get data out of event, as explained in 1.4 of : http://wiki.ros.org/roscpp_tutorials/...
But the problem is i don't know how to convert ros::time into double variable, am process further... i don't even know how to write what the obiect "event" contains using ROS_INFO, or something.