-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* use regex for wildcard matching (#1839) * use regex for wildcard matching Co-authored-by: Aaron Lipinski <[email protected]> Signed-off-by: Chen Lihui <[email protected]> * use map to process the content of parameter file by order Signed-off-by: Chen Lihui <[email protected]> * add more test cases Signed-off-by: Chen Lihui <[email protected]> * try to not decrease the performance and make the param win last Signed-off-by: Chen Lihui <[email protected]> * update node name Signed-off-by: Chen Lihui <[email protected]> * update document comment Signed-off-by: Chen Lihui <[email protected]> * add more test for parameter_map_from Signed-off-by: Chen Lihui <[email protected]> Co-authored-by: Aaron Lipinski <[email protected]> (cherry picked from commit 6dd3a03) * not to break ABI Signed-off-by: Chen Lihui <[email protected]> Signed-off-by: Chen Lihui <[email protected]> Co-authored-by: Chen Lihui <[email protected]>
- Loading branch information
1 parent
166007d
commit 7f57510
Showing
8 changed files
with
376 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
rclcpp/test/resources/test_node_parameters/complicated_wildcards.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/**/foo/*/bar: | ||
node2: | ||
ros__parameters: | ||
foo: "foo" | ||
bar: "bar" |
Oops, something went wrong.