From 5bfda393a58376d60147e93bd450f07de85431e4 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 8 May 2024 22:28:47 +0200 Subject: [PATCH] team --- TCPServer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 10d90f5..50009e2 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -246,8 +246,6 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket) this->setPosition(this->initRobotPose); usleep(100'000); } - - this->broadcastMessage("strat;lidar;set team;" + std::to_string(this->team) + "\n"); } else if (tokens[1] == "strat" && tokens[2] == "start") {