mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-20 09:57:20 +01:00
add more space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user