Skip to content
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

Closed

Conversation

karishma1911
Copy link
Contributor

@karishma1911 karishma1911 commented Dec 5, 2023

Description

Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the perception_ground_segmentation

  1. Remove the default value from the source code in order to ensure all parameter values are passed from the parameter files.

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Dec 5, 2023
@karishma1911 karishma1911 changed the title refactor(perception/ground_segmentation) : rework parameters refactor(perception_ground_segmentation) : rework parameters Dec 5, 2023
@karishma1911 karishma1911 changed the title refactor(perception_ground_segmentation) : rework parameters refactor(perception_ground_segmentation): rework parameters Dec 5, 2023
@karishma1911 karishma1911 force-pushed the ground-segmentation branch 3 times, most recently from 615a8f0 to 402a714 Compare December 6, 2023 11:19
Copy link
Contributor

@badai-nguyen badai-nguyen left a 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.

@github-actions github-actions bot added component:planning Route planning, decision-making, and navigation. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) and removed component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Dec 20, 2023
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:system System design and integration. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) labels May 28, 2024
@kminoda
Copy link
Contributor

kminoda commented Jun 14, 2024

@karishma1911 Please fix the PR or recreate as another one 🙏

@kminoda kminoda marked this pull request as draft June 21, 2024 01:18
@kminoda
Copy link
Contributor

kminoda commented Jun 21, 2024

@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!

@vividf
Copy link
Contributor

vividf commented Aug 16, 2024

I'll close this PR for now, as it doesn't appear to be actively progressing.

@vividf vividf closed this Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) component:evaluator Evaluation tools for planning, localization etc. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) component:system System design and integration. (auto-assigned) component:vehicle Vehicle-specific implementations, drivers, packages. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.