Variables | |
tuple | default = roslib.packages.get_pkg_dir(PKG) |
tuple | exp = LogExporter(output_dir, f) |
list | exporters = [] |
string | filepath = 'output/%s_csv' |
string | help = "Write output to DIR/output. Default: %s" |
tuple | output_dir = os.path.join(options.directory, filepath) |
tuple | parser = OptionParser() |
string | PKG = 'diagnostic_analysis' |
Converts diagnostics log files into CSV's for analysis. |
tuple export_csv::default = roslib.packages.get_pkg_dir(PKG) |
Definition at line 55 of file export_csv.py.
tuple export_csv::exp = LogExporter(output_dir, f) |
Definition at line 69 of file export_csv.py.
list export_csv::exporters = [] |
Definition at line 58 of file export_csv.py.
string export_csv::filepath = 'output/%s_csv' |
Definition at line 64 of file export_csv.py.
string export_csv::help = "Write output to DIR/output. Default: %s" |
Definition at line 54 of file export_csv.py.
tuple export_csv::output_dir = os.path.join(options.directory, filepath) |
Definition at line 66 of file export_csv.py.
tuple export_csv::parser = OptionParser() |
Definition at line 52 of file export_csv.py.
string export_csv::PKG = 'diagnostic_analysis' |
Converts diagnostics log files into CSV's for analysis.
Definition at line 39 of file export_csv.py.