drop white flower

This commit is contained in:
ackimixs
2024-05-03 12:51:24 +02:00
parent b5a1dca2fd
commit 8047d89424

View File

@@ -1047,6 +1047,8 @@ void TCPServer::dropWhiteFlowers(StratPattern sp) {
awaitRobotIdle();
this->go(180, 1000);
awaitRobotIdle();
this->go(220, 650);
awaitRobotIdle();
whiteDropSetup = std::array{300, 612};
whiteDropPosition = std::array{0, 612};
@@ -1062,6 +1064,8 @@ void TCPServer::dropWhiteFlowers(StratPattern sp) {
awaitRobotIdle();
this->go(2800, 800);
awaitRobotIdle();
this->go(1780, 650);
awaitRobotIdle();
whiteDropSetup = std::array{1700, 612};
whiteDropPosition = std::array{0, 612};