-
Notifications
You must be signed in to change notification settings - Fork 704
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(freespace_planning_algorithms): add is_back flag into the return of A* python wrapper #7831
feat(freespace_planning_algorithms): add is_back flag into the return of A* python wrapper #7831
Conversation
Signed-off-by: Takumi Ito <takumi.ito@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7831 +/- ##
==========================================
- Coverage 28.68% 28.66% -0.02%
==========================================
Files 1587 1593 +6
Lines 116304 116349 +45
Branches 49652 49653 +1
==========================================
Hits 33356 33356
- Misses 73892 73937 +45
Partials 9056 9056
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… of A* python wrapper (autowarefoundation#7831) add is_back flag to the return of getWaypoints Signed-off-by: Takumi Ito <takumi.ito@tier4.jp> Co-authored-by: Takumi Ito <takumi.ito@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
… of A* python wrapper (autowarefoundation#7831) add is_back flag to the return of getWaypoints Signed-off-by: Takumi Ito <takumi.ito@tier4.jp> Co-authored-by: Takumi Ito <takumi.ito@tier4.jp>
… of A* python wrapper (#7831) add is_back flag to the return of getWaypoints Signed-off-by: Takumi Ito <takumi.ito@tier4.jp> Co-authored-by: Takumi Ito <takumi.ito@tier4.jp>
… of A* python wrapper (autowarefoundation#7831) add is_back flag to the return of getWaypoints Signed-off-by: Takumi Ito <takumi.ito@tier4.jp> Co-authored-by: Takumi Ito <takumi.ito@tier4.jp>
Description
This is an updated version of the A* python wrapper
The previous version does not have is_back in the result return of A* search. I append it with this PR.
Related links
#6398
Evaluator: https://evaluation.tier4.jp/evaluation/reports/54647b99-62d4-5849-b6f8-d7d78de25c8c?project_id=prd_jt
Interface changes
ROS Topic Changes
N/A
ROS Parameter Changes
N/A
Effects on system behavior
This feature is independent of the main autoware features. There are no effects.
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.
After all checkboxes are checked, anyone who has write access can merge the PR.