Functions | |
def | handler |
Variables | |
string | M = "** We assume that playbag.launch will run, and record to the database\n" |
tuple | RB |
tuple | RL |
def bags_to_database.handler | ( | signum, | |
frame | |||
) |
Definition at line 16 of file bags_to_database.py.
string bags_to_database::M = "** We assume that playbag.launch will run, and record to the database\n" |
Definition at line 27 of file bags_to_database.py.
tuple bags_to_database::RB |
00001 subprocess.check_call(['rosrun', 00002 'semanticmodel', 00003 'playbag.sh', 00004 bagfile], 00005 stdin=None, stdout=None, stderr=None, 00006 env=os.environ)
Definition at line 69 of file bags_to_database.py.
tuple bags_to_database::RL |
00001 subprocess.Popen(['roslaunch', 00002 'semanticmodel', 00003 'go.launch', 00004 'gui:=false', # No gui, please. 00005 'playbag:=true', 00006 'run_local_db:=true', 00007 'overwrite_local_db:=false'], 00008 stdin=None, stdout=None, stderr=None, 00009 env=os.environ)
Definition at line 53 of file bags_to_database.py.