Commit 5260775 1 parent 2df52bb commit 5260775 Copy full SHA for 5260775
File tree 1 file changed +7
-7
lines changed
system/system_error_monitor/src
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -704,13 +704,13 @@ bool AutowareErrorMonitor::isEmergencyHoldingRequired() const
704
704
}
705
705
706
706
// 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
+ // }
714
714
715
715
return true ;
716
716
}
You can’t perform that action at this time.
0 commit comments