|
grepros 1.3.0
grep for ROS bag files and live topics
|
Go to the source code of this file.
Namespaces | |
| namespace | grepros |
| namespace | grepros.plugins |
Functions | |
| add_output_label (label, flags) | |
| add_write_format (name, cls, label=None, options=()) | |
| configure (args=None, **kwargs) | |
| get_argument (name, group=None) | |
| init (args=None, **kwargs) | |
| load (category, args, collect=False) | |
| populate_known_plugins () | |
| populate_output_arguments () | |
| populate_write_formats () | |
Variables | |
| DEFAULT_ARGS = dict(PLUGIN=[], STOP_ON_ERROR=False) | |
| Function argument defaults. | |
| dict | OUTPUT_LABELS = {} |
| Added output labels to insert into argument texts, as {label: [argument flag, ]}. | |
| dict | PLUGINS = {} |
| {"some.module" or "some.module.Cls": <module 'some.module' from ..> or <class 'some.module.Cls'>} | |
| dict | WRITE_OPTIONS = {} |
| Added write options, as {plugin label: [(name, help), ]}. | |