Enable incremental parameter yaml file parsing. (#507)
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
This commit is contained in:
parent
4eeaecf969
commit
78f8652ee4
3 changed files with 67 additions and 30 deletions
13
rcl_yaml_param_parser/test/overlay.yaml
Normal file
13
rcl_yaml_param_parser/test/overlay.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# config/test_yaml
|
||||
---
|
||||
|
||||
lidar_ns:
|
||||
lidar_2:
|
||||
ros__parameters:
|
||||
is_back: true
|
||||
camera:
|
||||
ros__parameters:
|
||||
loc: back
|
||||
intel:
|
||||
ros__parameters:
|
||||
num_cores: 12
|
||||
Loading…
Add table
Add a link
Reference in a new issue