Skip to content

Commit ca89d8e

Browse files
authored
Automated Protos Update (#920)
1 parent 81f09df commit ca89d8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/viam/gen/robot/v1/robot_pb2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class TransformPCDRequest(google.protobuf.message.Message):
225225
SOURCE_FIELD_NUMBER: builtins.int
226226
DESTINATION_FIELD_NUMBER: builtins.int
227227
point_cloud_pcd: builtins.bytes
228-
'the point clouds to transform. This should be in the PCD format\n encoded into bytes: https://pointclouds.org/documentation/tutorials/pcd_file_format.html\n '
228+
'the point clouds to transform. This should be in the PCD format,\n [encoded into bytes](https://pointclouds.org/documentation/tutorials/pcd_file_format.html).\n '
229229
source: builtins.str
230230
'the reference frame of the point cloud.'
231231
destination: builtins.str

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class GetPointCloudMapResponse(google.protobuf.message.Message):
117117
DESCRIPTOR: google.protobuf.descriptor.Descriptor
118118
POINT_CLOUD_PCD_CHUNK_FIELD_NUMBER: builtins.int
119119
point_cloud_pcd_chunk: builtins.bytes
120-
'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 where XY is the ground plane and positive Z is up, following\n the Right Hand Rule.\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\n Pointclouds are little endian encoded.\n '
120+
'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 where XY is the ground plane and positive Z is up, following\n the Right Hand Rule.\n\n Read more about the pointcloud format\n [in the docs](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\n Pointclouds are little endian encoded.\n '
121121

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

src/viam/version_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__version__ = "0.45.2"
22

3-
API_VERSION = "v0.1.435"
3+
API_VERSION = "v0.1.436"
44
SDK_VERSION = __version__

0 commit comments

Comments
 (0)