-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ground_segmentation): add intensity field (#6791)
* fix(grond_segmentation): add intensity Signed-off-by: badai-nguyen <[email protected]> * fix(ray_ground_filter): change to pointXYZI Signed-off-by: badai-nguyen <[email protected]> * fix(ransac_ground_filter): change to pointXYZI Signed-off-by: badai-nguyen <[email protected]> * fix(scan_ground_filter): intensity bug fix Signed-off-by: badai-nguyen <[email protected]> * fix(ground_segmentation): add field select option Signed-off-by: badai-nguyen <[email protected]> * Revert "fix(ground_segmentation): add field select option" This reverts commit 36fc554. * fix: copy input field to output Signed-off-by: badai-nguyen <[email protected]> * fix(ray_ground_filter): copy input fields Signed-off-by: badai-nguyen <[email protected]> * fix(ransac_ground_filter): copy input fields Signed-off-by: badai-nguyen <[email protected]> * fix(ray_ground_filter): indices extract bug fix Signed-off-by: badai-nguyen <[email protected]> * refactor: ray_ground_filter Signed-off-by: badai-nguyen <[email protected]> * fix: indices max Signed-off-by: badai-nguyen <[email protected]> * style(pre-commit): autofix --------- 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
569d56c
commit 729eec0
Showing
4 changed files
with
78 additions
and
32 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
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