forked from tier4/awsim_sensor_kit_launch
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat : ring outlier filter load from param file
Signed-off-by: A. Sena Yılmaz <[email protected]>
- Loading branch information
1 parent
dbce284
commit 5aff1f1
Showing
3 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
common_awsim_labs_sensor_launch/config/distortion_corrector_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,5 @@ | ||
/**: | ||
ros__parameters: | ||
base_frame: base_link | ||
use_imu: true | ||
use_3d_distortion_correction: false |
14 changes: 14 additions & 0 deletions
14
common_awsim_labs_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