Skip to content

Commit

Permalink
Fixing #3 (explicit instantiation in conversions.cpp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Hornung committed Apr 16, 2014
1 parent 178f84c commit 8e1c0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions include/octomap_ros/conversions.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// $Id$

/**
* OctoMap ROS integration
*
Expand Down
6 changes: 2 additions & 4 deletions src/conversions.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// $Id: $

/**
* OctoMap ROS integration
*
Expand Down Expand Up @@ -42,8 +40,8 @@
namespace octomap {

// common template specializations (check for errors while compiling octomap_ros)
template static void pointsOctomapToPCL(const point3d_list& points, pcl::PointCloud<pcl::PointXYZ>& cloud);
template static void pointcloudPCLToOctomap(const pcl::PointCloud<pcl::PointXYZ>& pclCloud, Pointcloud& octomapCloud);
template void pointsOctomapToPCL(const point3d_list& points, pcl::PointCloud<pcl::PointXYZ>& cloud);
template void pointcloudPCLToOctomap(const pcl::PointCloud<pcl::PointXYZ>& pclCloud, Pointcloud& octomapCloud);

}

Expand Down

0 comments on commit 8e1c0d7

Please sign in to comment.