-
Notifications
You must be signed in to change notification settings - Fork 682
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
feat(occupancy_grid_map_outlier_filter): add time_keeper #8597
feat(occupancy_grid_map_outlier_filter): add time_keeper #8597
Conversation
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Most of the processing time is from the rest. For example
|
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
I added more timekeepers to make the processing time clearer (with less the output will be like:
The time consuming
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8597 +/- ##
==========================================
- Coverage 24.12% 24.12% -0.01%
==========================================
Files 1400 1400
Lines 102260 102300 +40
Branches 38752 38767 +15
==========================================
Hits 24675 24675
- Misses 75053 75093 +40
Partials 2532 2532
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...on/autoware_occupancy_grid_map_outlier_filter/src/occupancy_grid_map_outlier_filter_node.cpp
Show resolved
Hide resolved
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
I found some error setting the scopes, and updated the code. The main spent time on the process is publishing the point clouds.
|
#6745 has been merged. |
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
@technolojin I added the parameter in |
...on/autoware_occupancy_grid_map_outlier_filter/src/occupancy_grid_map_outlier_filter_node.cpp
Outdated
Show resolved
Hide resolved
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 (with minor comment)
Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com>
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
…ndation#8597) * add time_keeper Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * add option for time keeper Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * add scope and timekeeper Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * remove and add scope and timekeeper Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * remove duplicated Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * add timekeeper option Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> * fix comment Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> --------- Signed-off-by: a-maumau <maumaumaumaumaumaumaumaumaumau@gmail.com> Signed-off-by: emuemuJP <k.matsumoto.0807@gmail.com>
Description
This PR will add time keeper feature to
occupancy_grid_map_outlier_filter
.Since it get launched fromground_segmentation.launch.py
, the parameter is currently directly written in it.Need to be merged with autowarefoundation/autoware_launch#1147 to launch in autoware.
Sample output from autoware_debug_tools (updated from original comment)
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.