From 8ea8014b48c3e8c7a87c2a2dea81152d1e29ea62 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 3 May 2024 09:36:50 +0200 Subject: [PATCH] sleep --- TCPServer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 2a1d1b1..b6c4859 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1062,7 +1062,6 @@ void TCPServer::dropWhiteFlowers(StratPattern sp) { this->go(whiteDropSetup); awaitRobotIdle(); - this->setSpeed(130); this->rotate(angle); awaitRobotIdle(); @@ -1070,8 +1069,10 @@ void TCPServer::dropWhiteFlowers(StratPattern sp) { this->leverBras(); usleep(500'000); + this->setSpeed(130); + this->go(whiteDropPosition); - usleep(4'000'000); + usleep(7'000'000); for (int i = 0; i < 3; i++) { if (pinceState[i] == WHITE_FLOWER) {