Skip to content

Commit

Permalink
Use different icon for stopped case
Browse files Browse the repository at this point in the history
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
KhalilSelyan and xmfcx authored May 20, 2024
1 parent 59f9170 commit d89b431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ void AutowareStatePanel::onMotion(const MotionState::ConstSharedPtr msg)
break;

default:
state = None;
state = Danger;
bgColor = QColor("#84c2e6");
break;
}
Expand Down

0 comments on commit d89b431

Please sign in to comment.