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();