diff --git a/src/perception/velodyne_cloud_separator/include/pcl/point_types.hpp b/src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/point_types.hpp similarity index 85% rename from src/perception/velodyne_cloud_separator/include/pcl/point_types.hpp rename to src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/point_types.hpp index 87d6329..5b73b47 100644 --- a/src/perception/velodyne_cloud_separator/include/pcl/point_types.hpp +++ b/src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/point_types.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef PCL__POINT_TYPES_HPP_ -#define PCL__POINT_TYPES_HPP_ +#ifndef VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_ +#define VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_ #include @@ -32,4 +32,4 @@ POINT_CLOUD_REGISTER_POINT_STRUCT( pcl::PointXYZIR, (float, x, x)(float, y, y)(float, z, z)(float, intensity, intensity)(uint16_t, ring, ring)) -#endif // PCL__POINT_TYPES_HPP_ +#endif // VELODYNE_CLOUD_SEPARATOR__POINT_TYPES_HPP_ diff --git a/src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/velodyne_cloud_separator.hpp b/src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/velodyne_cloud_separator.hpp index 1bf0802..9bbc20c 100644 --- a/src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/velodyne_cloud_separator.hpp +++ b/src/perception/velodyne_cloud_separator/include/velodyne_cloud_separator/velodyne_cloud_separator.hpp @@ -15,7 +15,7 @@ #ifndef VELODYNE_CLOUD_SEPARATOR__VELODYNE_CLOUD_SEPARATOR_HPP_ #define VELODYNE_CLOUD_SEPARATOR__VELODYNE_CLOUD_SEPARATOR_HPP_ -#include "pcl/point_types.hpp" +#include "velodyne_cloud_separator/point_types.hpp" #include #include