We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b9308 commit 88beaf4Copy full SHA for 88beaf4
src/robot/robot.ts
@@ -121,8 +121,7 @@ export interface Robot {
121
* specified destination which is a reference frame.
122
*
123
* @param pointCloudPCD - The point clouds to transform. This should be in the
124
- * PCD format encoded into bytes:
125
- * https://pointclouds.org/documentation/tutorials/pcd_file_format.html
+ * {@link https://pointclouds.org/documentation/tutorials/pcd_file_format.html PCD format encoded into bytes}
126
* @param source - The reference frame of the point cloud.
127
* @param destination - The reference frame into which the source data should
128
* be transformed, if unset this defaults to the "world" reference frame. Do
0 commit comments