public abstract class ExtendedFourWheelMovement extends java.lang.Object implements FourWheelMovement
Power is the power that will be supplied to all the wheels to achieve this command. It should be a number that is between 0 and 100
Constructor and Description |
---|
ExtendedFourWheelMovement() |
Modifier and Type | Method and Description |
---|---|
void |
backward(double power) |
void |
clockwise(double power) |
void |
counterClockwise(double power) |
void |
forward(double power) |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setWheelPower
sendKV