Defines the behavior of a velocity motor that works on one degree of freedom. Used when the MotorSettings' motorType is set to velocityMotor.
Inheritance: VelocityMotorSettings
Exemplo n.º 1
0
 internal MotorSettings1D(Motor motor)
     : base(motor)
 {
     servo         = new ServoSettings1D(this);
     velocityMotor = new VelocityMotorSettings1D(this);
 }
Exemplo n.º 2
0
 internal MotorSettings1D(Motor motor)
     : base(motor)
 {
     servo = new ServoSettings1D(this);
     velocityMotor = new VelocityMotorSettings1D(this);
 }