roslib.rostime.Duration:
Duration represents the ROS 'duration' primitive, which consists of
two integers: seconds and nanoseconds.
rospy.rostime.Duration:
Duration represents the ROS 'duration' primitive type, which
consists of two integers: seconds and nanoseconds.
roslib.rostime.Time:
Time contains the ROS-wide 'time' primitive representation, which
consists of two integers: seconds since epoch and nanoseconds since
seconds.
rospy.rostime.Time:
Time represents the ROS 'time' primitive type, which consists of
two integers: seconds since epoch and nanoseconds since seconds.