Functions | Variables
bags_to_database Namespace Reference

Functions

def handler

Variables

string M = "** We assume that playbag.launch will run, and record to the database\n"
tuple RB
tuple RL

Function Documentation

def bags_to_database.handler (   signum,
  frame 
)

Definition at line 16 of file bags_to_database.py.


Variable Documentation

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.

Initial value:
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.

Initial value:
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.



semanticmodel
Author(s): Julian ("Mac") Mason
autogenerated on Thu Dec 12 2013 12:39:10