|
| __init__ (self, ComposableNode composable_node, LaunchConfiguration custom_config, str prefix='') |
|
| parse_custom_config (self, LaunchContext context, str _custom_config_file, str prefix='') |
|
| convert_remappings (self, List raw_remappings) |
|
| log_remappings (self, LaunchContext context, List raw_remappings, str prefix='') |
|
| visit (self, LaunchContext context) |
|
|
| wrapped_node |
|
| custom_config |
|
| prefix |
|
Launch component that parses config YAML and adds remappings to a ComposableNode.
◆ __init__()
mrs_lib.remappings_custom_config_parser.RemappingsCustomConfigParser.__init__ |
( |
|
self, |
|
|
ComposableNode |
composable_node, |
|
|
LaunchConfiguration |
custom_config, |
|
|
str |
prefix = '' |
|
) |
| |
Args:
composable_node: The ComposableNode to wrap
custom_config: LaunchConfiguration('custom_config')
config_namespace: Namespace in config file (e.g., '/uav1/flame_ros')
◆ visit()
mrs_lib.remappings_custom_config_parser.RemappingsCustomConfigParser.visit |
( |
|
self, |
|
|
LaunchContext |
context |
|
) |
| |
Parse config file and add remappings, then visit wrapped node.
The documentation for this class was generated from the following file:
- mrs_lib/remappings_custom_config_parser.py