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(autoware_behavior_path_planner_common): modify geometric parallel parking path planning #9622

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

Conversation

TakumIto
Copy link
Contributor

@TakumIto TakumIto commented Dec 11, 2024

Description

Modify the weird path generation of geometric parallel parking. The alpha calculation was wrong and must be computed according to forward or backward parking.
Moreover, this PR includes modification of a useless boundary check (check for the opposite side of the shoulder).

Before
Screenshot from 2024-12-11 12-46-34

After
Screenshot from 2024-12-11 12-47-40

Related links

Parent Issue:

  • N/A

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 11, 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)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

1 participant