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(behavior velocity planner, traffic light)!: conject with v2i msg #941

Merged
merged 24 commits into from
Oct 31, 2023

Conversation

yuki-takagi-66
Copy link

@yuki-takagi-66 yuki-takagi-66 commented Oct 13, 2023

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.

  • 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.

@yuki-takagi-66 yuki-takagi-66 marked this pull request as ready for review October 13, 2023 10:42
@yuki-takagi-66 yuki-takagi-66 changed the title Feat/takagi add v2i conjection feat(behavior velocity planner, traffic light)!: conject with v2i msg Oct 13, 2023
@takayuki5168 takayuki5168 force-pushed the feat/takagi-add-v2i-conjection branch from 5196e2d to 7dc326f Compare October 25, 2023 14:00
@mkuri mkuri self-requested a review October 31, 2023 07:49
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.

LGTM

yuki-takagi-66 and others added 19 commits October 31, 2023 17:06
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[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 yuki-takagi-66 force-pushed the feat/takagi-add-v2i-conjection branch from 321ebdf to 054bfa0 Compare October 31, 2023 08:06
@yuki-takagi-66 yuki-takagi-66 merged commit b137419 into beta/v0.11.0 Oct 31, 2023
15 checks passed
@yuki-takagi-66 yuki-takagi-66 deleted the feat/takagi-add-v2i-conjection branch October 31, 2023 08:17
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]>
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.

3 participants