-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(perception_ground_segmentation): rework parameters #5777
refactor(perception_ground_segmentation): rework parameters #5777
Conversation
ffe3aa4
to
f0e842a
Compare
615a8f0
to
402a714
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karishma1911 Thank you for you PR,
IMO: since all default parameters of 3 filters will be removed, then those default parameters should be listed somewhere like xx_ground_filter.param.yaml
in config/
. Otherwise the current launch for specific scan_ground_filter (scan_ground_filter.launch.py
) cannot be executed.
We are sorry that default launch.py for remaining ransac_ground_filter
and ray_ground_filter
was not maintained well yet.
perception/ground_segmentation/src/ray_ground_filter_nodelet.cpp
Outdated
Show resolved
Hide resolved
perception/ground_segmentation/src/ransac_ground_filter_nodelet.cpp
Outdated
Show resolved
Hide resolved
0b05ec4
to
fd51aa9
Compare
cf9a28f
to
930ab55
Compare
@karishma1911 Please fix the PR or recreate as another one 🙏 |
@karishma1911 Let me convert this PR as a draft as it may be noisy for other developers. But feel free to reopen this PR once it is fixed. Thank you for your contribution! |
I'll close this PR for now, as it doesn't appear to be actively progressing. |
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the perception_ground_segmentation
2.create schema
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.