Skip to content

Commit

Permalink
remove useless ecto_pcl presence
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Dec 11, 2016
1 parent b3edfda commit 88f25f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (catkin_FOUND)
if (WITH_ECTO)
catkin_python_setup()
find_package(ecto REQUIRED)
find_package(ecto_pcl REQUIRED)
find_package(object_recognition_core REQUIRED)
endif()

Expand Down
2 changes: 1 addition & 1 deletion cells/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ectomodule(object_recognition_by_parts_cells DESTINATION ${PROJECT_NAME}
)

find_package(object_recognition_core REQUIRED)
find_package(catkin REQUIRED COMPONENTS object_recognition_core ecto ecto_image_pipeline ecto_pcl)
find_package(catkin REQUIRED COMPONENTS object_recognition_core ecto ecto_image_pipeline)

include_directories(SYSTEM ${object_recognition_core_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
Expand Down
2 changes: 0 additions & 2 deletions cells/detect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@

#include <object_recognition_core/common/pose_result.h>
#include <object_recognition_core/db/ModelReader.h>
#include <ecto_pcl/ecto_pcl.hpp>
#include <ecto_pcl/pcl_cell.hpp>
#include <pcl/point_cloud.h>
#include <ecto_image_pipeline/pinhole_camera_model.h>

Expand Down

0 comments on commit 88f25f5

Please sign in to comment.