-
Notifications
You must be signed in to change notification settings - Fork 667
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(obstacle_stop_planner): prevent from obstacle hunting #1458
feat(obstacle_stop_planner): prevent from obstacle hunting #1458
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1458 +/- ##
==========================================
- Coverage 10.30% 10.25% -0.05%
==========================================
Files 1128 1128
Lines 72707 73047 +340
Branches 17929 17929
==========================================
Hits 7489 7489
- Misses 57449 57789 +340
Partials 7769 7769
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
94cbe4e
to
759aa41
Compare
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
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…oundation#1458) * feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): prevent from obstacle hunting Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * docs(obstacle_stop_planner): add common parameter description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(obstacle_stop_planner): fix bug Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp>
* Adapted from PR #1458 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * Adapted from PR #1627 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * fix parameter name Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * Adapted from PR autowarefoundation#2647 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * ci(pre-commit): autofix * fix build error * ci(pre-commit): autofix * remove comment line * remove logic * Delete parameters other than those added this time * ci(pre-commit): autofix * add stop vehicle check * ci(pre-commit): autofix * fix stop velocity threshold * fix engage obstacle clear and stop threshold * ci(pre-commit): autofix --------- Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…cherry-pick-avoidance perf(static_obstacle_avoidance): improve logic to reduce computational cost (autowarefoundation#8432)
Signed-off-by: satoshi-ota satoshi.ota928@gmail.com
Description
In this PR, I fixed stop (slowdown) judge logic in order to prevent from judgement hunting.
hunting_threshold
(default: 0.5[s])hunting_threshold
seconds.test perform (
hunting_threshold
= 2.0 [s])simplescreenrecorder-2022-07-29_07.36.01.mp4
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.