throttle property

  1. @TagNumber(1)
double throttle

The max speed, as a percentage of the rover's possible speed.

Implementation

@$pb.TagNumber(1)
$core.double get throttle => $_getN(0);
  1. @TagNumber(1)
void throttle=(double v)

Implementation

@$pb.TagNumber(1)
set throttle($core.double v) { $_setFloat(0, v); }