mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-19 17:07:37 +01:00
angle
This commit is contained in:
@@ -480,16 +480,16 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) {
|
||||
|
||||
switch (pince) {
|
||||
case 0:
|
||||
decalage = -60;
|
||||
rotate = 0.3;
|
||||
decalage = -30;
|
||||
rotate = 0.15;
|
||||
break;
|
||||
case 1:
|
||||
decalage = 0;
|
||||
rotate = 0;
|
||||
break;
|
||||
case 2:
|
||||
decalage = 60;
|
||||
rotate = -0.3;
|
||||
decalage = 30;
|
||||
rotate = -0.15;
|
||||
break;
|
||||
default:
|
||||
decalage = 0;
|
||||
|
||||
Reference in New Issue
Block a user