Skip to content

Commit

Permalink
feat(multi_object_tracker): fix typo in param name and change default…
Browse files Browse the repository at this point in the history
… value (#271)

feat(multi_object_tracker): fix typo in param name and change default value (autowarefoundation#785)

* fix(multi_object_tracker): fix typo in param name



* feat: update default param



---------

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Jan 12, 2024
1 parent 95a4919 commit b5e63b7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
publish_untracked_objects: false

# debug parameters
publish_processing_time: false
publish_processing_time: true
publish_tentative_objects: false
diagnostic_warn_delay: 0.5 # [sec]
diagnostic_error_delay: 1.0 # [sec]
diagnostics_warn_delay: 0.5 # [sec]
diagnostics_error_delay: 1.0 # [sec]

0 comments on commit b5e63b7

Please sign in to comment.