-
Notifications
You must be signed in to change notification settings - Fork 689
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(elevation_map_loader): rework parameters #6678
base: main
Are you sure you want to change the base?
Conversation
@@ -1,30 +0,0 @@ | |||
pcl_grid_map_extraction: | |||
num_processing_threads: 12 |
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.
Why did you remove transform
and rotation
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.
Just added other parameters, please check out now
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.
Thank you for your PR!
Please add the detail of your local test.
- Your launch command
- Map file you used in test
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.
Did you executed both cases of use_sequential_load, one with True and the other with False?
Please add launch command, params you used and output in Test Performed section.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6678 +/- ##
==========================================
- Coverage 29.63% 29.62% -0.01%
==========================================
Files 1338 1338
Lines 103133 103142 +9
Branches 40171 40172 +1
==========================================
- Hits 30561 30557 -4
- Misses 69619 69632 +13
Partials 2953 2953
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Why did you remove the explanation of parameters from README? In my opinion, README of elevation_map_loader should include these parameters. Before your PR, all parameters are written. However, after your PR, GridMap parameters and Point Cloud Pre-processing Parameters are removed.
Before your PR
- GridMap parameters and Point Cloud Pre-processing Parameters are included in README.md
https://github.com/autowarefoundation/autoware.universe/tree/main/perception/elevation_map_loader
After your PR
- GridMap parameters and Point Cloud Pre-processing Parameters are removed from README.md
https://autowarefoundation.github.io/autoware.universe/pr-6678/perception/elevation_map_loader/
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.
Thank you so much for fixing PR!
After your PR, the range
column is added. Although all entries are currently listed as N/A, in reality, there should be a range set.
If you want to add the range
column, please ensure that appropriate ranges are set so that they are not listed as N/A.
This pull request has been automatically marked as stale because it has not had recent activity. |
I appreciate your efforts in this Pull Request. Could you let me know if there has been any progress on the range column? The Pull Request is being marked as stale. |
460afd4
to
4672ca6
Compare
Thanks for the heads-up ! Just updated the PR now with the current |
Thank you for your comment !! Could you please proceed as follows?
We thank you for your cooperation 👍 |
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.
@oguzkaganozt
This PR causes conflicts with main branch, Could you please resolve them?
4672ca6
to
d8369e4
Compare
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
@oguzkaganozt friendly ping
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.
@oguzkaganozt friendly ping
8499e25
to
9cdfd86
Compare
@oguzkaganozt friendly ping |
@oguzkaganozt friendly ping |
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.
friendly ping
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.
friendly ping
friendly ping |
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: Oguz Ozturk <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
Signed-off-by: oguzkaganozt <[email protected]>
…der_node.cpp Co-authored-by: Shintaro Tomie <[email protected]>
2a674bf
to
71907ae
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.
@oguzkaganozt
Can you solve the conflict about perception/autoware_elevation_map_loader/src/elevation_map_loader_node.cpp
?
@oguzkaganozt friendly ping. |
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the
elevation_map_loader
package.Tests performed
Package built and launched locally.
Effects on system behavior
More reliable and faster parameter configuration file creation.
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.