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