forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
…oware.universe into feat/pseudo-occulusion
yuki-takagi-66
changed the title
Feat/pseudo occulusion
feat(obstacle_cruise): pseudo occlusion
Apr 16, 2024
yuki-takagi-66
requested review from
kosuke55,
satoshi-ota,
takayuki5168,
rej55,
kyoichi-sugahara,
mkuri,
soblin,
shmpwk,
taikitanaka3,
TakaHoribe,
TomohitoAndo,
tkimura4 and
zulfaqar-azmi-t4
as code owners
April 16, 2024 06:38
Signed-off-by: Yuki Takagi <[email protected]>
mkuri
approved these changes
May 10, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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両方が働く
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.
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.