Skip to content

Commit

Permalink
set default value to NO_FAULT
Browse files Browse the repository at this point in the history
Signed-off-by: Owen-Liuyuxuan <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Oct 12, 2023
1 parent 4cfc4f4 commit 22e5966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void MrmSummaryOverlayDisplay::update(float wall_dt, float ros_dt)
// MRM summary
std::vector<std::string> mrm_comfortable_stop_summary_list = {};
std::vector<std::string> mrm_emergency_stop_summary_list = {};
int hazard_level = 0;
int hazard_level = autoware_auto_system_msgs::msg::HazardStatus::NO_FAULT;
{
std::lock_guard<std::mutex> message_lock(mutex_);
if (last_msg_ptr_) {
Expand Down

0 comments on commit 22e5966

Please sign in to comment.