public class MustangCoprocessor.VisionValues
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
canSeeVisionTarget()
Returns true if a vision target is able to be located through camera
|
MustangCoprocessor.VisionValue_PIDSource |
getHAngle_PIDSource() |
double |
getHAngle()
Horizontal Angle to the located target in degrees.
|
double |
getTimeStamp()
Gets the time stamp of the last vision calculation off the pi.
|
MustangCoprocessor.VisionValue_PIDSource |
getVAngle_PIDSource() |
double |
getVAngle()
Vertical Angle to the located target in degrees.
|
public MustangCoprocessor.VisionValue_PIDSource getHAngle_PIDSource()
public MustangCoprocessor.VisionValue_PIDSource getVAngle_PIDSource()
public double getHAngle()
public double getVAngle()
public double getTimeStamp()
public boolean canSeeVisionTarget()