Conversion from ROS timestamp to ISO-8601 time format
I would like to convert a ROS timestamp like this:
ros::Time stamp = ros::Time::now();
to string in ISO-8601 format.
The best resource I was able to google up so far is this topic:
http://stackoverflow.com/questions/79...
Is there by any chance any function in ROS I can use instead of coding my own convertor?