Beispiel #1
0
        public void SetAll()
        {
            Yaw_KP.Set();
            Yaw_KI.Set();
            Yaw_KD.Set();

            Pitch_KP.Set();
            Pitch_KI.Set();
            Pitch_KD.Set();

            Roll_KP.Set();
            Roll_KI.Set();
            Roll_KD.Set();
        }