toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
TankLocalizerInputsMessage
Tank
Localizer
Inputs
Message
class
TankLocalizerInputsMessage
RoadRunner v1.0 logging message for a standard Tank localizer input.
Since
6.0.0
Members
Constructors
Tank
Localizer
Inputs
Message
Link copied to clipboard
constructor
(
@
NonNull
left
:
List
<
PositionVelocityPair
>
,
@
NonNull
right
:
List
<
PositionVelocityPair
>
)
Properties
left
Link copied to clipboard
@
NonNull
open
var
left
:
Array
<
PositionVelocityPair
>
The position and velocity of the left wheels at this time.
right
Link copied to clipboard
@
NonNull
open
var
right
:
Array
<
PositionVelocityPair
>
The position and velocity of the right wheels at this time.
timestamp
Link copied to clipboard
open
var
timestamp
:
Long
The timestamp this message was created.