transit mode

This commit is contained in:
ackimixs
2024-04-17 20:26:13 +02:00
parent 23f6f253b0
commit 737c4ef458

View File

@@ -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);