MecanumLocalizerInputsMessage

data class MecanumLocalizerInputsMessage(val leftFrontPosVel: PositionVelocityPair, val leftBackPosVel: PositionVelocityPair, val rightBackPosVel: PositionVelocityPair, val rightFrontPosVel: PositionVelocityPair, val angles: YawPitchRollAngles, val yaw: Double = angles.getYaw(AngleUnit.RADIANS), val pitch: Double = angles.getPitch(AngleUnit.RADIANS), val roll: Double = angles.getRoll(AngleUnit.RADIANS), val timestamp: Long = System.nanoTime())

Constructors

Link copied to clipboard
constructor(leftFrontPosVel: PositionVelocityPair, leftBackPosVel: PositionVelocityPair, rightBackPosVel: PositionVelocityPair, rightFrontPosVel: PositionVelocityPair, angles: YawPitchRollAngles, yaw: Double = angles.getYaw(AngleUnit.RADIANS), pitch: Double = angles.getPitch(AngleUnit.RADIANS), roll: Double = angles.getRoll(AngleUnit.RADIANS), timestamp: Long = System.nanoTime())

Properties

Link copied to clipboard
val angles: YawPitchRollAngles
Link copied to clipboard
val leftBackPosVel: PositionVelocityPair
Link copied to clipboard
val leftFrontPosVel: PositionVelocityPair
Link copied to clipboard
Link copied to clipboard
val rightBackPosVel: PositionVelocityPair
Link copied to clipboard
val rightFrontPosVel: PositionVelocityPair
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val yaw: Double