Skip to content

Commit 2112c5e

Browse files
Automated Protos Update (#264)
Co-authored-by: viambot <viambot@users.noreply.github.com>
1 parent eb33276 commit 2112c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/gen/service/slam/v1/slam_pb2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class GetPointCloudMapResponse(google.protobuf.message.Message):
7474
DESCRIPTOR: google.protobuf.descriptor.Descriptor
7575
POINT_CLOUD_PCD_CHUNK_FIELD_NUMBER: builtins.int
7676
point_cloud_pcd_chunk: builtins.bytes
77-
'One chunk of the PointCloud.\n For a given GetPointCloudMap request, concatenating all\n GetPointCloudMapResponse.point_cloud_pcd_chunk values in the\n order received result in the complete pointcloud in standard PCD\n format.\n https://pointclouds.org/documentation/tutorials/pcd_file_format.html\n '
77+
'One chunk of the PointCloud.\n For a given GetPointCloudMap request, concatenating all\n GetPointCloudMapResponse.point_cloud_pcd_chunk values in the\n order received result in the complete pointcloud in standard PCD\n format.\n\n Read more about the pointcloud format here:\n https://pointclouds.org/documentation/tutorials/pcd_file_format.html\n\n Viam expects pointcloud data with fields "x y z" or "x y z rgb", and for\n this to be specified in the pointcloud header in the FIELDS entry. If color\n data is included in the pointcloud, Viam\'s services assume that the color\n value encodes a confidence score for that data point. Viam expects the\n confidence score to be encoded in the blue parameter of the RGB value, on a\n scale from 1-100.\n '
7878

7979
def __init__(self, *, point_cloud_pcd_chunk: builtins.bytes=...) -> None:
8080
...

0 commit comments

Comments
 (0)