Enum ADIS16470_IMU.IMUAxis

java.lang.Object
java.lang.Enum<ADIS16470_IMU.IMUAxis>
edu.wpi.first.wpilibj.ADIS16470_IMU.IMUAxis
All Implemented Interfaces:
Serializable, Comparable<ADIS16470_IMU.IMUAxis>, Constable
Enclosing class:
ADIS16470_IMU

public static enum ADIS16470_IMU.IMUAxis
extends Enum<ADIS16470_IMU.IMUAxis>
IMU axes.

kX, kY, and kZ refer to the IMU's X, Y, and Z axes respectively. kYaw, kPitch, and kRoll are configured by the user to refer to an X, Y, or Z axis.