Skip to content

Commit 25be323

Browse files
feat(autoware_map_based_prediction): add debug parameters for map-based prediction (#1118)
* feat: add debug parameters for map-based prediction Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2167c0b commit 25be323

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

autoware_launch/config/perception/object_recognition/prediction/map_based_prediction.param.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@
5050
consider_only_routable_neighbours: false
5151

5252
reference_path_resolution: 0.5 #[m]
53+
54+
# debug parameters
55+
publish_processing_time: true
56+
publish_processing_time_detail: true
57+
publish_debug_markers: true

0 commit comments

Comments
 (0)