We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea40ae commit 7ef61a9Copy full SHA for 7ef61a9
common/tier4_state_rviz_plugin/src/autoware_state_panel.cpp
@@ -502,6 +502,11 @@ void AutowareStatePanel::onMRMState(const MRMState::ConstSharedPtr msg)
502
style_sheet = "background-color: #00FF00;"; // green
503
break;
504
505
+ case MRMState::PULL_OVER:
506
+ text = "PULL_OVER";
507
+ style_sheet = "background-color: #FFFF00;"; // yellow
508
+ break;
509
+
510
case MRMState::COMFORTABLE_STOP:
511
text = "COMFORTABLE_STOP";
512
style_sheet = "background-color: #FFFF00;"; // yellow
0 commit comments