mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-03-22 15:40:37 +01:00
aruco things
This commit is contained in:
@@ -474,7 +474,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) {
|
||||
switch (pince) {
|
||||
case 0:
|
||||
decalage = 80;
|
||||
rotate = -0.2;
|
||||
rotate = -0.1;
|
||||
break;
|
||||
case 1:
|
||||
decalage = 0;
|
||||
@@ -482,7 +482,7 @@ void TCPServer::goToAruco(const ArucoTag &arucoTag, const int pince) {
|
||||
break;
|
||||
case 2:
|
||||
decalage = -80;
|
||||
rotate = 0.2;
|
||||
rotate = 0.1;
|
||||
break;
|
||||
default:
|
||||
decalage = 0;
|
||||
|
||||
Reference in New Issue
Block a user