toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
MecanumCommandMessage
Mecanum
Command
Message
class
MecanumCommandMessage
RoadRunner v1.0 logging message for a mecanum drive command.
Since
6.0.0
Members
Constructors
Mecanum
Command
Message
Link copied to clipboard
constructor
(
voltage
:
Double
,
leftFrontPower
:
Double
,
leftBackPower
:
Double
,
rightBackPower
:
Double
,
rightFrontPower
:
Double
)
Properties
left
Back
Power
Link copied to clipboard
open
var
leftBackPower
:
Double
The power of the left back wheel at this time.
left
Front
Power
Link copied to clipboard
open
var
leftFrontPower
:
Double
The power of the left front wheel at this time.
right
Back
Power
Link copied to clipboard
open
var
rightBackPower
:
Double
The power of the right back wheel at this time.
right
Front
Power
Link copied to clipboard
open
var
rightFrontPower
:
Double
The power of the right front wheel 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.