ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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!