From d42e9c87ae8eb27360b78fdee6e12d3c537c889f Mon Sep 17 00:00:00 2001 From: Satoshi Tanaka <16330533+scepter914@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:11:33 +0900 Subject: [PATCH] add radar lanelet filtering range param Signed-off-by: yoshiri --- .../object_filter/radar_lanelet_filter.param.yaml | 11 +++++++++++ .../components/tier4_perception_component.launch.xml | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 autoware_launch/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml diff --git a/autoware_launch/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml b/autoware_launch/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml new file mode 100644 index 0000000000..62051e1c5e --- /dev/null +++ b/autoware_launch/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml @@ -0,0 +1,11 @@ +/**: + ros__parameters: + filter_target_label: + UNKNOWN : true + CAR : true + TRUCK : true + BUS : true + TRAILER : true + MOTORCYCLE : true + BICYCLE : true + PEDESTRIAN : true diff --git a/autoware_launch/launch/components/tier4_perception_component.launch.xml b/autoware_launch/launch/components/tier4_perception_component.launch.xml index a9d62c9270..3486448caf 100644 --- a/autoware_launch/launch/components/tier4_perception_component.launch.xml +++ b/autoware_launch/launch/components/tier4_perception_component.launch.xml @@ -67,6 +67,10 @@ name="object_recognition_detection_object_merger_distance_threshold_list_path" value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_merger/overlapped_judge.param.yaml" /> +