toggle menu
BunyipsLib
v7.1.0-master-e7fb45aa5
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
copy
To
Link copied to clipboard
open
fun
copyTo
(
@
NonNull
other
:
DriveModel
)
Copy the parameters of this drive model to another.
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String