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: add rtc manager rviz plugin #1936

Merged

Conversation

taikitanaka3
Copy link
Contributor

@taikitanaka3 taikitanaka3 commented Sep 22, 2022

Signed-off-by: tanaka3 ttatcoder@outlook.jp

Description

add rtc rviz plugin
image

TODO in another PR

  • make rtc rosbag debugger
  • approve button for oncoming rtc status

Related links

Tier4 INTERNAL LINK

Tests performed

By Psim
this PR needs up to this commit
tier4/tier4_autoware_msgs@8b85e6e
so v0.32.0 xx1 old version is not compatible right now.

Notes for reviewers

add new panel ->

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.

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Base: 10.27% // Head: 10.25% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (fbf410b) compared to base (88f1dfd).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1936      +/-   ##
==========================================
- Coverage   10.27%   10.25%   -0.03%     
==========================================
  Files        1154     1156       +2     
  Lines       82071    82240     +169     
  Branches    19102    19102              
==========================================
  Hits         8436     8436              
- Misses      64492    64661     +169     
  Partials     9143     9143              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 10.26% <ø> (ø) Carriedforward from 25fa82f

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
.../rtc_manager_rviz_plugin/src/rtc_manager_panel.cpp 0.00% <0.00%> (ø)
.../rtc_manager_rviz_plugin/src/rtc_manager_panel.hpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@taikitanaka3 taikitanaka3 marked this pull request as ready for review September 22, 2022 09:44
Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution.
I wrote some comments. Could you check them?

@taikitanaka3 taikitanaka3 enabled auto-merge (squash) September 27, 2022 03:09
@shmpwk
Copy link
Contributor

shmpwk commented Sep 27, 2022

@taikitanaka3
Can auto mode and manual mode get only one side? not both state.
Screencast from 2022年09月27日 15時56分59秒.webm

@taikitanaka3
Copy link
Contributor Author

@shmpwk
OK I fixed
image

@shmpwk
Copy link
Contributor

shmpwk commented Sep 27, 2022

@taikitanaka3
Is this behavior expected? Maybe not this plugin problem but the lane change problem?
Screencast from 2022年09月27日 16時31分20秒.webm

@taikitanaka3
Copy link
Contributor Author

@shmpwk
this is not related to rtc this is lanechange module behavior and as expected for current implemenation

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
@shmpwk shmpwk force-pushed the feat/add_rtc_manager_rviz_plugin branch from f24bce5 to 25fa82f Compare September 27, 2022 08:14
@mitsudome-r mitsudome-r self-requested a review September 27, 2022 08:25
@mitsudome-r
Copy link
Member

Could you update Readme so that people other than TIER IV can use this tool as well?

@shmpwk
Copy link
Contributor

shmpwk commented Sep 27, 2022

This behavior I mentioned #1936 (comment) was improved with the latest Autoware, so there seems no problem 🙇
Screencast from 2022年09月27日 18時48分39秒.webm

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
@taikitanaka3
Copy link
Contributor Author

@mitsudome-r
OK but this panel is still developing , when everything is merged I will make documents

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

LGTM

@taikitanaka3 taikitanaka3 merged commit c6e0554 into autowarefoundation:main Sep 29, 2022
@taikitanaka3 taikitanaka3 deleted the feat/add_rtc_manager_rviz_plugin branch September 29, 2022 02:55
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Sep 29, 2022
* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 3, 2022
* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 3, 2022
* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3 added a commit to tier4/autoware.universe that referenced this pull request Oct 6, 2022
* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
taikitanaka3 added a commit to tier4/autoware.universe that referenced this pull request Oct 7, 2022
* feat: add rtc  manager rviz plugin (autowarefoundation#1936)

* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat(rtc_manager_rviz_plugin): down grade to v0.5.2

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 19, 2022
* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
satoshi-ota pushed a commit to satoshi-ota/autoware.universe that referenced this pull request Oct 28, 2022
…oundation#144)

* feat: add rtc  manager rviz plugin (autowarefoundation#1936)

* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat(rtc_manager_rviz_plugin): down grade to v0.5.2

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
satoshi-ota pushed a commit to satoshi-ota/autoware.universe that referenced this pull request Jan 16, 2023
…oundation#144)

* feat: add rtc  manager rviz plugin (autowarefoundation#1936)

* feat: add rtc  manager rviz plugin

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: cosmetic change

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: remove indent

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: add rtc safe unsafe color

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* fix: typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* chore: simplify layout

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat: update rtc panel

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

* feat(rtc_manager_rviz_plugin): down grade to v0.5.2

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants