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

Revision history [back]

I added the same time Stamp in CameraInfo and Camera message by

        camera_info_msg.header.stamp = Stamp
        img_msg.header.stamp = Stamp

where stamp is

     Stamp = rospy.rostime.Time.from_sec(time.time())