Skip to content

Commit 3b30624

Browse files
authored
[WORKFLOW] Updating protos from viamrobotics/api, commit: 4683adf56497cb65b07a03af5e4d15d1ebf879d7 (#383)
Co-authored-by: viambot <[email protected]>
1 parent 496ba96 commit 3b30624

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/src/gen/robot/v1/robot.pb.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ class TransformPCDRequest extends $pb.GeneratedMessage {
618618
static TransformPCDRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TransformPCDRequest>(create);
619619
static TransformPCDRequest? _defaultInstance;
620620

621-
/// the point clouds to transform. This should be in the PCD format
622-
/// encoded into bytes: https://pointclouds.org/documentation/tutorials/pcd_file_format.html
621+
/// the point clouds to transform. This should be in the PCD format,
622+
/// [encoded into bytes](https://pointclouds.org/documentation/tutorials/pcd_file_format.html).
623623
@$pb.TagNumber(1)
624624
$core.List<$core.int> get pointCloudPcd => $_getN(0);
625625
@$pb.TagNumber(1)

lib/src/gen/service/slam/v1/slam.pb.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ class GetPointCloudMapResponse extends $pb.GeneratedMessage {
237237
/// format where XY is the ground plane and positive Z is up, following
238238
/// the Right Hand Rule.
239239
///
240-
/// Read more about the pointcloud format here:
241-
/// https://pointclouds.org/documentation/tutorials/pcd_file_format.html
240+
/// Read more about the pointcloud format
241+
/// [in the docs](https://pointclouds.org/documentation/tutorials/pcd_file_format.html)
242242
///
243243
/// Viam expects pointcloud data with fields "x y z" or "x y z rgb", and for
244244
/// this to be specified in the pointcloud header in the FIELDS entry. If color

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
117117

118118
String getVersionMetadata() {
119119
const String sdkVersion = 'v0.5.1';
120-
const String apiTag = 'v0.1.435';
120+
const String apiTag = 'v0.1.436';
121121

122122
return 'flutter;$sdkVersion;$apiTag';
123123
}

0 commit comments

Comments
 (0)