TwoDeadWheelInputsMessage

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

Since

6.0.0

Constructors

Link copied to clipboard
constructor(@NonNull par: PositionVelocityPair, @NonNull perp: PositionVelocityPair, @NonNull angles: YawPitchRollAngles, @NonNull angularVelocity: AngularVelocity)

Properties

Link copied to clipboard
open var par: PositionVelocityPair
The position and velocity of the 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 pitch: Double
The pitch angle of the IMU at this time.
Link copied to clipboard
open var roll: Double
The roll angle of the IMU at this time.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.
Link copied to clipboard
The x rotation rate of the IMU at this time.
Link copied to clipboard
open var yaw: Double
The yaw angle of the IMU at this time.
Link copied to clipboard
The y rotation rate of the IMU at this time.
Link copied to clipboard
The z rotation rate of the IMU at this time.