Package trclib.drivebase
Class TrcDriveBase.MotorsState
java.lang.Object
trclib.drivebase.TrcDriveBase.MotorsState
- Enclosing class:
- TrcDriveBase
This class stores the states of all motors of the drivebase. This is used for calculating the drive base
odometry.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) TrcOdometrySensor.Odometry[]
(package private) TrcOdometrySensor.Odometry[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prevMotorOdometries
TrcOdometrySensor.Odometry[] prevMotorOdometries -
currMotorOdometries
TrcOdometrySensor.Odometry[] currMotorOdometries
-
-
Constructor Details
-
MotorsState
protected MotorsState()
-
-
Method Details