MotorGroup
A class that runs multiple motors together as a unit.
Constructors
Constructs a motor group out of several motor groups.
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
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 distance that each motor in the group has travelled.
The distance velocity of each motor 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 currentPosition that each motor in the group has travelled.
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.
The velocity of each motor in the group.
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.
Resets the encoders of all the motors in the group.
Reverses the direction of the motor group.
Sets the distance per tick of all the motors in the group.
Sets the velocity/acceleration of all motors in distance units per second.
Sets the feedforward of all the motors in the group.
Sets the distance per tick of all the motors in the group.
Sets the velocity/accleration of all motors in encoder ticks per second.
Sets the distance per tick of all the motors in the group.
Sets the distance per tick of all the motors in the group.
Updates RunMode.RUN_USING_ENCODER. Running this method is not necessary for RunMode.RUN_WITHOUT_ENCODER.