This commit is contained in:
ackimixs
2024-05-07 16:54:51 +02:00
parent 1c66ea928a
commit 0e8d8b98de

View File

@@ -1511,7 +1511,7 @@ void TCPServer::go3Plants(const StratPattern sp) {
this->setMaxSpeed();
this->transit(plantPosition[0]-500, plantPosition[1], 170);
this->transit(plantPosition[0]-600, plantPosition[1], 170);
// this->go(plantPosition[0]-500, plantPosition[1]);
awaitRobotIdle();
@@ -1522,7 +1522,7 @@ void TCPServer::go3Plants(const StratPattern sp) {
this->setMaxSpeed();
this->go(plantPosition[0]-300, plantPosition[1]);
this->go(plantPosition[0]-400, plantPosition[1]);
awaitRobotIdle();
this->setSpeed(150);