Open isamu-takagi opened 1 month ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
@isamu-takagi -san, thanks for the consideration.
Could you also rename the panel to operation_mode_debug_panel
to avoid confusion?
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 :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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:
is_mode_*_available
is false.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.