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

feat(autoware_probabilistic_occupancy_grid_map): disabled the subsample filters for the ogm #1319

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

knzo25
Copy link
Contributor

@knzo25 knzo25 commented Jan 30, 2025

Description

Since the introduction of
autowarefoundation/autoware.universe#9542
The OGM creation is faster, making the subsample filters (which were added to reduce the processing time of the OGM) less relevant.

How was this PR tested?

Run autoware with a few rosbags to evaluate the processing times with and without this PR

The subsample filters presented the following processing times:

  • obstacle: 2-5ms
  • raw: around 10ms

Processing time of the OGM:

  • with subsample filters: 3.7ms
  • without subsample filters: 8ms

Note: of the 8ms, 6.4ms are just to copy the data to the device ! If inputs use the blackboard (soon to be introduced), this copy will not be needed.

Notes for reviewers

None.

Effects on system behavior

None.

@knzo25 knzo25 self-assigned this Jan 30, 2025
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants