Skip to content

Commit

Permalink
fix(perception): add detection by tracker param file (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#548)

* fix(perception): add detection_by_tracker param file (autowarefoundation#676)

Signed-off-by: badai-nguyen <[email protected]>

* fix: disable DBT for car

Signed-off-by: badai-nguyen <[email protected]>

---------

Signed-off-by: badai-nguyen <[email protected]>
Co-authored-by: Tomohito ANDO <[email protected]>
  • Loading branch information
badai-nguyen and TomohitoAndo authored Nov 22, 2023
1 parent a64e909 commit 2cf6761
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:
tracker_ignore_label:
UNKNOWN : true
CAR : true
TRUCK : false
BUS : false
TRAILER : false
MOTORCYCLE : false
BICYCLE : false
PEDESTRIAN : false
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_merger/overlapped_judge.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_detection_detection_by_tracker_param"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/detection_by_tracker/detection_by_tracker.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"
Expand Down

0 comments on commit 2cf6761

Please sign in to comment.