From 01ca2cf5a3b94f0c87196517e572dcb8423efd6d Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 10 May 2024 01:05:04 +0200 Subject: [PATCH] remove pot --- TCPServer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index d40f6e8..2530e0b 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1633,14 +1633,14 @@ void TCPServer::removePot(StratPattern sp) { } } else if (team == YELLOW) { if (sp == REMOVE_POT_J2) { - this->transit(2770, 1100, 150); + this->transit(2750, 1100, 150); awaitRobotIdle(); this->setMaxSpeed(); - this->go(2810, 900); + this->go(2790, 900); awaitRobotIdle(); - this->go(2810, 400); + this->go(2800, 400); awaitRobotIdle(); - this->go(2770, 650); + this->go(2750, 650); awaitRobotIdle(); } }