diff --git a/perception/traffic_light_map_based_detector/config/traffic_light_map_based_detector.param.yaml b/perception/traffic_light_map_based_detector/config/traffic_light_map_based_detector.param.yaml index 2eb671c1f5150..c27f136d505f5 100644 --- a/perception/traffic_light_map_based_detector/config/traffic_light_map_based_detector.param.yaml +++ b/perception/traffic_light_map_based_detector/config/traffic_light_map_based_detector.param.yaml @@ -6,5 +6,8 @@ max_vibration_width: 0.5 # -0.25 ~ 0.25 m max_vibration_depth: 0.5 # -0.25 ~ 0.25 m max_detection_range: 200.0 + min_timestamp_offset: -0.3 # This parameter should be configured differently for each camera considering their delay. + max_timestamp_offset: 0.0 # This parameter should be configured differently for each camera considering their delay. + timestamp_sample_len: 0.02 car_traffic_light_max_angle_range: 40.0 pedestrian_traffic_light_max_angle_range: 80.0 diff --git a/perception/traffic_light_map_based_detector/launch/traffic_light_map_based_detector.launch.xml b/perception/traffic_light_map_based_detector/launch/traffic_light_map_based_detector.launch.xml index 2dc6afa4fa4d5..891c0f8297ae7 100644 --- a/perception/traffic_light_map_based_detector/launch/traffic_light_map_based_detector.launch.xml +++ b/perception/traffic_light_map_based_detector/launch/traffic_light_map_based_detector.launch.xml @@ -5,12 +5,6 @@ - - - - - - @@ -19,10 +13,6 @@ - - - -