Wrapped Motor
class WrappedMotor(motor: MotorController, val encoder: Encoder, val getDutyCycle: DoubleSupplier? = null, val appliedOutput: DoubleSupplier? = null, val busVoltage: DoubleSupplier? = null, val outputCurrent: DoubleSupplier? = null) : MotorController
Our own wrapper grouping the motor controller and encoder for a motor
Constructors
Link copied to clipboard
constructor(motor: MotorController, encoder: Encoder, getDutyCycle: DoubleSupplier? = null, appliedOutput: DoubleSupplier? = null, busVoltage: DoubleSupplier? = null, outputCurrent: DoubleSupplier? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The last set voltage for this motor (through setVoltage or set)
Link copied to clipboard