ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Hi, you can call ros::Time::now() to capture clock right after you receive image,

ros::Time begin = ros::Time::now();

you can have more detailed look at Ros Time here