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

perf(detection_area): point and polygon inclusion check by minimum enclosing circle (autowarefoundation#2846) #812

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

TomohitoAndo
Copy link

@TomohitoAndo TomohitoAndo commented Sep 8, 2023

Description

cherry pick the performance improvement of detection_area module.

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

…closing circle (autowarefoundation#2846)

* perf(detection_area): point and polygon inclusion check by minimum enclosing circle

Signed-off-by: veqcc <[email protected]>

* style(pre-commit): autofix

* Update planning/behavior_velocity_planner/src/scene_module/detection_area/scene.cpp

Co-authored-by: taikitanaka3 <[email protected]>

* style(pre-commit): autofix

* Update planning/behavior_velocity_planner/src/scene_module/detection_area/scene.cpp

* Update planning/behavior_velocity_planner/src/scene_module/detection_area/scene.cpp

Co-authored-by: taikitanaka3 <[email protected]>

* Update planning/behavior_velocity_planner/src/scene_module/detection_area/scene.cpp

Co-authored-by: taikitanaka3 <[email protected]>

* Update planning/behavior_velocity_planner/src/scene_module/detection_area/scene.cpp

* Update planning/behavior_velocity_planner/src/scene_module/detection_area/scene.cpp

* style(pre-commit): autofix

* style(pre-commit): autofix

---------

Signed-off-by: veqcc <[email protected]>
Co-authored-by: veqcc <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: taikitanaka3 <[email protected]>
@TomohitoAndo TomohitoAndo changed the title perf(detection_area): point and polygon inclusion check by minimum en… perf(detection_area): point and polygon inclusion check by minimum enclosing circle (autowarefoundation#2846) Sep 8, 2023
@TomohitoAndo TomohitoAndo requested a review from 0x126 September 8, 2023 09:33
@TomohitoAndo TomohitoAndo enabled auto-merge (squash) September 13, 2023 02:27
@TomohitoAndo TomohitoAndo merged commit b9c63c7 into beta/v0.6.0 Sep 13, 2023
7 of 9 checks passed
@TomohitoAndo TomohitoAndo deleted the cherry-pick-detection-area-improvement branch September 13, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants