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 LinearAccelerationabstract LinearAccelerationabstract LinearAccelerationabstract Angleabstract Angleabstract Angleabstract AnglegetPitch()abstract AnglegetRoll()abstract Rotation2dabstract Rotation3dabstract Voltageabstract Temperatureabstract AnglegetYaw()abstract voidinitSendable(SendableBuilder builder) abstract booleanabstract voidreset()abstract voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-