You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`external_delay_tolerance`| double | 5.0 | The duration in seconds an external message is considered valid for merging in comparison with current time |
47
-
|`external_time_tolerance`| double | 5.0 | The duration in seconds an external message is considered valid for merging in comparison with a timestamp of perception message |
48
-
|`perception_time_tolerance`| double | 1.0 | The duration in seconds a perception message is considered valid for merging in comparison with a timestamp of external message |
49
-
|`external_priority`| bool | false | Whether or not externals signals take precedence over perception-based ones. If false, the merging uses confidence as a criteria |
50
-
|`enable_signal_matching`| bool | false | Decide whether to validate the match between perception signals and external signals. If set to true, verify that the colors match and only publish them if they are identical |
"description": "The duration in seconds an external message is considered valid for merging in comparison with current time.",
12
+
"default": 5.0
13
+
},
14
+
"external_time_tolerance": {
15
+
"type": "number",
16
+
"description": "The duration in seconds an external message is considered valid for merging.",
17
+
"default": 5.0
18
+
},
19
+
"perception_time_tolerance": {
20
+
"type": "number",
21
+
"description": "The duration in seconds a perception message is considered valid for merging.",
22
+
"default": 1.0
23
+
},
24
+
"external_priority": {
25
+
"type": "boolean",
26
+
"description": "Whether or not external signals take precedence over perception-based ones. If false, the merging uses confidence as a criteria.",
27
+
"default": false
28
+
},
29
+
"enable_signal_matching": {
30
+
"type": "boolean",
31
+
"description": "Decide whether to validate the match between perception signals and external signals. If set to true, verify that the colors match and only publish them if they are identical.",
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_planner_common/src/utils/drivable_area_expansion/static_drivable_area.cpp
0 commit comments