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_time_tolerance`| double | 5.0 | The duration in seconds an external message is considered valid for merging |
47
-
|`perception_time_tolerance`| double | 1.0 | The duration in seconds a perception message is considered valid for merging |
46
+
|`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 |
48
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 |
49
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 |
Copy file name to clipboardexpand all lines: perception/autoware_traffic_light_arbiter/include/autoware/traffic_light_arbiter/traffic_light_arbiter.hpp
+1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ class TrafficLightArbiter : public rclcpp::Node
0 commit comments