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: keep stopping in hold stop margin distance #595

Closed
wants to merge 12 commits into from

Conversation

yn-mrse
Copy link

@yn-mrse yn-mrse commented Jun 21, 2023

Description

障害物停止、Virtual Traffic Light、一時停止線などによる停車時において、
自己位置推定結果のぶれによる意図せぬ再発車が発生する問題があった。

これを改善するため、下記のPRを反映する。

本変更を取り込むにあたり、#614 もあわせて取り込む必要があった。
これは今回の目的とは違う範囲で車両挙動を変えるリスクのある変更であるため、このPRを適用する際には注意が必要である。
⇒ stoplineについて、autowarefoundation#1581 に関わる車両挙動が改善される。
  virtual_traffic_light, detection area, その他scene_moduleについては今回変更最小としたが、リグレッションのリスクはある。

Related links

TIER IV INTERNAL LINK / JIRA:AEAP-85

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.

yn-mrse and others added 3 commits June 21, 2023 13:31
#1100, #1126) (#592)

* feat(tier4_autoware_utils): add pose interpolation function (#1097)

Signed-off-by: yutaka <purewater0901@gmail.com>

* feat(tier4_autoware_utils): add new orientation calculation (#1126)

* feat(tier4_autoware_utils): add new orientation calculation

Signed-off-by: yutaka <purewater0901@gmail.com>

* fix format

* feat(tier4_autoware_utils): add point interpolation function (#1100)

---------

Signed-off-by: yutaka <purewater0901@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
…1434) (#210)

* feat(obstacle_stop_planner): add hold stop margin distance (#1434)

* feat(obstacle_stop_planner): add hold stop margin distance

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

* feat(obstacle_stop_planner): output distance info

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

* feat(obstacle_stop_planner): add param into config

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

* fix: replace motion_utils to tier4_autoware_utils

* ci(pre-commit): autofix

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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>
@yn-mrse yn-mrse marked this pull request as draft June 21, 2023 09:07
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2023

Codecov Report

❗ No coverage uploaded for pull request base (beta/v0.3.16@5a1be89). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@               Coverage Diff               @@
##             beta/v0.3.16     #595   +/-   ##
===============================================
  Coverage                ?   10.00%           
===============================================
  Files                   ?      427           
  Lines                   ?    35939           
  Branches                ?     8089           
===============================================
  Hits                    ?     3597           
  Misses                  ?    28893           
  Partials                ?     3449           
Flag Coverage Δ
differential 10.00% <0.00%> (?)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

yn-mrse and others added 9 commits June 22, 2023 15:21
* feat(tier4_autoware_utils): add geometry func from f321e40

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* ci(pre-commit): autofix

* feat: add is_driving_forward func

* feat: add include file tf2 utils

* feat: add include file math

* feat(tier4_autoware_utils): add path_with_lane_id_geometry.hpp

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* feat: add include path_with_lane_id_geometry.hpp

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

---------

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(tier4_autoware_utils): add trajectory func from 514fea4

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* feat: add path_with_lane_id.hpp from 7ef1bee

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* ci(pre-commit): autofix

* fix: replace motion_utils to tier4_autoware_utils

* fix: replace motion_utils to tier4_autoware_utils

* ci(pre-commit): autofix

* fix: replace motion_utils to tier4_autoware_utils

* feat: add include path_with_lane_id.hpp

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

---------

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(behavior_planner): replace get_point function

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* feat: remove get_pose from virtual_traffic_light module

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* feat: remove get_pose from occlusion_spot module

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

---------

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
#596)

* feat(behavior_velocity_planner): changeable maximum stop distance (#1380)

* fix(behavior_velocity_planner): changeable max stop distance

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

* fix(behavior_velocity_planner): use alias

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

* fix(behavior_velocity_planner): update default param

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

* fix(behavior_velocity_plannerl): rename param

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

* fix(behaivor_velocity_planner): fix current stop position

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

* ci(pre-commit): autofix

* fix: replace motion_utils to tier4_autoware_utils

* ci(pre-commit): autofix

* fix: remove set_distance func for rtc

* fix: remove conflicting declaration stop_point & stop_pose

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

---------

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: Yuma Nihei <yuma.nihei@tier4.jp>
#604)

* feat(behavior_velocity_planner): add hold stop margin distance in vtl module (#1454)

* feat(behavior_velocity_planner): add hold stop margin distance in vtl module

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

* fix(behavior_velocity_planner): change default value

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

* fix: replace motion_utils to tier4_autoware_utils

* ci(pre-commit): autofix

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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>
…609)

* feat: move alias polygons2d

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* feat: add alias same as #1383

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* fix: replace motion_utils to tier4_autoware_utils

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* ci(pre-commit): autofix

---------

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(tier4_autoware_utils): add trajectory funcs at 514fea4

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* fix: replace motion_utils to tier4_autoware_utils

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

* ci(pre-commit): autofix

---------

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.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>
@yn-mrse
Copy link
Author

yn-mrse commented Jun 27, 2023

必須となる変更である #614 をマージすることが困難であるため、本PRはCancelとします。

@yn-mrse yn-mrse closed this Jun 27, 2023
@yn-mrse yn-mrse deleted the feat/keep_stopping_dist/v0.3.16 branch June 27, 2023 07:15
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.

2 participants