-
Notifications
You must be signed in to change notification settings - Fork 690
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(goal_planner): prioritize goals before objects to avoid #5137
Conversation
a863a00
to
d8e27da
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5137 +/- ##
==========================================
- Coverage 14.87% 14.86% -0.01%
==========================================
Files 1627 1627
Lines 112557 112632 +75
Branches 34744 34784 +40
==========================================
+ Hits 16743 16744 +1
- Misses 77064 77133 +69
- Partials 18750 18755 +5
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
d8e27da
to
4d67fdf
Compare
#5137 (comment) |
60ad986
to
e2612f8
Compare
Signed-off-by: kosuke55 <[email protected]> sort path priority Signed-off-by: kosuke55 <[email protected]> update docs Signed-off-by: kosuke55 <[email protected]> typo Signed-off-by: kosuke55 <[email protected]>
e2612f8
to
8e85385
Compare
void update(GoalCandidates & goal_candidates) const override; | ||
|
||
private: | ||
void countObjectsToAvoid( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[NITS] countObjectsToPass
is more intuitive for me.
smart! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
launch change is not necessary?
@kyoichi-sugahara |
…efoundation#5137) sort path priority update docs typo Signed-off-by: kosuke55 <[email protected]>
Description
prioritize goals before objects to avoid.
gray numbers are the number of objects to avoid
object not to avoid
object to avoid
goal_search_avoidance_objects-2023-09-26_16.12.00.mp4
Related links
none
Tests performed
psim
2023/09/27 https://evaluation.tier4.jp/evaluation/reports/d7c68b5d-3232-5881-8f18-71c2203f11b3/?project_id=prd_jt
Notes for reviewers
Interface changes
none
Effects on system behavior
none
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.