From 5b28181e73bc1ba14c5c11e339cc9567f6fd133b Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 7 May 2024 21:40:41 +0200 Subject: [PATCH] pos --- TCPServer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index a79fb5f..2aae114 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1584,12 +1584,12 @@ void TCPServer::removePot(StratPattern sp) { this->setMaxSpeed(); if (team == BLUE) { if (sp == REMOVE_POT_J2) { - this->transit(220, 1100, 150); + this->transit(230, 1100, 150); awaitRobotIdle(); this->setMaxSpeed(); - this->go(185, 900); + this->go(190, 900); awaitRobotIdle(); - this->go(185, 400); + this->go(180, 400); awaitRobotIdle(); this->go(230, 650); awaitRobotIdle();