File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,11 @@ void HardwareInterface::extractRobotStatus()
674674 robot_status_resource_.in_motion = TriState::UNKNOWN;
675675
676676 if (safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_PROTECTIVE_STOPPED)] ||
677- safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_EMERGENCY_STOPPED)])
677+ safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_ROBOT_EMERGENCY_STOPPED)] ||
678+ safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_EMERGENCY_STOPPED)] ||
679+ safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_VIOLATION)] ||
680+ safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_FAULT)] ||
681+ safety_status_bits_[toUnderlying (UrRtdeSafetyStatusBits::IS_STOPPED_DUE_TO_SAFETY)])
678682 {
679683 robot_status_resource_.in_error = TriState::TRUE ;
680684 }
You can’t perform that action at this time.
0 commit comments