core
Toggle table of contents
0.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
com.acmerobotics.roadrunner.control
/
SwerveKinematics
/
SwerveWheelIncrements
Swerve
Wheel
Increments
data
class
SwerveWheelIncrements
<
Param
>
(
val
deltas
:
List
<
SwerveModuleIncrements
<
Param
>
>
)
:
WheelIncrements
<
Param
>
Members
Constructors
Swerve
Wheel
Increments
Link copied to clipboard
constructor
(
deltas
:
List
<
SwerveModuleIncrements
<
Param
>
>
)
Properties
deltas
Link copied to clipboard
@
JvmField
val
deltas
:
List
<
SwerveModuleIncrements
<
Param
>
>