Skip to content

Commit

Permalink
feat: add pull over to autoware_state_panel of rviz (#6540)
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <[email protected]>
  • Loading branch information
TetsuKawa authored Mar 5, 2024
1 parent eea40ae commit 7ef61a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,11 @@ void AutowareStatePanel::onMRMState(const MRMState::ConstSharedPtr msg)
style_sheet = "background-color: #00FF00;"; // green
break;

case MRMState::PULL_OVER:
text = "PULL_OVER";
style_sheet = "background-color: #FFFF00;"; // yellow
break;

case MRMState::COMFORTABLE_STOP:
text = "COMFORTABLE_STOP";
style_sheet = "background-color: #FFFF00;"; // yellow
Expand Down

0 comments on commit 7ef61a9

Please sign in to comment.