social_learning.SpinningAgent.getRotationAndVelocity C# (CSharp) 메소드

getRotationAndVelocity() 보호된 메소드

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
리턴 float[]
        protected override float[] getRotationAndVelocity(double[] sensors)
        {
            return new float[] { 15, -5 };
        }
        public override void Reset()