toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
TankCommandMessage
Tank
Command
Message
class
TankCommandMessage
RoadRunner v1.0 logging message for a tank drive command.
Since
6.0.0
Members
Constructors
Tank
Command
Message
Link copied to clipboard
constructor
(
voltage
:
Double
,
leftPower
:
Double
,
rightPower
:
Double
)
Properties
left
Power
Link copied to clipboard
open
var
leftPower
:
Double
The power of the left wheels at this time.
right
Power
Link copied to clipboard
open
var
rightPower
:
Double
The power of the right wheels at this time.
timestamp
Link copied to clipboard
open
var
timestamp
:
Long
The timestamp this message was created.
voltage
Link copied to clipboard
open
var
voltage
:
Double
The battery voltage at this time.