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(behavior velocity planner, traffic light)!: conject with v2i msg #941
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
yuki-takagi-66
requested review from
satoshi-ota,
shmpwk,
tkimura4,
isamu-takagi,
kosuke55,
kyoichi-sugahara,
mkuri,
soblin,
maxime-clem,
taikitanaka3,
takayuki5168,
TomohitoAndo,
rej55,
TakaHoribe and
zulfaqar-azmi-t4
as code owners
October 13, 2023 10:42
yuki-takagi-66
changed the title
Feat/takagi add v2i conjection
feat(behavior velocity planner, traffic light)!: conject with v2i msg
Oct 13, 2023
rej55
reviewed
Oct 20, 2023
planning/behavior_velocity_traffic_light_module/config/traffic_light.param.yaml
Outdated
Show resolved
Hide resolved
planning/behavior_velocity_traffic_light_module/src/manager.cpp
Outdated
Show resolved
Hide resolved
takayuki5168
force-pushed
the
feat/takagi-add-v2i-conjection
branch
from
October 25, 2023 14:00
5196e2d
to
7dc326f
Compare
mkuri
reviewed
Oct 31, 2023
mkuri
reviewed
Oct 31, 2023
mkuri
approved these changes
Oct 31, 2023
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.
LGTM
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]>
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]>
fix spelling Co-authored-by: Fumiya Watanabe <[email protected]>
fix spelling Co-authored-by: Fumiya Watanabe <[email protected]>
missing "_" Co-authored-by: Fumiya Watanabe <[email protected]>
…_light.param.yaml missing "_" Co-authored-by: Fumiya Watanabe <[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]>
Signed-off-by: Yuki Takagi <[email protected]>
yuki-takagi-66
force-pushed
the
feat/takagi-add-v2i-conjection
branch
from
October 31, 2023 08:06
321ebdf
to
054bfa0
Compare
TomohitoAndo
pushed a commit
that referenced
this pull request
Feb 15, 2024
…#941) enabling GO/STOP decision by v2i rest time information --------- Signed-off-by: Yuki Takagi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <[email protected]> Signed-off-by: Tomohito Ando <[email protected]>
TomohitoAndo
added a commit
that referenced
this pull request
Feb 15, 2024
…#941) enabling GO/STOP decision by v2i rest time information --------- Signed-off-by: Yuki Takagi <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fumiya Watanabe <[email protected]> Signed-off-by: Tomohito Ando <[email protected]>
4 tasks
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://star4.slack.com/archives/C03QW0GU6P7/p1696387099920719
https://tier4.atlassian.net/browse/RT1-4088
jpn_signal_v2i_msgs/msg/TrafficLightInfo型の/v2i/external/v2i_traffic_light_infoを直読みして青信号の段階からGO/stop判断をする機能を実装した。
Related links
Tests performed
psimでテストした。
・信号が青の時も含めて概ね適切な停止判断が判断ができていること
・現在車速が低い場合のロジックが想定通りに動作していること
・駅ロータリーから市役所までの通行が行えること(試行回数1回)
を確認した。
2023年 10/26及び10/27に本機能を取り込んだ走行を塩尻で行い、大きな問題はなかった。
機能のv2iメッセージが提供されているか否か、新機能を有効にしているか否かの組み合わせに対してテストを行い、想定通りの動作をしていた。
Notes for reviewers
tier4リポジトリでの限定使用を想定した実装
Interface changes
This feature subscribes new parameters and new ros msg.
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.