-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(common_sensor_launch): ring outlier filter load from param file (#…
…103) * feat: ring outlier filter load from param file Signed-off-by: vividf <[email protected]> * fix: fix variable name Signed-off-by: vividf <[email protected]> * chore: fix description Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
common_sensor_launch/config/ring_outlier_filter_node.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/**: | ||
ros__parameters: | ||
distance_ratio: 1.03 | ||
object_length_threshold: 0.1 | ||
num_points_threshold: 4 | ||
max_rings_num: 128 | ||
max_points_num_per_ring: 4000 | ||
publish_outlier_pointcloud: false | ||
min_azimuth_deg: 0.0 | ||
max_azimuth_deg: 360.0 | ||
max_distance: 12.0 | ||
vertical_bins: 128 | ||
horizontal_bins: 36 | ||
noise_threshold: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters