File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -618,8 +618,8 @@ class TransformPCDRequest extends $pb.GeneratedMessage {
618
618
static TransformPCDRequest getDefault () => _defaultInstance ?? = $pb.GeneratedMessage .$_defaultFor <TransformPCDRequest >(create);
619
619
static TransformPCDRequest ? _defaultInstance;
620
620
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).
623
623
@$pb.TagNumber (1 )
624
624
$core.List <$core.int > get pointCloudPcd => $_getN (0 );
625
625
@$pb.TagNumber (1 )
Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ class GetPointCloudMapResponse extends $pb.GeneratedMessage {
237
237
/// format where XY is the ground plane and positive Z is up, following
238
238
/// the Right Hand Rule.
239
239
///
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)
242
242
///
243
243
/// Viam expects pointcloud data with fields "x y z" or "x y z rgb", and for
244
244
/// this to be specified in the pointcloud header in the FIELDS entry. If color
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
117
117
118
118
String getVersionMetadata () {
119
119
const String sdkVersion = 'v0.5.1' ;
120
- const String apiTag = 'v0.1.435 ' ;
120
+ const String apiTag = 'v0.1.436 ' ;
121
121
122
122
return 'flutter;$sdkVersion ;$apiTag ' ;
123
123
}
You can’t perform that action at this time.
0 commit comments