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(start_planner): shift path points to keep distance from left boundary #7228

Conversation

kyoichi-sugahara
Copy link
Contributor

Description

offset is calculated from start pose to center parh and applied to center path.
In this case, the back pose canditate can be out of lane with lane witdh changing.

image
pink rectangle is the backed path caclulated internally.

improvement

Calculate the offset and shift each path point to maintain a constant distance from the left boundary.
image

Tests performed

Effects on system behavior

Not applicable.

Interface changes

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.

@kyoichi-sugahara kyoichi-sugahara force-pushed the feat/apply_offset_align_with_left_border branch 2 times, most recently from 9df4e1f to 89a17c8 Compare June 3, 2024 03:11
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 3, 2024
@kyoichi-sugahara kyoichi-sugahara force-pushed the feat/apply_offset_align_with_left_border branch from 89a17c8 to bae131b Compare June 7, 2024 08:44
@kyoichi-sugahara kyoichi-sugahara force-pushed the feat/apply_offset_align_with_left_border branch from bae131b to 3f88e10 Compare June 7, 2024 11:57
Copy link

stale bot commented Aug 6, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Aug 6, 2024
@mitsudome-r
Copy link
Member

@kyoichi-sugahara Do you still need this modification?

@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Dec 17, 2024
@kyoichi-sugahara
Copy link
Contributor Author

@mitsudome-r
Yes but further modification is necesary do I will close this pr for now and reopen once it's ready to merge.

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
None yet
Development

Successfully merging this pull request may close these issues.

3 participants