Skip to content

Commit

Permalink
Merge pull request autowarefoundation#667 from tier4/feat/add_radar_p…
Browse files Browse the repository at this point in the history
…ipeline_parameter

chore: add radar pipeline parameter (lanelet filter parameter)
  • Loading branch information
YoshiRi committed Oct 16, 2023
2 parents 59f622e + d42e9c8 commit e2a44c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,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"
/>
<arg
name="object_recognition_detection_radar_lanelet_filtering_range_param"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml"
/>
<!-- <arg name="object_recognition_detection_lidar_model_param_path" value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/lidar_model"/> -->
<arg
name="object_recognition_tracking_multi_object_tracker_data_association_matrix_param_path"
Expand Down

0 comments on commit e2a44c2

Please sign in to comment.