Package trclib.drivebase
Class TrcDriveBase.Odometry
java.lang.Object
trclib.drivebase.TrcDriveBase.Odometry
- Enclosing class:
- TrcDriveBase
This class implements the drive base odometry. It consists of the position as well as velocity info in all
three degrees of movement (x, y, angle).
-
Field Details
-
position
-
velocity
-
-
Constructor Details
-
Odometry
public Odometry()Constructor: Create an instance of the object. -
Odometry
Constructor: Create an instance of the object.- Parameters:
position
- specifies the initial position.velocity
- specifies the initial velocity.
-
-
Method Details