core
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
com.acmerobotics.roadrunner.control
/
SwerveKinematics
/
SwerveWheelVelocities
Swerve
Wheel
Velocities
data
class
SwerveWheelVelocities
<
Param
>
(
val
states
:
List
<
SwerveModuleState
<
Param
>
>
)
:
WheelVelocities
<
Param
>
Members
Constructors
Swerve
Wheel
Velocities
Link copied to clipboard
constructor
(
states
:
List
<
SwerveModuleState
<
Param
>
>
)
Properties
states
Link copied to clipboard
@
JvmField
val
states
:
List
<
SwerveModuleState
<
Param
>
>
Functions
all
Link copied to clipboard
open
override
fun
all
(
)
:
List
<
DualNum
<
Param
>
>
Returns a list of all wheel velocities. The order should be consistent for a given implementation.