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

refactor(behavior_path_planner): use run() base class function #5104

Conversation

kyoichi-sugahara
Copy link
Contributor

Description

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.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 25, 2023
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Sep 26, 2023
@github-actions github-actions bot removed the component:common Common packages from the autoware-common repository. (auto-assigned) label Sep 26, 2023
start pose candidates.

Signed-off-by: kyoichi-sugahara <[email protected]>
StartPlannerModule

Signed-off-by: kyoichi-sugahara <[email protected]>
planner module

Signed-off-by: kyoichi-sugahara <[email protected]>
objects in pull out lanes.

Signed-off-by: kyoichi-sugahara <[email protected]>
…lannerModule

The method "calcStartPoseCandidatesBackwardPath" has been renamed to "calcBackwardPathFromStartPose" to better reflect its purpose. The method now calculates the backward path by shifting the original start pose coordinates to align with the pull out lanes. The stop objects in the pull out lanes are filtered by velocity, using the new "filterStopObjectsInPullOutLanes" method. Additionally, the redundant "isOverlappedWithLane" method has been removed.

Signed-off-by: kyoichi-sugahara <[email protected]>
behavior

Signed-off-by: kyoichi-sugahara <[email protected]>
from start pose for pull out start pose search

Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
when enough time has passed

Signed-off-by: kyoichi-sugahara <[email protected]>
kyoichi-sugahara and others added 6 commits November 10, 2023 17:48
…start_planner_module.cpp

Co-authored-by: Kosuke Takeuchi <[email protected]>
…start_planner_module.cpp

Co-authored-by: Kosuke Takeuchi <[email protected]>
…start_planner_module.cpp

Co-authored-by: Kosuke Takeuchi <[email protected]>
StartPlannerModule

Signed-off-by: kyoichi-sugahara <[email protected]>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Nov 10, 2023
StartPlannerModule

Signed-off-by: kyoichi-sugahara <[email protected]>
StartPlannerModule::updateData()

Signed-off-by: kyoichi-sugahara <[email protected]>
@github-actions github-actions bot removed the type:documentation Creating or refining documentation. (auto-assigned) label Nov 10, 2023
struct and update status accordingly

Signed-off-by: kyoichi-sugahara <[email protected]>
StartPlannerModule::updatePullOutStatus() function

Signed-off-by: kyoichi-sugahara <[email protected]>
status logging

Signed-off-by: kyoichi-sugahara <[email protected]>
refactor state
transition logic in StartPlannerModule

Signed-off-by: kyoichi-sugahara <[email protected]>
transition logic in StartPlannerModule

Signed-off-by: kyoichi-sugahara <[email protected]>
driving completion

Signed-off-by: kyoichi-sugahara <[email protected]>
…_run_base_class_function

Signed-off-by: kyoichi-sugahara <[email protected]>
StartPlannerModule.cpp

Signed-off-by: kyoichi-sugahara <[email protected]>
start_planner_module.hpp

Signed-off-by: kyoichi-sugahara <[email protected]>
Copy link

stale bot commented Jan 15, 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 Jan 15, 2024
@kyoichi-sugahara kyoichi-sugahara deleted the refactor/use_run_base_class_function branch July 22, 2024 02:26
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) status:stale Inactive or outdated issues. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants