Skip to content

Commit

Permalink
fix(autoware_launch): add config file (#829)
Browse files Browse the repository at this point in the history
* fix(autoware_launch): add config file

Signed-off-by: scepter914 <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: scepter914 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
scepter914 and pre-commit-ci[bot] authored Feb 1, 2024
1 parent ea4f3b8 commit ec44918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**:
ros__parameters:
angle_threshold: 1.2210
velocity_threshold: 1.5
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@
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"
name="object_recognition_detection_radar_crossing_objects_noise_filter_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/radar_crossing_objects_noise_filter/radar_crossing_objects_noise_filter.param.yaml"
/>
<arg
name="object_recognition_detection_radar_lanelet_filtering_range_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_filter/radar_lanelet_filter.param.yaml"
/>
<arg
Expand Down

0 comments on commit ec44918

Please sign in to comment.