Skip to content

Commit

Permalink
chore(object_velocity_splitter): rework parameters (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#820)

chore(object_velocity_splitter): add config

Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Jan 31, 2024
1 parent 862cc69 commit b7880fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/**:
ros__parameters:
velocity_threshold: 5.5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/**:
ros__parameters:
velocity_threshold: 4.5
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/clustering/radar_object_clustering.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_object_velocity_splitter_radar_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_velocity_splitter/object_velocity_splitter_radar.param.yaml"
/>
<arg
name="object_recognition_detection_object_velocity_splitter_radar_fusion_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_velocity_splitter/object_velocity_splitter_radar_fusion.param.yaml"
/>
<arg
name="object_recognition_detection_object_range_splitter_radar_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_range_splitter/object_range_splitter_radar.param.yaml"
Expand Down

0 comments on commit b7880fe

Please sign in to comment.