-
Notifications
You must be signed in to change notification settings - Fork 650
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(behavior_velocity_planner): hold stop margin distance in stop line module #1648
feat(behavior_velocity_planner): hold stop margin distance in stop line module #1648
Conversation
LGTM(this will not affect duplicate route process) |
Codecov Report
@@ Coverage Diff @@
## main #1648 +/- ##
==========================================
- Coverage 10.28% 10.28% -0.01%
==========================================
Files 1205 1205
Lines 86829 86862 +33
Branches 20079 20104 +25
==========================================
Hits 8931 8931
- Misses 68602 68631 +29
- Partials 9296 9300 +4
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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
…ne module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
f9f9102
to
822f366
Compare
Resolve conflicts. |
planning/behavior_velocity_planner/src/scene_module/stop_line/scene.cpp
Outdated
Show resolved
Hide resolved
… length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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
…ne module (tier4#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ne module (tier4#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ne module (tier4#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ne module (autowarefoundation#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ne module (tier4#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ne module (#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
#612) * feat(behavior_velocity_planner): hold stop margin distance in stop line module (#1648) * feat(behavior_velocity_planner): hold stop margin distance in stop line module Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior_velocity_planner): remove redundant offset term from arc length calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: replace motion_utils to tier4_autoware_utils Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> * feat: revive stopline_module functions Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> * ci(pre-commit): autofix --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: satoshi-ota satoshi.ota928@gmail.com
Description
This PR is resubmission of #1433. (#1433 has been reverted in #1645)
Please see #1433 description.
test perform (
stop_duration_sec
= 5.0[s],hold_stop_margin_distance
= 2.0[m])simplescreenrecorder-2022-08-22_17.08.35.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.