Functions | |
def | check_delay |
Variables | |
tuple | args = parser.parse_args() |
tuple | parser |
string | PKG = 'bag_tools' |
def check_delay.check_delay | ( | inbags | ) |
Definition at line 42 of file check_delay.py.
tuple check_delay::args = parser.parse_args() |
Definition at line 77 of file check_delay.py.
tuple check_delay::parser |
00001 argparse.ArgumentParser( 00002 description='Checks the delay in a bagfile between publishing (recording) ' 00003 'time and the time stamp in the header (if exists). Prints ' 00004 'out min, max and mean delays.')
Definition at line 72 of file check_delay.py.
string check_delay::PKG = 'bag_tools' |
Definition at line 33 of file check_delay.py.