Skip to content

Commit

Permalink
feat(duplicated_node_checker): add duplicate nodes to ignore (autowar…
Browse files Browse the repository at this point in the history
…efoundation#1070) (#488)

* feat(duplicated_node_checker): add duplicate nodes to ignore



* pre-commit



---------

Signed-off-by: Dmitrii Koldaev <[email protected]>
Co-authored-by: Dmitrii Koldaev <[email protected]>
Co-authored-by: Dmitrii Koldaev <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent 34a0e17 commit d837296
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
ros__parameters:
update_rate: 10.0
add_duplicated_node_names_to_msg: true # if true, duplicated node names are added to msg
nodes_to_ignore: # List of nodes to ignore when checking for duplicates
- /rviz2

0 comments on commit d837296

Please sign in to comment.