From beb561b563475ddfe1618f600a1bf555e8ef6891 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 2 May 2024 15:02:25 +0200 Subject: [PATCH] bottom flower blue team --- TCPServer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 0dd9e18..07e7ca1 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(350, 1300); + this->go(1000, 1790); awaitRobotIdle(); this->setSpeed(180); - this->rotate(0); + this->rotate(PI/2); awaitRobotIdle(); this->setSpeed(190); } else { @@ -899,7 +899,7 @@ void TCPServer::findAndGoFlower(const StratPattern sp) { this->setSpeed(200); } else if (sp == TAKE_FLOWER_BOTTOM) { - this->go(2000, 1750); + this->go(2000, 1790); awaitRobotIdle(); this->setSpeed(180);