Trees | Indices | Help |
|
---|
|
ROS time and duration representations, as well as internal routines for managing wallclock versus a simulated clock. The important data classes are Time and Duration, which represent the ROS 'time' and 'duration' primitives, respectively.
Classes | |
Duration Duration represents the ROS 'duration' primitive type, which consists of two integers: seconds and nanoseconds. |
|
Time Time represents the ROS 'time' primitive type, which consists of two integers: seconds since epoch and nanoseconds since seconds. |
Functions | |||
Time |
|
||
float |
|
||
|
|||
bool |
|
||
threading.Cond |
|
||
bool |
|
||
|
Variables | |
__package__ =
|
Function Details |
Get the current time as a Time object
|
Get the current time as float secs (time.time() format)
|
Internal use. Mark rostime as initialized. This flag enables other routines to throw exceptions if rostime is being used before the underlying system is initialized.
|
Internal use.
|
internal API for helper routines that need to wait on time updates
|
Internal use for ROS-time routines.
|
Internal use. Switch ROS to wallclock time. This is mainly for testing purposes. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 11 10:11:52 2013 | http://epydoc.sourceforge.net |