core
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
com.acmerobotics.roadrunner.control
/
SwerveModuleIncrements
Swerve
Module
Increments
data
class
SwerveModuleIncrements
<
Param
>
(
val
wheelDelta
:
DualNum
<
Param
>
,
val
angle
:
Double
)
Parameters
wheel
Delta
change in wheel position
angle
absolute angle
Members
Constructors
Swerve
Module
Increments
Link copied to clipboard
constructor
(
wheelDelta
:
Double
,
angle
:
Double
)
constructor
(
wheelDelta
:
DualNum
<
Param
>
,
angle
:
Double
)
Properties
angle
Link copied to clipboard
@
JvmField
val
angle
:
Double
wheel
Delta
Link copied to clipboard
@
JvmField
val
wheelDelta
:
DualNum
<
Param
>