mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-20 01:45:50 +01:00
angle
This commit is contained in:
@@ -480,7 +480,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) {
|
||||
|
||||
switch (pince) {
|
||||
case 0:
|
||||
decalage = 60;
|
||||
decalage = 80;
|
||||
rotate = -0.6;
|
||||
break;
|
||||
case 1:
|
||||
@@ -488,7 +488,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) {
|
||||
rotate = 0;
|
||||
break;
|
||||
case 2:
|
||||
decalage = -60;
|
||||
decalage = -80;
|
||||
rotate = 0.6;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user