positionPollingFrequencyHz property
Sets the frequency to poll for the position of the robot
Implementation
@$pb.TagNumber(2)
$core.double get positionPollingFrequencyHz => $_getN(1);
Implementation
@$pb.TagNumber(2)
set positionPollingFrequencyHz($core.double v) { $_setDouble(1, v); }