forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
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(intersection): fix collision check bag #1601
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
…owarefoundation#5910) Signed-off-by: Mamoru Sobue <[email protected]>
…5972) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…usion detection and 1st/2nd attention lane (autowarefoundation#6047) Signed-off-by: Mamoru Sobue <[email protected]>
…ation (autowarefoundation#6036) * feat(behavior_velocity): add the option to keep the last valid observation Signed-off-by: Mamoru Sobue <[email protected]> * keep_last_observation is false by default and intersection/traffic_light is explicily true Signed-off-by: Mamoru Sobue <[email protected]> * for intersection Signed-off-by: Mamoru Sobue <[email protected]> --------- Signed-off-by: Mamoru Sobue <[email protected]>
…utowarefoundation#6134) Signed-off-by: Mamoru Sobue <[email protected]>
…tuation to blame past detection fault retrospectively (autowarefoundation#6143) Signed-off-by: Mamoru Sobue <[email protected]>
…cclusion detection (autowarefoundation#6207) Signed-off-by: Mamoru Sobue <[email protected]>
… occlusion detection is OFF (autowarefoundation#6279) Signed-off-by: Mamoru Sobue <[email protected]>
…ation#6286) Signed-off-by: Mamoru Sobue <[email protected]>
…ion#6315) Signed-off-by: Mamoru Sobue <[email protected]>
… class tag for occlusion (autowarefoundation#6299) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…refoundation#6829) Signed-off-by: Mamoru Sobue <[email protected]>
soblin
force-pushed
the
feat/intersection-RT33897-2
branch
from
October 23, 2024 11:21
a3d7b92
to
0697fa6
Compare
soblin
force-pushed
the
feat/intersection-RT33897-2
branch
2 times, most recently
from
October 23, 2024 11:43
8875171
to
49a9e5e
Compare
Signed-off-by: Mamoru Sobue <[email protected]>
soblin
force-pushed
the
feat/intersection-RT33897-2
branch
from
October 23, 2024 11:44
49a9e5e
to
3eb2992
Compare
soblin
changed the title
Feat/intersection rt33897 2
feat/(ntersection): fix collision check bag
Oct 23, 2024
Quality Gate passedIssues Measures |
soblin
changed the title
feat/(ntersection): fix collision check bag
feat/(intersection): fix collision check bag
Oct 23, 2024
soblin
requested review from
satoshi-ota,
shmpwk,
tkimura4,
rej55,
isamu-takagi,
kosuke55,
kyoichi-sugahara,
mkuri,
maxime-clem,
taikitanaka3,
takayuki5168 and
TomohitoAndo
as code owners
October 23, 2024 12:33
soblin
changed the title
feat/(intersection): fix collision check bag
feat(intersection): fix collision check bag
Oct 31, 2024
takayuki5168
approved these changes
Oct 31, 2024
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
https://tier4.atlassian.net/browse/RT0-33897 の修正
PR一覧
機能
520dbf6 feat(intersection_occlusion)!: react RTC disapproval and stop even if occlusion detection is OFF (autowarefoundation#6279)
0101c92 fix(intersection): judge pass judge at intersection without tl with occlusion detection (autowarefoundation#6207)
ca832ea feat(behavior_velocity): add the option to keep the last valid observation (autowarefoundation#6036)
6135260 feat(intersection): more precise pass judge handling considering occlusion detection and 1st/2nd attention lane (autowarefoundation#6047)
1a0ea9a feat(intersection): distinguish 1st/2nd attention lanelet (autowarefoundation#6042)
61ef0ea fix(intersection): fix private condition (autowarefoundation#5975)
1700169 feat(intersection): disable stuck detection against private lane (autowarefoundation#5910)
バグ修正
8c0e3b1 feat(intersection): resurrect debug ego-object ttc visualizer (autowarefoundation#6829)
1715510 fix(intersection): fix possible invalid access (autowarefoundation#6542)
8c57547 fix(intersection): fix stopline midpoint calculation (autowarefoundation#6315)
d6700a4 fix(merge_from_private): fix stop position calculation (autowarefoundation#6286)
f074475 fix(intersection): fix bugs (autowarefoundation#6050)
リファクター
[[ f7dd320 chore(intersection): add const to member functions, replace enum with class tag for occlusion (autowarefoundation#6299) ]]
[[ 39b94c495f3 feat(intersection): publish and visualize the reason for dangerous situation to blame past detection fault retrospectively (autowarefoundation#6143) ]]
[[ 76845bb refactor(intersection): divide source files and modifyPathVelocity (autowarefoundation#6134) ]]
[[ 2842e8e refactor(intersection): cleanup utility function (autowarefoundation#5972) ]]
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.