-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add params and diag about dust-detection (#116)
* correspond to sensing/t4-wholedust-dev * add diag /sensing/lidar/~/dust ,add params * correspond to sensing/t4-wholedust-dev * add diag /sensing/lidar/~/dust ,add params * change initial parameter * chore: refactor Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: badai nguyen <[email protected]> Co-authored-by: badai-nguyen <[email protected]>
- Loading branch information
1 parent
1523636
commit a4f6d59
Showing
3 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
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,11 @@ | ||
/**: | ||
ros__parameters: | ||
blockage_ratio_threshold: 0.1 | ||
blockage_count_threshold: 50 | ||
blockage_buffering_frames: 2 | ||
blockage_buffering_interval: 1 | ||
dust_ratio_threshold: 0.2 | ||
dust_count_threshold: 10 | ||
dust_kernel_size: 2 | ||
dust_buffering_frames: 10 | ||
dust_buffering_interval: 1 |
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
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