public static class PathFollower.PathFollowerOutput
Constructor and Description |
---|
PathFollowerOutput(double leftVelocity,
double rightVelocity) |
PathFollowerOutput() |
Modifier and Type | Method and Description |
---|---|
double |
component1()
target velocity of the right side of the drivetrain
|
double |
component2()
target velocity of the right side of the drivetrain
|
PathFollower.PathFollowerOutput |
copy(double leftVelocity,
double rightVelocity) |
boolean |
equals(java.lang.Object p) |
double |
getLeftVelocity()
target velocity of the right side of the drivetrain
|
double |
getRightVelocity()
target velocity of the right side of the drivetrain
|
int |
hashCode() |
java.lang.String |
toString() |
public PathFollowerOutput(double leftVelocity, double rightVelocity)
leftVelocity
- target velocity of the right side of the drivetrainrightVelocity
- target velocity of the right side of the drivetrainpublic PathFollowerOutput()
public double getLeftVelocity()
target velocity of the right side of the drivetrain
public double getRightVelocity()
target velocity of the right side of the drivetrain
public double component1()
target velocity of the right side of the drivetrain
public double component2()
target velocity of the right side of the drivetrain
public PathFollower.PathFollowerOutput copy(double leftVelocity, double rightVelocity)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)