MecanumLocalizerInputsMessage

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

Since

6.0.0

Constructors

Link copied to clipboard
constructor(@NonNull leftFront: PositionVelocityPair, @NonNull leftBack: PositionVelocityPair, @NonNull rightBack: PositionVelocityPair, @NonNull rightFront: PositionVelocityPair, @NonNull angles: YawPitchRollAngles)

Properties

Link copied to clipboard
open var leftBack: PositionVelocityPair
The position and velocity of the left back wheel at this time.
Link copied to clipboard
open var leftFront: PositionVelocityPair
The position and velocity of the left front wheel at this time.
Link copied to clipboard
open var pitch: Double
The pitch angle at this time.
Link copied to clipboard
open var rightBack: PositionVelocityPair
The position and velocity of the right back wheel at this time.
Link copied to clipboard
open var rightFront: PositionVelocityPair
The position and velocity of the right front wheel at this time.
Link copied to clipboard
open var roll: Double
The roll angle at this time.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.
Link copied to clipboard
open var yaw: Double
The yaw angle at this time.