internalStateChunk property
- @TagNumber(1)
Chunk of the internal state of the SLAM algorithm required to continue mapping/localization
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get internalStateChunk => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set internalStateChunk($core.List<$core.int> v) { $_setBytes(0, v); }