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

fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected #402

Merged
merged 2 commits into from
May 1, 2023

Conversation

soblin
Copy link

@soblin soblin commented May 1, 2023

Description

停止してからパラメーターで指定される時間だけ厳密に停止するように修正

Same as
autowarefoundation#3528
autowarefoundation#3539

Related links

Tests performed

Notes for reviewers

Interface changes

Effects on system behavior

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

soblin added 2 commits May 1, 2023 13:22
…op line when occlusion is detected (autowarefoundation#3528)

* a bit refactored

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* start waiting at the first stop line when isVehicleStopped()

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* start waiting when vehicle is stopped when near the stop line

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* merge autowarefoundation#3529

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* always set RTC distance to default stop line/occlusion stop line

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* initialize RTC status as non occluded at intersection module construction

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* removed debug print

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* keep waiting at 1st stop lineif externally occlusion is requested

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
@shmpwk shmpwk changed the title fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected autowarefoundation#3528 May 1, 2023
@shmpwk shmpwk changed the title fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected autowarefoundation#3528 fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected (autowarefoundation#3528) May 1, 2023
@shmpwk shmpwk changed the title fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected (autowarefoundation#3528) fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected (#3528) May 1, 2023
@shmpwk shmpwk changed the title fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected (#3528) fix(behavior_velocity_planner::intersection): strictly wait at 1st stop line when occlusion is detected May 1, 2023
@shmpwk
Copy link
Collaborator

shmpwk commented May 1, 2023

(色々いじってしまいましたが無視してもらって大丈夫です。Create merge commitでmergeしたいと思います。)

@shmpwk shmpwk merged commit 0e5f645 into beta/v0.8.0 May 1, 2023
@shmpwk shmpwk deleted the hotfix/pr3539 branch May 1, 2023 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants