Browse Source

update

master
zhaohe 2 years ago
parent
commit
a11c344248
  1. 1
      usrc/intelligent_winding_robot_ctrl.cpp

1
usrc/intelligent_winding_robot_ctrl.cpp

@ -748,7 +748,6 @@ int32_t IntelligentWindingRobotCtrl::step_winding() {
if (g_widthDetector.isFull()) { if (g_widthDetector.isFull()) {
break; break;
} }
if (g_widthDetector.distanceIsStopChange()) { if (g_widthDetector.distanceIsStopChange()) {
ZLOGW(TAG, "distanceIsStopChange......"); ZLOGW(TAG, "distanceIsStopChange......");
throw 0; throw 0;

Loading…
Cancel
Save