TankLocalizerInputsMessage

RoadRunner v1.0 logging message for a standard Tank localizer input.

Since

6.0.0

Constructors

Link copied to clipboard
constructor(@NonNull left: List<PositionVelocityPair>, @NonNull right: List<PositionVelocityPair>)

Properties

Link copied to clipboard
open var left: Array<PositionVelocityPair>
The position and velocity of the left wheels at this time.
Link copied to clipboard
open var right: Array<PositionVelocityPair>
The position and velocity of the right wheels at this time.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.