public interface FourWheelMovement extends CommandCenter
This interface assumes there are 4 wheels on the bot in a cart configuration. In other words there is a front left, front right, back left, and back right wheel.
Modifier and Type | Method and Description |
---|---|
boolean |
setWheelPower(double fl,
double fr,
double bl,
double br)
Sets the wheel power for all four wheels.
|
sendKV
boolean setWheelPower(double fl, double fr, double bl, double br)
fl
- power to set the front left wheelfr
- power to set the front right wheelbl
- power to set the back left wheelbr
- power to set the back right wheel