From f176249605bef60d9f769b467ef65eac11ada52e Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 7 May 2024 21:34:04 +0200 Subject: [PATCH] pos --- TCPServer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 5c96354..a79fb5f 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(230, 1100, 150); + this->transit(220, 1100, 150); awaitRobotIdle(); this->setMaxSpeed(); - this->go(190, 900); + this->go(185, 900); awaitRobotIdle(); - this->go(190, 400); + this->go(185, 400); awaitRobotIdle(); this->go(230, 650); awaitRobotIdle();