From c65de383ffd7e95391c5db2730831d36725bc009 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 2 May 2024 14:19:20 +0200 Subject: [PATCH] bottom flower blue team --- TCPServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 21d7d47..afd7557 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -878,11 +878,11 @@ void TCPServer::findAndGoFlower(const StratPattern sp) { this->setSpeed(200); } else if (sp == TAKE_FLOWER_BOTTOM) { - this->go(1000, 1750); + this->go(1300, 350); awaitRobotIdle(); this->setSpeed(180); - this->rotate(PI/2); + this->rotate(0); awaitRobotIdle(); this->setSpeed(190); } else {