Cqqq
C C C C C C C C
This commit is contained in:
parent
5e58bfd2f9
commit
a0bcd18711
@ -51,7 +51,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
float speed = y * th;
|
float speed = y * th;
|
||||||
float rot = -x * th; // do some math here to smooth out turning?
|
float rot = x * th; // do some math here to smooth out turning?
|
||||||
|
|
||||||
dt1->ArcadeDrive(speed, rot, false);
|
dt1->ArcadeDrive(speed, rot, false);
|
||||||
dt2->ArcadeDrive(speed, rot, false);
|
dt2->ArcadeDrive(speed, rot, false);
|
||||||
|
Reference in New Issue
Block a user