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

feat(behavior_velocity_planner): hold stop margin distance in stop line module #1648

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Aug 22, 2022

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.

  • 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.

@taikitanaka3
Copy link
Contributor

LGTM(this will not affect duplicate route process)

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #1648 (0527bba) into main (38a3c60) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            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     
Flag Coverage Δ *Carryforward flag
differential 4.57% <0.00%> (?)
total 10.27% <0.00%> (ø) Carriedforward from 38a3c60

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...ocity_planner/src/scene_module/stop_line/debug.cpp 0.00% <0.00%> (ø)
...ity_planner/src/scene_module/stop_line/manager.cpp 0.00% <0.00%> (ø)
...ocity_planner/src/scene_module/stop_line/scene.cpp 0.00% <0.00%> (ø)
...y_planner/include/utilization/trajectory_utils.hpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@taikitanaka3 taikitanaka3 left a 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>
@satoshi-ota satoshi-ota force-pushed the feat/hold-stop-margin-stop-line branch from f9f9102 to 822f366 Compare August 31, 2022 00:58
@satoshi-ota
Copy link
Contributor Author

Resolve conflicts.

… length calculation

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@satoshi-ota satoshi-ota merged commit 5808c3f into autowarefoundation:main Aug 31, 2022
@satoshi-ota satoshi-ota deleted the feat/hold-stop-margin-stop-line branch August 31, 2022 04:26
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
…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>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…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>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
…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>
yukke42 pushed a commit to tzhong518/autoware.universe that referenced this pull request Oct 14, 2022
…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>
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
…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>
yn-mrse referenced this pull request in tier4/autoware.universe Jun 22, 2023
…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>
yn-mrse referenced this pull request in tier4/autoware.universe Jun 23, 2023
#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants