-
Notifications
You must be signed in to change notification settings - Fork 665
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(probabilistic_occupancy_grid_map): rework parameters #7339
refactor(probabilistic_occupancy_grid_map): rework parameters #7339
Conversation
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.
LGTM
@tby-udel Thanks for the PR. However, the PR seems to be failing in the CI for DCO check. When you push commits, could you push with signed-off commits? For example by running the following command: |
11bebcd
to
4b9c4a3
Compare
Thank you for the reminder, I have pushed the signed off commit. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7339 +/- ##
=======================================
Coverage 28.94% 28.94%
=======================================
Files 1600 1600
Lines 117215 117183 -32
Branches 50291 50269 -22
=======================================
- Hits 33930 33921 -9
+ Misses 74125 74103 -22
+ Partials 9160 9159 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
"properties": { | ||
"ros__parameters": { |
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.
The CI is complaining about the syntax in this file.
I think the properties should start with /**
as required field, but it is now starting with ros__parameters
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
The required changes have been made. |
Signed-off-by: Boyang <tby@udel.edu>
Signed-off-by: Boyang <tby@udel.edu>
08c77ca
to
96ff2bb
Compare
…refoundation#7339) * refactor(probabilistic_occupancy_grid_map): rework parameters Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix * Solved the CI's complainment Signed-off-by: Boyang <tby@udel.edu> --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…refoundation#7339) * refactor(probabilistic_occupancy_grid_map): rework parameters Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix * Solved the CI's complainment Signed-off-by: Boyang <tby@udel.edu> --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…refoundation#7339) * refactor(probabilistic_occupancy_grid_map): rework parameters Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix * Solved the CI's complainment Signed-off-by: Boyang <tby@udel.edu> --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: chtseng <chtseng@itri.org.tw>
…refoundation#7339) * refactor(probabilistic_occupancy_grid_map): rework parameters Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix * Solved the CI's complainment Signed-off-by: Boyang <tby@udel.edu> --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the
probabilistic_occupancy_grid_map
package.Tests performed
Package built and launched locally.
Notes for reviewers
Nothing inside the src code part was changed, only taking the parameters out.
Interface changes
Parameter values are now required to be passed to the node when launched.
Effects on system behavior
None
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.