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(obstacle_cruise): pseudo occlusion #1258

Merged
merged 10 commits into from
May 10, 2024

Conversation

yuki-takagi-66
Copy link

@yuki-takagi-66 yuki-takagi-66 commented Apr 16, 2024

Description

塩尻Lv4向けの疑似死角検知機能 awfにはマージしない
https://tier4.atlassian.net/browse/RT0-30841
通常のobstacle_cruiseとは別にslow_downのみ有効にしたobstacle_cruiseを起動している
Screencast from 04-16-2024 02:32:48 PM.webm

挙動としては、
自車の経路から1.5m以内にいるオブジェクトに対して、
速度が一定以上(仮パラメータでは1m/s以上)なら無視
そうでない場合は、自車の経路の左右どちらにいるかを判断し、
左にいたら減速する
右にいたら、オブジェクトが指定交差点とかぶっている場合のみ減速する

副作用として、経路上に静止物体がいる場合はstopとslow_down両方が働く
image

Related links

launch: https://github.com/tier4/autoware_launch.x2/pull/628

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.

Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
@yuki-takagi-66 yuki-takagi-66 changed the title Feat/pseudo occulusion feat(obstacle_cruise): pseudo occlusion Apr 16, 2024
@yuki-takagi-66 yuki-takagi-66 marked this pull request as ready for review April 16, 2024 06:38
Copy link

@mkuri mkuri left a comment

Choose a reason for hiding this comment

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

以下を確認しました。
・左側の車両に対して減速すること
・右側の車両に対して減速しないこと
・指定した交差点の右側の車両に対して減速すること
image

また本機能による負荷に問題ないことを確認しました。

@yuki-takagi-66 yuki-takagi-66 merged commit cb38bda into beta/v0.19.1 May 10, 2024
12 of 13 checks passed
@yuki-takagi-66 yuki-takagi-66 deleted the feat/pseudo-occulusion branch May 10, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants