-
Notifications
You must be signed in to change notification settings - Fork 679
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(autoware_probabilistic_occupancy_grid_map): improved data handling on the ogm #10060
base: main
Are you sure you want to change the base?
Conversation
…ated pointcloud the processing time decreases from 8ms to 4ms Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
The increase in time was product of the following PR: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10060 +/- ##
==========================================
- Coverage 29.21% 29.04% -0.17%
==========================================
Files 1439 1441 +2
Lines 108115 108169 +54
Branches 42638 42618 -20
==========================================
- Hits 31588 31421 -167
- Misses 73485 73708 +223
+ Partials 3042 3040 -2
*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.
Please attach how you tested, thanks !
Description
Through a better use of the data and streams, this PR decreases the processing time from 8ms to 4ms when using the full concatenated pointcloud
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.