public abstract class MotorConnection extends Connection
Constructor and Description |
---|
MotorConnection() |
Modifier and Type | Method and Description |
---|---|
abstract void |
setMotorPower(double fl,
double fr,
double bl,
double br)
Sets the motor power for each wheel of the motor connection.
|
connectionActive, destroy
public abstract void setMotorPower(double fl, double fr, double bl, double br)
fl
- Front-left powerfr
- Front-right powerbl
- Back-left powerbr
- Back-right power