public class DifferentialKinematic extends KinematicModel
Constructor and Description |
---|
DifferentialKinematic(double wheelsDistance) |
Modifier and Type | Method and Description |
---|---|
double |
getLeftVelocity() |
double |
getRightVelocity() |
void |
setLeftVelocity(double vel) |
void |
setRightVelocity(double vel) |
void |
setWheelsVelocity(double vl,
double vr) |