mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-20 14:40:42 +01:00
add 10 to x value
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user