Class Position
- java.lang.Object
-
- io.github.frc5024.common_drive.queue.Position
-
@Deprecated(since="October 2020", forRemoval=true) public class Position extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.DriveTrain position data
-
-
Field Summary
Fields Modifier and Type Field Description doubleleftEncoderDeprecated, for removal: This API element is subject to removal in a future version.GearleftShifterDeprecated, for removal: This API element is subject to removal in a future version.doubleleftSpeedDeprecated, for removal: This API element is subject to removal in a future version.doublerightEncoderDeprecated, for removal: This API element is subject to removal in a future version.GearrightShifterDeprecated, for removal: This API element is subject to removal in a future version.doublerightSpeedDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description Position()Deprecated, for removal: This API element is subject to removal in a future version.Create a position of 0
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidzero()Deprecated, for removal: This API element is subject to removal in a future version.Reset this position to 0
-
-
-
Field Detail
-
leftEncoder
public double leftEncoder
Deprecated, for removal: This API element is subject to removal in a future version.
-
rightEncoder
public double rightEncoder
Deprecated, for removal: This API element is subject to removal in a future version.
-
leftSpeed
public double leftSpeed
Deprecated, for removal: This API element is subject to removal in a future version.
-
rightSpeed
public double rightSpeed
Deprecated, for removal: This API element is subject to removal in a future version.
-
leftShifter
public Gear leftShifter
Deprecated, for removal: This API element is subject to removal in a future version.
-
rightShifter
public Gear rightShifter
Deprecated, for removal: This API element is subject to removal in a future version.
-
-