Skip to content

Commit 5260775

Browse files
authored
feat: comment off mrm in manual
1 parent 2df52bb commit 5260775

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

system/system_error_monitor/src/system_error_monitor_core.cpp

+7-7
Original file line numberDiff line numberDiff line change
@@ -704,13 +704,13 @@ bool AutowareErrorMonitor::isEmergencyHoldingRequired() const
704704
}
705705

706706
// Don't hold status during manual driving
707-
const bool is_manual_driving =
708-
(control_mode_->mode == autoware_auto_vehicle_msgs::msg::ControlModeReport::MANUAL);
709-
const auto no_hold_condition =
710-
(!params_.use_emergency_hold_in_manual_driving && is_manual_driving);
711-
if (no_hold_condition) {
712-
return false;
713-
}
707+
// const bool is_manual_driving =
708+
// (control_mode_->mode == autoware_auto_vehicle_msgs::msg::ControlModeReport::MANUAL);
709+
// const auto no_hold_condition =
710+
// (!params_.use_emergency_hold_in_manual_driving && is_manual_driving);
711+
// if (no_hold_condition) {
712+
// return false;
713+
// }
714714

715715
return true;
716716
}

0 commit comments

Comments
 (0)