diff --git a/TCPServer.cpp b/TCPServer.cpp index cbabf9b..27cd404 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -504,7 +504,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) { this->broadcastMessage(toSend); - double xPrime = arucoTag.pos().first[0]; + double xPrime = arucoTag.pos().first[0] + 20; double yPrime = arucoTag.pos().first[1] + decalage; xPrime *= 1.03;