WheelVelocities

Represents the velocities of the individual drive wheels.

Functions

Link copied to clipboard
abstract fun all(): List<DualNum<Param>>

Returns a list of all wheel velocities. The order should be consistent for a given implementation.

Link copied to clipboard
abstract fun desaturate(maxPhysicalSpeed: Double): WheelVelocities<Param>

Desaturates wheel velocities to ensure none exceed the maximum physical speed.