-
public abstract class HardwareMapAccessorBase<TMotor>
-
-
Method Summary
Modifier and Type Method Description abstract TMotor
getAndConfigureMotor(MotorParams motorParams)
abstract TMotor
getMotor(MotorParams motorParams)
-
-
Method Detail
-
getAndConfigureMotor
abstract TMotor getAndConfigureMotor(MotorParams motorParams)
-
getMotor
abstract TMotor getMotor(MotorParams motorParams)
-
-
-
-