diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..d7faf9f9 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 2.8) +project(perception_pcl) +find_package(catkin) +catkin_stack() + +add_subdirectory(pcl_ros) diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 5b3e9eae..cd674aa7 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8) -project(perception_pcl) +project(pcl_ros) # Deal with catkin find_package(catkin REQUIRED roscpp sensor_msgs tf) @@ -14,12 +14,10 @@ include_directories(include) link_directories(${catkin_LIBRARY_DIRS} ${Boost_LIBRARY_DIRS} ${Eigen_LIBRARY_DIRS} ${PCL_LIBRARY_DIRS}) -catkin_stack() - catkin_project(${PROJECT_NAME} INCLUDE_DIRS include LIBRARIES pcl_ros_tf - DEPENDS roscpp common_msgs sensor_msgs tf + DEPENDS roscpp sensor_msgs tf ) # ---[ Point Cloud Library - Transforms diff --git a/pcl_ros/manifest.xml b/pcl_ros/manifest.xml new file mode 100644 index 00000000..09c720d4 --- /dev/null +++ b/pcl_ros/manifest.xml @@ -0,0 +1,33 @@ + + +

+ PCL (Point Cloud Library) ROS interface package. PCL-ROS is the preferred + bridge for 3D applications involving n-D Point Clouds and 3D geometry + processing in ROS. +

+
+ Open Perception + Julius Kammerl + BSD + http://ros.org/wiki/pcl_ros + + + + + + + + + + + + + + + + + + + + +
diff --git a/stack.xml b/stack.xml index d50269b4..ce3193b4 100644 --- a/stack.xml +++ b/stack.xml @@ -3,7 +3,7 @@ 1.0.5

- PCL (Point Cloud Library) ROS interface package. PCL-ROS is the preferred + PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred bridge for 3D applications involving n-D Point Clouds and 3D geometry processing in ROS.