Class SwerveSuggestedRotation
java.lang.Object
xbot.common.subsystems.drive.swerve.SwerveSuggestedRotation
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Used for SwerveDriveRotationAdvisor to pass back values in one of two ways: DesiredHeading (The heading you want to be at) HeadingPower (The power of which you should be rotating) -
Constructor Summary
ConstructorDescriptionSwerveSuggestedRotation
(double value, SwerveSuggestedRotation.RotationGoalType type) -
Method Summary
-
Field Details
-
value
public double valueUsed for SwerveDriveRotationAdvisor to pass back values in one of two ways: DesiredHeading (The heading you want to be at) HeadingPower (The power of which you should be rotating) -
type
-
-
Constructor Details
-
SwerveSuggestedRotation
-
SwerveSuggestedRotation
public SwerveSuggestedRotation()
-