toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
MecanumLocalizerInputsMessage
Mecanum
Localizer
Inputs
Message
class
MecanumLocalizerInputsMessage
RoadRunner v1.0 logging message for a standard Mecanum localizer input.
Since
6.0.0
Members
Constructors
Mecanum
Localizer
Inputs
Message
Link copied to clipboard
constructor
(
@
NonNull
leftFront
:
PositionVelocityPair
,
@
NonNull
leftBack
:
PositionVelocityPair
,
@
NonNull
rightBack
:
PositionVelocityPair
,
@
NonNull
rightFront
:
PositionVelocityPair
,
@
NonNull
angles
:
YawPitchRollAngles
)
Properties
left
Back
Link copied to clipboard
@
NonNull
open
var
leftBack
:
PositionVelocityPair
The position and velocity of the left back wheel at this time.
left
Front
Link copied to clipboard
@
NonNull
open
var
leftFront
:
PositionVelocityPair
The position and velocity of the left front wheel at this time.
pitch
Link copied to clipboard
open
var
pitch
:
Double
The pitch angle at this time.
right
Back
Link copied to clipboard
@
NonNull
open
var
rightBack
:
PositionVelocityPair
The position and velocity of the right back wheel at this time.
right
Front
Link copied to clipboard
@
NonNull
open
var
rightFront
:
PositionVelocityPair
The position and velocity of the right front wheel at this time.
roll
Link copied to clipboard
open
var
roll
:
Double
The roll angle at this time.
timestamp
Link copied to clipboard
open
var
timestamp
:
Long
The timestamp this message was created.
yaw
Link copied to clipboard
open
var
yaw
:
Double
The yaw angle at this time.