We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e498f1 commit b431784Copy full SHA for b431784
launch_ros/launch_ros/descriptions/node.py
@@ -215,7 +215,7 @@ def _create_params_file_from_dict(self, params):
215
216
def _get_parameter_rule(self, param: 'Parameter', context: LaunchContext):
217
name, value = param.evaluate(context)
218
- return f'{name}:={yaml.dump(value)}'
+ return f'{self.__expanded_node_name}:{name}:={yaml.dump(value)}'
219
220
def prepare(self, context: LaunchContext, executable: Executable, action: Action) -> None:
221
self._perform_substitutions(context, executable.cmd)
0 commit comments