修正错误

This commit is contained in:
lxbpxylps@126.com 2021-02-18 21:37:56 +08:00
parent d69e6198cc
commit e1dd5db1ab

View File

@ -600,6 +600,13 @@ bool CatchAndCheck(float speed)
//打开爪子
if(!OpenClawAndCheck()) //未能打开爪子
return false;
//更新时间
begin_time = millis();
//执行抓取动作
servo.Catch(speed);
catch_times++;
}
}