testing rotation

This commit is contained in:
ishak jmilou.ishak
2024-10-07 10:33:21 +02:00
parent a7e4bbbb46
commit 4fddaae186

View File

@@ -702,7 +702,7 @@ void CKobuki::doRotation(long double th)
long double w = th; // desired value in radians long double w = th; // desired value in radians
long double Kp = PI; long double Kp = PI;
long double e = 0; long double e = 0;
int thresh = PI /2; int thresh = PI / 2;
theta = 0; theta = 0;
x = 0; x = 0;