From 726210f6d8dc15e06ea5278172fd7ef36efdf68c Mon Sep 17 00:00:00 2001 From: Mamoru Sobue Date: Mon, 29 Jan 2024 10:08:06 +0900 Subject: [PATCH 1/4] feat(intersection): publish and visualize the reason for dangerous situation to blame past detection fault retrospectively (#828) Signed-off-by: Mamoru Sobue --- .../behavior_velocity_planner/intersection.param.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml index 238d40e7ad..86bcf801f4 100644 --- a/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml +++ b/autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml @@ -59,6 +59,8 @@ object_expected_deceleration: 2.0 ignore_on_red_traffic_light: object_margin_to_path: 2.0 + avoid_collision_by_acceleration: + object_time_margin_to_collision_point: 4.0 occlusion: enable: false From 64b2990706a21c657f383502899b0669c0885203 Mon Sep 17 00:00:00 2001 From: kminoda <44218668+kminoda@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:03:11 +0900 Subject: [PATCH 2/4] chore(object_range_splitter): rework parameters (#821) * chore(object_range_splitter): add config Signed-off-by: kminoda * revert change Signed-off-by: kminoda --------- Signed-off-by: kminoda --- .../object_range_splitter_radar.param.yaml | 3 +++ .../object_range_splitter_radar_fusion.param.yaml | 3 +++ .../components/tier4_perception_component.launch.xml | 8 ++++++++ 3 files changed, 14 insertions(+) create mode 100644 autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar.param.yaml create mode 100644 autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar_fusion.param.yaml diff --git a/autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar.param.yaml b/autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar.param.yaml new file mode 100644 index 0000000000..ed1ce176ed --- /dev/null +++ b/autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar.param.yaml @@ -0,0 +1,3 @@ +/**: + ros__parameters: + split_range: 80.0 diff --git a/autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar_fusion.param.yaml b/autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar_fusion.param.yaml new file mode 100644 index 0000000000..a8b2562883 --- /dev/null +++ b/autoware_launch/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar_fusion.param.yaml @@ -0,0 +1,3 @@ +/**: + ros__parameters: + split_range: 70.0 diff --git a/autoware_launch/launch/components/tier4_perception_component.launch.xml b/autoware_launch/launch/components/tier4_perception_component.launch.xml index 939792af84..8636141685 100644 --- a/autoware_launch/launch/components/tier4_perception_component.launch.xml +++ b/autoware_launch/launch/components/tier4_perception_component.launch.xml @@ -88,6 +88,14 @@ value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/clustering/radar_object_clustering.param.yaml" /> + + Date: Mon, 29 Jan 2024 16:25:18 +0900 Subject: [PATCH 3/4] refactor(ndt_scan_matcher): rename de-grounded (#827) * refactor(ndt_scan_matcher): rename de-grounded Signed-off-by: Yamato Ando * fix value Signed-off-by: Yamato Ando --------- Signed-off-by: Yamato Ando --- .../config/localization/ndt_scan_matcher.param.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/autoware_launch/config/localization/ndt_scan_matcher.param.yaml b/autoware_launch/config/localization/ndt_scan_matcher.param.yaml index a5a4941bfe..d4c49b7e8e 100644 --- a/autoware_launch/config/localization/ndt_scan_matcher.param.yaml +++ b/autoware_launch/config/localization/ndt_scan_matcher.param.yaml @@ -95,9 +95,8 @@ # Radius of input LiDAR range (used for diagnostics of dynamic map loading) lidar_radius: 100.0 - # cspell: ignore degrounded - # A flag for using scan matching score based on de-grounded LiDAR scan - estimate_scores_for_degrounded_scan: false + # A flag for using scan matching score based on no ground LiDAR scan + estimate_scores_by_no_ground_points: false # If lidar_point.z - base_link.z <= this threshold , the point will be removed z_margin_for_ground_removal: 0.8 From 7cf64d8b9efedf684a3de1c4655d1cf80b8e4e9b Mon Sep 17 00:00:00 2001 From: kminoda <44218668+kminoda@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:16:45 +0900 Subject: [PATCH 4/4] fix(tracking_object_merger): fix bug and rework parameters (#823) fix(tracking_object_merger): fix bug and use param file Signed-off-by: kminoda --- .../tracking_object_merger/decorative_tracker_merger.param.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoware_launch/config/perception/object_recognition/tracking/tracking_object_merger/decorative_tracker_merger.param.yaml b/autoware_launch/config/perception/object_recognition/tracking/tracking_object_merger/decorative_tracker_merger.param.yaml index 13369d5422..e4ea2becd7 100644 --- a/autoware_launch/config/perception/object_recognition/tracking/tracking_object_merger/decorative_tracker_merger.param.yaml +++ b/autoware_launch/config/perception/object_recognition/tracking/tracking_object_merger/decorative_tracker_merger.param.yaml @@ -23,4 +23,4 @@ # logging enable_logging: false - log_file_path: "/tmp/decorative_tracker_merger.log" + logging_file_path: "/tmp/decorative_tracker_merger.log"