Exemplo n.º 1
0
 public PIDQuaternion()
 {
     roll  = new PID();
     pitch = new PID();
     yaw   = new PID();
 }