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

Revision history [back]

For me, the line ("Stamp = roslib.rostime.Time.from_sec(time.time())") found a problem.

I saw in this page (http://docs.ros.org/diamondback/api/rospy/html/rospy.rostime.Time-class.html) an alternative: Stamp = rospy.Time.from_sec(time.time())

Good job!