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 (#785)

* fix(multi_object_tracker): fix typo in param name

Signed-off-by: kminoda <[email protected]>

* feat: update default param

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Jan 12, 2024
1 parent ad2c8fd commit 10b95d7
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 10b95d7

Please sign in to comment.