toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.parameters
/
DriveModel
Drive
Model
open
class
DriveModel
Drive model parameters for inches per tick and track width configuration.
Author
Lucas Bubner, 2024
Since
6.0.0
Members
Constructors
Drive
Model
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
open
class
Builder
Builder class to assist in creating a DriveModel.
Properties
in
Per
Tick
Link copied to clipboard
open
var
inPerTick
:
Double
The ratio of inches per encoder tick for the drive.
lateral
In
Per
Tick
Link copied to clipboard
open
var
lateralInPerTick
:
Double
The ratio of inches per encoder tick for lateral movement.
track
Width
Ticks
Link copied to clipboard
open
var
trackWidthTicks
:
Double
The track width in encoder ticks.
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String