right property

  1. @TagNumber(3)
double get right

Speed of the right wheels, as a percentage of throttle.

Implementation

@$pb.TagNumber(3)
$core.double get right => $_getN(2);
  1. @TagNumber(3)
set right (double v)

Implementation

@$pb.TagNumber(3)
set right($core.double v) { $_setFloat(2, v); }