This commit is contained in:
ackimixs
2024-05-08 22:28:47 +02:00
parent 92dee387f5
commit 5bfda393a5

View File

@@ -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")
{