Skip to content

Commit 88f25f5

Browse files
committed
remove useless ecto_pcl presence
1 parent b3edfda commit 88f25f5

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ if (catkin_FOUND)
2323
if (WITH_ECTO)
2424
catkin_python_setup()
2525
find_package(ecto REQUIRED)
26-
find_package(ecto_pcl REQUIRED)
2726
find_package(object_recognition_core REQUIRED)
2827
endif()
2928

cells/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ectomodule(object_recognition_by_parts_cells DESTINATION ${PROJECT_NAME}
55
)
66

77
find_package(object_recognition_core REQUIRED)
8-
find_package(catkin REQUIRED COMPONENTS object_recognition_core ecto ecto_image_pipeline ecto_pcl)
8+
find_package(catkin REQUIRED COMPONENTS object_recognition_core ecto ecto_image_pipeline)
99

1010
include_directories(SYSTEM ${object_recognition_core_INCLUDE_DIRS}
1111
${catkin_INCLUDE_DIRS}

cells/detect.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343

4444
#include <object_recognition_core/common/pose_result.h>
4545
#include <object_recognition_core/db/ModelReader.h>
46-
#include <ecto_pcl/ecto_pcl.hpp>
47-
#include <ecto_pcl/pcl_cell.hpp>
4846
#include <pcl/point_cloud.h>
4947
#include <ecto_image_pipeline/pinhole_camera_model.h>
5048

0 commit comments

Comments
 (0)