[yaml parser] Fix FQN=//node_name when ns is / (#299)
* Fix FQN=//node_name when ns is / * Check end of string for ns sep * Add regression test
This commit is contained in:
parent
0a6d9186e8
commit
f1293b7d3b
3 changed files with 40 additions and 1 deletions
7
rcl_yaml_param_parser/test/root_ns.yaml
Normal file
7
rcl_yaml_param_parser/test/root_ns.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# config/test_yaml
|
||||
---
|
||||
|
||||
/:
|
||||
my_node:
|
||||
ros__parameters:
|
||||
param_name: 'value'
|
Loading…
Add table
Add a link
Reference in a new issue