diff --git a/CMakeLists.txt b/CMakeLists.txt index 9082ad1..f861906 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(object_recognition_clusters) find_package(catkin REQUIRED COMPONENTS geometry_msgs object_recognition_msgs roscpp - rospy tf ecto ecto_ros pcl_ros + rospy tf ecto ecto_ros pcl_ros cv_bridge ) catkin_python_setup() diff --git a/package.xml b/package.xml index 23d7134..1b462e3 100644 --- a/package.xml +++ b/package.xml @@ -18,6 +18,7 @@ ecto ecto_ros pcl_ros + cv_bridge geometry_msgs sensor_msgs object_recognition_msgs @@ -27,6 +28,7 @@ ecto ecto_ros pcl_ros + cv_bridge diff --git a/src/io/PointCloudMsgAssembler.cpp b/src/io/PointCloudMsgAssembler.cpp index 4dfbb73..3bf2a22 100644 --- a/src/io/PointCloudMsgAssembler.cpp +++ b/src/io/PointCloudMsgAssembler.cpp @@ -41,7 +41,7 @@ #include #include -#include +#include // ROS includes #include