throttle property
- @TagNumber(1)
The max speed, as a percentage of the rover's possible speed.
Implementation
@$pb.TagNumber(1)
$core.double get throttle => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set throttle($core.double v) { $_setFloat(0, v); }