Class SwerveState
java.lang.Object
me.wobblyyyy.pathfinder.kinematics.ModuleState
me.wobblyyyy.pathfinder.kinematics.SwerveState
public class SwerveState extends ModuleState
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SwerveState(double power, Angle turnAngle) -
Method Summary
Modifier and Type Method Description doublegetDegrees()doublegetRadians()AnglegetTurnAngle()Methods inherited from class me.wobblyyyy.pathfinder.kinematics.ModuleState
getPower, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
turnAngle
-
-
Constructor Details
-
SwerveState
-
-
Method Details
-
getTurnAngle
-
getDegrees
public double getDegrees() -
getRadians
public double getRadians()
-