why that don't work

This commit is contained in:
ackimixs
2024-05-11 10:33:39 +02:00
parent 5dd7360983
commit f1365a2af4

View File

@@ -1470,6 +1470,11 @@ void TCPServer::dropBaseFlowers(StratPattern sp) {
this->rotate(angleStart);
if (awaitRobotIdle() < 0) return;
this->transit(dropPosition, 170);
if (awaitRobotIdle() < 0) return;
this->setMaxSpeed();
this->go(dropPosition);
if (awaitRobotIdle() < 0) return;