Merge pull request #22 from ros-perception/paulbovbel-patch-1

Remove duplicated line
This commit is contained in:
Paul Bovbel 2016-10-27 11:01:20 -04:00 committed by GitHub
commit 686502e1ac

View File

@ -433,7 +433,6 @@ namespace pcl_conversions {
{
fromPCL(pcl_mesh.header, mesh.header);
moveFromPCL(pcl_mesh.cloud, mesh.cloud);
moveFromPCL(pcl_mesh.cloud, mesh.cloud);
}
inline