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: operation mode debug panel #8933

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

isamu-takagi
Copy link
Contributor

@isamu-takagi isamu-takagi commented Sep 21, 2024

Description

The legacy state panel is used to debug the operation mode.
Since it would be confusing to have a panel with the same function, I extracted that part.
Also, since it will be used as a panel dedicated to debugging, the following changes have been made:

  • The mode change button can be used even if is_mode_*_available is false.
  • The mode change button can be used even if it is the same as the current mode.
  • Display raw value when unknown mode

Related links

How was this PR tested?

Run planning simulation and change to drive mode and stop mode.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Sep 21, 2024
Copy link

github-actions bot commented Sep 21, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@isamu-takagi isamu-takagi self-assigned this Sep 21, 2024
Signed-off-by: Takagi, Isamu <[email protected]>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Sep 22, 2024
Signed-off-by: Takagi, Isamu <[email protected]>
@xmfcx
Copy link
Contributor

xmfcx commented Sep 23, 2024

@isamu-takagi -san, thanks for the consideration.

Could you also rename the panel to operation_mode_debug_panel to avoid confusion?

@isamu-takagi isamu-takagi marked this pull request as ready for review September 24, 2024 05:00
@xmfcx xmfcx changed the title feat: operation mode panel feat: operation mode debug panel Sep 24, 2024
@xmfcx xmfcx added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 24, 2024
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 97 lines in your changes missing coverage. Please review.

Project coverage is 28.07%. Comparing base (c40efa2) to head (df1e2c1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...api_rviz_plugin/src/operation_mode_debug_panel.cpp 0.00% 97 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8933      +/-   ##
==========================================
- Coverage   28.10%   28.07%   -0.04%     
==========================================
  Files        1314     1317       +3     
  Lines       98279    98392     +113     
  Branches    39714    39718       +4     
==========================================
  Hits        27625    27625              
- Misses      70550    70663     +113     
  Partials      104      104              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 28.10% <ø> (ø) Carriedforward from c40efa2

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants