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)

* feat(duplicated_node_checker): add duplicate nodes to ignore

Signed-off-by: Dmitrii Koldaev <dmitrii.koldaev@tier4.jp>

* pre-commit

Signed-off-by: Dmitrii Koldaev <dmitrii.koldaev@tier4.jp>

---------

Signed-off-by: Dmitrii Koldaev <dmitrii.koldaev@tier4.jp>
Co-authored-by: Dmitrii Koldaev <dmitrii.koldaev@tier4.jp>
Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent a6bf89e commit 46ccbf8
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 46ccbf8

Please sign in to comment.