MecanumWheelVelocities

data class MecanumWheelVelocities<Param>(val leftFront: DualNum<Param>, val leftBack: DualNum<Param>, val rightBack: DualNum<Param>, val rightFront: DualNum<Param>) : WheelVelocities<Param>

Constructors

Link copied to clipboard
constructor(leftFront: DualNum<Param>, leftBack: DualNum<Param>, rightBack: DualNum<Param>, rightFront: DualNum<Param>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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.