Skip to content

Commit

Permalink
changed default of objects_filter_method
Browse files Browse the repository at this point in the history
changed default of the "objects_filter_method" to "lanelet_filter" as requested.

Signed-off-by: Alireza Moayyedi <alireza.moayyedi@nobleo.nl>
  • Loading branch information
alireza-moayyedi committed Aug 15, 2023
1 parent cff0b07 commit d3fae92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<arg name="centerpoint_model_path" default="$(find-pkg-share lidar_centerpoint)/data"/>
<arg name="lidar_model_param_path" default="$(find-pkg-share lidar_centerpoint)/config"/>
<arg name="objects_validation_method" default="obstacle_pointcloud"/>
<arg name="objects_filter_method" default="position_filter"/>
<arg name="objects_filter_method" default="lanelet_filter"/>
<arg name="object_recognition_detection_object_merger_data_association_matrix_param_path" default="$(find-pkg-share object_merger)/config/data_association_matrix.param.yaml"/>
<arg name="object_recognition_detection_object_merger_distance_threshold_list_path" default="$(find-pkg-share object_merger)/config/overlapped_judge.param.yaml"/>

Expand Down

0 comments on commit d3fae92

Please sign in to comment.