Skip to content

Commit a88aa7b

Browse files
committed
Add argument in order to set max clustering distance by launch file
1 parent af28eeb commit a88aa7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

launch/sensor_generic.launch

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<arg name="fog_filtering_inclination_above" default="-0.06" doc="this cond. + others to consider as fog point"/>
4949

5050
<!-- clustering parameters -->
51+
<arg name="max_distance" default="0.7" doc="the maximum euclidean 3D distance between two points to be clustered"/>
5152
<arg name="use_last_point_for_cluster_stamp" default="false" doc="use middle or last point for cluster stamp"/>
5253
<arg name="ignore_points_in_chessboard_pattern" default="true" doc="use this if clustering is too slow"/>
5354
<arg name="ignore_points_with_too_big_inclination_angle_diff" default="true" doc="avoids small distant clusters"/>
@@ -94,6 +95,7 @@
9495
<param name="fog_filtering_inclination_above" value="$(arg fog_filtering_inclination_above)"/>
9596

9697
<!-- clustering -->
98+
<param name="max_distance" value="$(arg max_distance)"/>
9799
<param name="use_last_point_for_cluster_stamp" value="$(arg use_last_point_for_cluster_stamp)"/>
98100
<param name="ignore_points_in_chessboard_pattern" value="$(arg ignore_points_in_chessboard_pattern)"/>
99101
<param name="ignore_points_with_too_big_inclination_angle_diff"

0 commit comments

Comments
 (0)