This commit is contained in:
2025-07-17 23:10:22 +03:00
parent d8ed10b4be
commit 9061794bf1
3 changed files with 152 additions and 130 deletions

View File

@ -233,6 +233,9 @@ namespace DroneSimulator
return new Vector4(GetAngle(grav.Y, grav.X, grav.Z), GetAngle(-grav.X, grav.Y, grav.Z), yaw, grav.Z);
}
int TestGyr = 0;
int TestDir = 1;
public void Action(uint tick)
{
uint period = tick - Timer;