This commit is contained in:
ackimixs
2024-05-04 12:07:42 +02:00
parent 586ad09dde
commit 820ea5ff96

View File

@@ -254,7 +254,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
this->setSpeed(200);
this->go(this->initRobotPose[0], this->initRobotPose[1]);
this->go(this->initRobotPose.pos.x, this->initRobotPose.pos.y);
switch (this->team) {
case BLUE: