MotorGroup
Constructors
Properties
The average currentPosition that all motors in the group have travelled.
Returns the previously set distance per tick. Note that this may not accurately reflect the actual distance per tick of all the motors, since they are independent of each other.
The average distance velocity of all motors in the group.
Returns the previously set feedforward. Note that this may not accurately reflect the actual feedforward of all the motors, since they are independent of each other.
The maximum distance velocity that all motors in the group can achieve.
Returns the previously set run mode. Note that this may not accurately reflect the actual run mode of all the motors, since they are independent of each other.
Returns the previously set PID coefficients. Note that this may not accurately reflect the actual coefficients of all the motors, since they are independent of each other.
Returns the previously set zero power behavior. Note that this may not accurately reflect the actual zero power behavior of all the motors, since they are independent of each other.
Functions
The distance that each motor in the group has travelled.
The distance velocity of each motor in the group.
The currentPosition that each motor in the group has travelled.
The velocity of each motor in the group.
Resets the encoders of all the motors in the group.
Reverses the direction of the motor group.
Sets the velocities/accelerations of each motor in encoder ticks per second.
Sets the velocity/acceleration of all motors in distance units per second.
Sets the velocities/accelerations of each motor in encoder ticks per second.
Sets the velocity/accleration of all motors in encoder ticks per second.
Updates RunMode.RUN_USING_ENCODER. Running this method is not necessary for RunMode.RUN_WITHOUT_ENCODER.