-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: enable blocakge diag for xx1 Signed-off-by: badai-nguyen <[email protected]> * fix: xx1 launch Signed-off-by: badai-nguyen <[email protected]> * fix: x2 launch Signed-off-by: badai-nguyen <[email protected]> * ci(pre-commit): autofix * fix: remove duplicated angle_range param Signed-off-by: badai-nguyen <[email protected]> * fix: remove x2 redundant param Signed-off-by: badai-nguyen <[email protected]> * chore: update config file Signed-off-by: badai-nguyen <[email protected]> * chore: disable xx1 blockage as default Signed-off-by: badai-nguyen <[email protected]> * fix: velodyne launch Signed-off-by: badai-nguyen <[email protected]> * Revert "fix: remove x2 redundant param" This reverts commit fa93588. * Revert "fix: x2 launch" This reverts commit 4748c45. --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
73d85c5
commit c47e3e8
Showing
8 changed files
with
126 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ endif() | |
ament_auto_package(INSTALL_TO_SHARE | ||
config | ||
launch | ||
config | ||
) |
12 changes: 12 additions & 0 deletions
12
common_sensor_launch/config/blockage_diagnostics_param_file.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,12 @@ | ||
/**: | ||
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 | ||
blockage_kernel: 10 |
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
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