From a0e4dec2c1ca9b528fed8def283337e8ad28cedb Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 15 Apr 2024 21:32:22 +0200 Subject: [PATCH] add more space --- TCPServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 1b012c1..8845f09 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -478,7 +478,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) { this->broadcastMessage(toSend); - double xPrime = arucoTag.pos().first[0] + 10/* - 5*/; + double xPrime = arucoTag.pos().first[0] + 25/* - 5*/; double yPrime = arucoTag.pos().first[1] - decalage; // calculate the angle to be in front of the tag