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