core
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
com.acmerobotics.roadrunner.control
/
TankKinematics
/
TankWheelVelocities
Tank
Wheel
Velocities
data
class
TankWheelVelocities
<
Param
>
(
val
left
:
DualNum
<
Param
>
,
val
right
:
DualNum
<
Param
>
)
:
WheelVelocities
<
Param
>
Members
Constructors
Tank
Wheel
Velocities
Link copied to clipboard
constructor
(
left
:
DualNum
<
Param
>
,
right
:
DualNum
<
Param
>
)
Properties
left
Link copied to clipboard
@
JvmField
val
left
:
DualNum
<
Param
>
right
Link copied to clipboard
@
JvmField
val
right
:
DualNum
<
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.