Functions | |
def | extract_topics |
Variables | |
tuple | args = parser.parse_args() |
tuple | parser |
string | PKG = 'bag_tools' |
def extract_topics.extract_topics | ( | inbag, | |
outbag, | |||
topics | |||
) |
Definition at line 42 of file extract_topics.py.
tuple extract_topics::args = parser.parse_args() |
Definition at line 60 of file extract_topics.py.
tuple extract_topics::parser |
00001 argparse.ArgumentParser( 00002 description='Extracts topics from a bagfile into another bagfile.')
Definition at line 55 of file extract_topics.py.
string extract_topics::PKG = 'bag_tools' |
Definition at line 33 of file extract_topics.py.