去除多余注释代码

This commit is contained in:
lxbpxylps@126.com 2021-03-10 23:43:54 +08:00
parent 562d317b13
commit 0e3a5104d2

View File

@ -347,9 +347,6 @@ void loop()
//停止前进
move.Stop();
delay(RELEASE_STOP_DELAY_TIME);
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//route[4][2] = CATCH_POINT;
}
//情况四:刚完整经过释放点(使用机械臂)或增益抓取点,下一个点为普通点
else if ((passed_flag_type == RELEASE_POINT || passed_flag_type == GAIN_POINT) && next_flag_type == NORMAL_POINT)