TankCommandMessage

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

Since

6.0.0

Constructors

Link copied to clipboard
constructor(voltage: Double, leftPower: Double, rightPower: Double)

Properties

Link copied to clipboard
open var leftPower: Double
The power of the left wheels at this time.
Link copied to clipboard
open var rightPower: Double
The power of the right wheels 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.