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 54 of file export_csv.py.
| tuple export_csv::exp = LogExporter(output_dir, f) |
Definition at line 68 of file export_csv.py.
| list export_csv::exporters = [] |
Definition at line 57 of file export_csv.py.
| string export_csv::filepath = 'output/%s_csv' |
Definition at line 63 of file export_csv.py.
| string export_csv::help = "Write output to DIR/output. Default: %s" |
Definition at line 53 of file export_csv.py.
| tuple export_csv::output_dir = os.path.join(options.directory, filepath) |
Definition at line 65 of file export_csv.py.
| tuple export_csv::parser = OptionParser() |
Definition at line 51 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.