DriveModel

open class DriveModel

Drive model parameters for inches per tick and track width configuration.

Author

Lucas Bubner, 2024

Since

6.0.0

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Builder
Builder class to assist in creating a DriveModel.

Properties

Link copied to clipboard
open var inPerTick: Double
The ratio of inches per encoder tick for the drive.
Link copied to clipboard
The ratio of inches per encoder tick for lateral movement.
Link copied to clipboard
The track width in encoder ticks.

Functions

Link copied to clipboard
open fun toString(): String