MecanumCommandMessage

RoadRunner v1.0 logging message for a mecanum drive command.

Since

6.0.0

Constructors

Link copied to clipboard
constructor(voltage: Double, leftFrontPower: Double, leftBackPower: Double, rightBackPower: Double, rightFrontPower: Double)

Properties

Link copied to clipboard
The power of the left back wheel at this time.
Link copied to clipboard
The power of the left front wheel at this time.
Link copied to clipboard
The power of the right back wheel at this time.
Link copied to clipboard
The power of the right front wheel at this time.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.
Link copied to clipboard
open var voltage: Double
The battery voltage at this time.