Skip to content

Commit e05d427

Browse files
authored
Merge pull request #5295 from themightyoarfish/patch-1
Fix copy-paste error in IterativeClosesPoint::setInputTarget() docstring
2 parents ebc0a6a + c489891 commit e05d427

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

+1-1
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)