Skip to content

fix(autoware_probabilistic_occupancy_grid_map): skipped first iteration #10558

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

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

Conversation

knzo25
Copy link
Contributor

@knzo25 knzo25 commented Apr 25, 2025

Description

The first iteration was printing errors due to the delta poses between the null pose and the first pose being to big.
However, for the first iteration, the update routine is not needed (the map is empty), so I just skipped it

Related links

Parent Issue:

  • Link

How was this PR tested?

Tested that the error disappeared with this PR

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

…the delta between poses is too high). However, the first iteration of the update routine is actually not needed in the first iteration, so I skipped it

Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@knzo25 knzo25 self-assigned this Apr 25, 2025
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Apr 25, 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.

make sense, LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

2 participants