Skip to content

Commit c489891

Browse files
Fix copy-paste error in IterativeClosesPoint::setInputTarget() docstring
1 parent ebc0a6a commit c489891

File tree

1 file changed

+1
-1
lines changed
  • registration/include/pcl/registration

1 file changed

+1
-1
lines changed

registration/include/pcl/registration/icp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class IterativeClosestPoint : public Registration<PointSource, PointTarget, Scal
232232
}
233233

234234
/** \brief Provide a pointer to the input target
235-
* (e.g., the point cloud that we want to align to the target)
235+
* (e.g., the point cloud that we want to align the input source to)
236236
*
237237
* \param[in] cloud the input point cloud target
238238
*/

0 commit comments

Comments
 (0)