Package xbot.common.controls.sensors
Class XCANImu
java.lang.Object
xbot.common.controls.sensors.XCANImu
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract LinearAcceleration
abstract LinearAcceleration
abstract LinearAcceleration
abstract Angle
abstract Angle
abstract Angle
abstract Angle
getPitch()
abstract Angle
getRoll()
abstract Rotation2d
abstract Rotation3d
abstract Voltage
abstract Temperature
abstract Angle
getYaw()
abstract void
initSendable
(SendableBuilder builder) abstract boolean
abstract void
reset()
abstract void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.AutoCloseable
close
-
Constructor Details
-
XCANImu
public XCANImu()
-
-
Method Details
-
reset
public abstract void reset() -
getRotation2d
-
getRotation3d
-
getAccelerationX
-
getAccelerationY
-
getYaw
-
getPitch
-
getRoll
-
isConnected
public abstract boolean isConnected() -
getAccelerationZ
-
getSupplyVoltage
-
setYaw
-
getTemperature
-
initSendable
-
getAccumGyroX
-
getAccumGyroY
-
getAccumGyroZ
-