File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ message TransformPoseResponse {
177
177
}
178
178
179
179
message TransformPCDRequest {
180
- // the point clouds to transform. This should be in the PCD format
181
- // encoded into bytes: https://pointclouds.org/documentation/tutorials/pcd_file_format.html
180
+ // the point clouds to transform. This should be in the PCD format,
181
+ // [ encoded into bytes]( https://pointclouds.org/documentation/tutorials/pcd_file_format.html).
182
182
bytes point_cloud_pcd = 1 ;
183
183
// the reference frame of the point cloud.
184
184
string source = 2 ;
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ message GetPointCloudMapResponse {
79
79
// format where XY is the ground plane and positive Z is up, following
80
80
// the Right Hand Rule.
81
81
//
82
- // Read more about the pointcloud format here:
83
- // https://pointclouds.org/documentation/tutorials/pcd_file_format.html
82
+ // Read more about the pointcloud format
83
+ // [in the docs]( https://pointclouds.org/documentation/tutorials/pcd_file_format.html)
84
84
//
85
85
// Viam expects pointcloud data with fields "x y z" or "x y z rgb", and for
86
86
// this to be specified in the pointcloud header in the FIELDS entry. If color
You can’t perform that action at this time.
0 commit comments