consider porting RewrittenYaml
from Nav2 to allow param overrides to YAML from launch
#258
Labels
RewrittenYaml
from Nav2 to allow param overrides to YAML from launch
#258
Feature request
Consider porting
RewrittenYaml
from Nav2.Feature description
The use case is using YAMLs for default params but allowing to override individual params from launch. The overwrites could be extended to an override yaml.
This seems to almost work but with the limitation that the params specified in the YAML must be for all nodes. This is not ideal in the event params have the same name between nodes and you wish to distinguish.
Implementation considerations
This is a pretty nice way to override individual parameters in a YAML during launch. However, it only seems to work if the YAML file is set to for all nodes.
An alternative is Nav2's
RewrittenYaml
[link] feature but that requires to clone/install all of Nav2.The text was updated successfully, but these errors were encountered: