diff --git a/TCPServer.cpp b/TCPServer.cpp index 8c84292..e30dc39 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -311,7 +311,7 @@ void TCPServer::startGame() { } void TCPServer::goToAruco(const ArucoTagPos &arucoTagPos, const int pince) { - this->broadcastMessage("strat;aruco;speed;100\n"); + this->broadcastMessage("strat;aduino;speed;100\n"); float decalage; if (pince < 0 || pince > 2) { return; @@ -354,5 +354,5 @@ void TCPServer::goToAruco(const ArucoTagPos &arucoTagPos, const int pince) { this->broadcastMessage(toSend); this->broadcastMessage("strat;servo_moteur;lever bras;1\n"); havePot[pince] = true; - this->broadcastMessage("strat;aruco;speed;200\n"); + this->broadcastMessage("strat;aduino;speed;200\n"); }