Skip to content

Commit 9720db5

Browse files
committed
refactor(input_channels): disable trust flags for extension and orientation in radar configurations
1 parent 082db7f commit 9720db5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

perception/autoware_multi_object_tracker/config/input_channels.param.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
flags:
118118
can_spawn_new_tracker: true
119119
can_trust_existence_probability: true
120-
can_trust_extension: true
120+
can_trust_extension: false
121121
can_trust_classification: true
122-
can_trust_orientation: true
122+
can_trust_orientation: false
123123
optional:
124124
name: "radar"
125125
short_name: "R"
@@ -128,9 +128,9 @@
128128
flags:
129129
can_spawn_new_tracker: true
130130
can_trust_existence_probability: true
131-
can_trust_extension: true
131+
can_trust_extension: false
132132
can_trust_classification: true
133-
can_trust_orientation: true
133+
can_trust_orientation: false
134134
optional:
135135
name: "radar_far"
136136
short_name: "Rf"

0 commit comments

Comments
 (0)