Go to the source code of this file.
Namespaces | |
roscompile.plugins | |
Functions | |
def | roscompile.plugins.check_plugins (package) |
def | roscompile.plugins.contains_library (xmls, library, pkg, name) |
def | roscompile.plugins.lookup_library (build_rules, rel_fn) |
def | roscompile.plugins.plugin_xml_by_package (package) |
Variables | |
string | roscompile.plugins.PLUGIN_PATTERN = r'PLUGINLIB_EXPORT_CLASS\(([^:]+)::([^,]+),\s*([^:]+)::([^,]+)\)' |
roscompile.plugins.PLUGIN_RE = re.compile(PLUGIN_PATTERN) | |