From d7880517e73de390c3f7f9d55fffbfcb1f601595 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Fri, 10 May 2024 03:11:26 +0200 Subject: [PATCH] speed --- TCPServer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index c250b2e..7e38c15 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -1558,6 +1558,8 @@ void TCPServer::go3Plants(const StratPattern sp) { this->baisserBras(); + this->setSpeed(170); + this->rotate(angle); if (awaitRobotIdle() < 0) return; @@ -1566,7 +1568,7 @@ void TCPServer::go3Plants(const StratPattern sp) { this->transit(plantPosition[0]-(400*direction), plantPosition[1], 150); if (awaitRobotIdle() < 0) return; - this->setSpeed(165); + this->setSpeed(170); this->rotate(angle); if (awaitRobotIdle() < 0) return;