class documentation
Diagnostic task to monitor the interval between events.
This diagnostic task monitors the difference between consecutive events, and creates corresponding diagnostics. An error occurs if the interval between consecutive events is too large or too small. An error condition will only be reported during a single diagnostic report unless it persists. Tallies of errors are also maintained to keep track of errors in a more persistent way.
Method | __init__ |
Constructs the TimeStampStatus with the given parameters. |
Method | run |
Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper |
Method | tick |
Signals an event. @param stamp The timestamp of the event that will be used in computing intervals. Can be either a double or a ros::Time. |
Instance Variable | deltas |
Undocumented |
Instance Variable | early |
Undocumented |
Instance Variable | late |
Undocumented |
Instance Variable | lock |
Undocumented |
Instance Variable | max |
Undocumented |
Instance Variable | min |
Undocumented |
Instance Variable | params |
Undocumented |
Instance Variable | zero |
Undocumented |
Instance Variable | zero |
Undocumented |
Inherited from DiagnosticTask
:
Method | get |
Returns the name of the DiagnosticTask. |
Instance Variable | name |
Undocumented |
Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper