ThreeDeadWheelInputsMessage

RoadRunner v1.0 logging message for a standard three deadwheel encoder localizer input.

Since

6.0.0

Constructors

Link copied to clipboard
constructor(@NonNull par0: PositionVelocityPair, @NonNull par1: PositionVelocityPair, @NonNull perp: PositionVelocityPair)

Properties

Link copied to clipboard
open var par0: PositionVelocityPair
The position and velocity of the first parallel wheel at this time.
Link copied to clipboard
open var par1: PositionVelocityPair
The position and velocity of the second parallel wheel at this time.
Link copied to clipboard
open var perp: PositionVelocityPair
The position and velocity of the perpendicular wheel at this time.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.