From 06a54c413a01447d6dd43d96ea36d4bfa1465264 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 11 Apr 2024 13:10:09 +0200 Subject: [PATCH] sleep --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index fdeab05..bd2fa00 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -324,7 +324,7 @@ void TCPServer::startGame() { std::cout << "Position " << this->robotPose.pos.x << " " << this->robotPose.pos.y << " " << this->robotPose.theta << std::endl; this->broadcastMessage("strat;arduino;go;500,500\n"); - usleep(2'000'000); + usleep(6'000'000); std::cout << "I'm on spawn point" << std::endl; // -pi/2 this->broadcastMessage("strat;arduino;angle;-157");