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

fix(static_obstacle_avoidance): target object sorting #8545

Merged

Conversation

go-sakayori
Copy link
Contributor

Description

The targets object was not added to the member variable registered_objects_, so the envelope polygon for the target object was updated with a single shot polygon. This PR will fix the above problem by adding the target objects into registered_objects_ appropriately.

Related links

None

How was this PR tested?

TIER IV internal test

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Aug 21, 2024
Copy link

github-actions bot commented Aug 21, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@go-sakayori go-sakayori changed the title fix(static_obstacle_avoidance): Target object sorting fix(static_obstacle_avoidance): target object sorting Aug 21, 2024
Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
Copy link
Contributor

@satoshi-ota satoshi-ota left a comment

Choose a reason for hiding this comment

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

LGTM

@go-sakayori go-sakayori added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.88%. Comparing base (df530c2) to head (3ff4408).
Report is 13 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8545   +/-   ##
=======================================
  Coverage   23.88%   23.88%           
=======================================
  Files        1381     1382    +1     
  Lines      101993   102008   +15     
  Branches    38852    38853    +1     
=======================================
+ Hits        24357    24361    +4     
- Misses      75207    75219   +12     
+ Partials     2429     2428    -1     
Flag Coverage Δ *Carryforward flag
differential 20.11% <ø> (?)
total 23.88% <ø> (+<0.01%) ⬆️ Carriedforward from df530c2

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@go-sakayori go-sakayori merged commit f047525 into autowarefoundation:main Aug 21, 2024
38 of 39 checks passed
@go-sakayori go-sakayori deleted the fix/avoidance_target_object branch August 21, 2024 05:36
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
…tion#8545)

* fix compensateLostTargetObjects function

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>

* remove empty case

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>

---------

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
go-sakayori added a commit to tier4/autoware.universe that referenced this pull request Aug 28, 2024
…tion#8545)

* fix compensateLostTargetObjects function

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>

* remove empty case

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>

---------

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
shmpwk added a commit to tier4/autoware.universe that referenced this pull request Aug 29, 2024
go-sakayori added a commit to tier4/autoware.universe that referenced this pull request Sep 3, 2024
…tion#8545)

* fix compensateLostTargetObjects function

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>

* remove empty case

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>

---------

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
kotaro-hihara added a commit to tier4/autoware.universe that referenced this pull request Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants