toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
ThreeDeadWheelInputsMessage
Three
Dead
Wheel
Inputs
Message
class
ThreeDeadWheelInputsMessage
RoadRunner v1.0 logging message for a standard three deadwheel encoder localizer input.
Since
6.0.0
Members
Constructors
Three
Dead
Wheel
Inputs
Message
Link copied to clipboard
constructor
(
@
NonNull
par0
:
PositionVelocityPair
,
@
NonNull
par1
:
PositionVelocityPair
,
@
NonNull
perp
:
PositionVelocityPair
)
Properties
par0
Link copied to clipboard
@
NonNull
open
var
par0
:
PositionVelocityPair
The position and velocity of the first parallel wheel at this time.
par1
Link copied to clipboard
@
NonNull
open
var
par1
:
PositionVelocityPair
The position and velocity of the second parallel wheel at this time.
perp
Link copied to clipboard
@
NonNull
open
var
perp
:
PositionVelocityPair
The position and velocity of the perpendicular wheel at this time.
timestamp
Link copied to clipboard
open
var
timestamp
:
Long
The timestamp this message was created.