Skip to content

Commit e12a1d8

Browse files
authored
Merge pull request #953 from technolojin/fix/multi-object-tracker-debug-marker-disable2
fix(multi_object_tracker): disable debug markers in configuration for improved performance
2 parents 048b33f + 19dd71d commit e12a1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/perception/object_recognition/tracking/multi_object_tracker/multi_object_tracker_node.param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
publish_processing_time: true
3636
publish_processing_time_detail: false
3737
publish_tentative_objects: false
38-
publish_debug_markers: true
38+
publish_debug_markers: false
3939
diagnostics_warn_delay: 0.5 # [sec]
4040
diagnostics_error_delay: 1.0 # [sec]
4141
diagnostics_warn_extrapolation: 0.5 # [sec]

0 commit comments

Comments
 (0)