Constructor and Description |
---|
BNOGyro(boolean asVector) |
Modifier and Type | Method and Description |
---|---|
double |
getForPID()
Gets the value being used for PID.
|
double |
getHeading() |
double |
getPitch() |
double |
getRoll() |
boolean |
isCalibrated() |
boolean |
isPresent() |
void |
reset()
Resets this PIDSource.
|
void |
rezero() |
void |
setZero(double newZero) |
void |
shiftZero(double zero) |
public boolean isPresent()
public boolean isCalibrated()
public void rezero()
public void setZero(double newZero)
public void shiftZero(double zero)
public double getHeading()
public double getRoll()
public double getPitch()
public double getForPID()
PIDSource