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(lidar_centerpoint): rework parameters #7204

Closed

Conversation

tby-udel
Copy link
Contributor

Description

Implement the ROS Node configuration layout for the lidar_centerpoint package.

Remove the default value from the source code in order to ensure all parameter values are passed from the parameter files.
Use types that match the ones returned from declare_parameter() in order to prevent confusion and potential coding errors.
Move the default parameter file to a standardized location. Use the JSON Schema for that.

Tests performed

Built and launched

Notes for reviewers
I was using autoware's docker with Nvidia to build and do the test, and pulled the docker tagged: ghcr.io/autowarefoundation/autoware-universe:latest-cuda. However, after I successfully made changes, built and launched the docker's lidar_centerpoint code, I found that the code is very different from the current autoware.universe repository, so I re-changed the code in the current autoware.universe and built and tested.

Effects on system behavior

None

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

☑ I've confirmed the contribution guidelines.
☑ The PR follows the pull request guidelines.

In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.

The PR follows the pull request guidelines.
The PR has been properly tested.
The PR has been reviewed by the code owners.
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.
The PR is ready for merge.
After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) labels May 31, 2024
@kminoda
Copy link
Contributor

kminoda commented Jun 3, 2024

@tby-udel Thank you for your contribution.
Please follow this contribution guideline first: https://autowarefoundation.github.io/autoware-documentation/main/contributing/pull-request-guidelines/#pull-request-rules (e.g. PR title)

@tby-udel tby-udel changed the title Lidar_centerpoint OpenAD kit modified refactor(lidar_centerpoint): rework parameters Jun 3, 2024
Copy link
Contributor

@knzo25 knzo25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tby-udel
Thank you for your contribution.
As it is now, the package does not comply fully with the schema.
For example, in addition to the changes to the README.md (the old tables should be deleted), some schemas are missing - some parameters are not covered (see the yaml files).
Could you address this points in the PR 🙏 ?

@tby-udel tby-udel requested a review from knzo25 June 4, 2024 18:49
@knzo25
Copy link
Contributor

knzo25 commented Jun 5, 2024

@tby-udel
Thanks for handling the changes. However, it seems that one of the schema files does not have the schema.json file extension and that the CI/CD is failing for the schemas. Could you take a look at it ? 🙏

@tby-udel
Copy link
Contributor Author

tby-udel commented Jun 5, 2024 via email

@knzo25
Copy link
Contributor

knzo25 commented Jun 10, 2024

@tby-udel
It seems it is still failing 😢

@knzo25
Copy link
Contributor

knzo25 commented Jul 1, 2024

Closing in favor of #7421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants