BlindPowerMotor
class BlindPowerMotor(val motor: DcMotorEx, val power: Double, val subsystems: Set<Subsystem>) : Command
Deprecated
Deprecated in favor of controllables
Replace with
SetPower
Content copied to clipboard
Sets a motor to a specific power without any internal feedback
Parameters
motor
the motor to control
power
the power to set the motor to
subsystems
the subsystems this command interacts with (should be whatever subsystem holds this command)