mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-21 23:20:33 +01:00
pince
This commit is contained in:
@@ -502,7 +502,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) {
|
||||
|
||||
this->broadcastMessage(toSend);
|
||||
|
||||
double xPrime = arucoTag.pos().first[0] + 40/* - 5*/;
|
||||
double xPrime = arucoTag.pos().first[0] + 30/* - 5*/ + (decalage * 0.2);
|
||||
double yPrime = arucoTag.pos().first[1] - decalage;
|
||||
|
||||
double thetaPrime = std::atan2(yPrime, xPrime);
|
||||
|
||||
Reference in New Issue
Block a user