Fix build and update maintainers
This commit is contained in:
parent
118784a4dd
commit
371bf7d789
@ -1,7 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.3)
|
cmake_minimum_required(VERSION 2.8.3)
|
||||||
project(pcl_conversions)
|
project(pcl_conversions)
|
||||||
|
|
||||||
find_package(catkin REQUIRED COMPONENTS pcl_msgs roscpp sensor_msgs std_msgs)
|
find_package(catkin REQUIRED COMPONENTS)
|
||||||
|
|
||||||
find_package(PCL REQUIRED COMPONENTS common io)
|
find_package(PCL REQUIRED COMPONENTS common io)
|
||||||
find_package(Eigen3 REQUIRED)
|
find_package(Eigen3 REQUIRED)
|
||||||
@ -9,7 +9,7 @@ find_package(Eigen3 REQUIRED)
|
|||||||
catkin_package(
|
catkin_package(
|
||||||
INCLUDE_DIRS include
|
INCLUDE_DIRS include
|
||||||
CATKIN_DEPENDS pcl_msgs roscpp sensor_msgs std_msgs
|
CATKIN_DEPENDS pcl_msgs roscpp sensor_msgs std_msgs
|
||||||
DEPENDS Eigen3 PCL
|
DEPENDS EIGEN3 PCL
|
||||||
)
|
)
|
||||||
|
|
||||||
install(DIRECTORY include/${PROJECT_NAME}/
|
install(DIRECTORY include/${PROJECT_NAME}/
|
||||||
@ -17,11 +17,15 @@ install(DIRECTORY include/${PROJECT_NAME}/
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(CATKIN_ENABLE_TESTING)
|
if(CATKIN_ENABLE_TESTING)
|
||||||
|
find_package(pcl_msgs)
|
||||||
|
find_package(roscpp)
|
||||||
|
find_package(sensor_msgs )
|
||||||
|
find_package(std_msgs)
|
||||||
include_directories(
|
include_directories(
|
||||||
include
|
include
|
||||||
${catkin_INCLUDE_DIRS}
|
${catkin_INCLUDE_DIRS}
|
||||||
${PCL_INCLUDE_DIRS}
|
${PCL_INCLUDE_DIRS}
|
||||||
${Eigen3_INCLUDE_DIRS})
|
${EIGEN3_INCLUDE_DIRS})
|
||||||
|
|
||||||
catkin_add_gtest(test_pcl_conversions test/test_pcl_conversions.cpp)
|
catkin_add_gtest(test_pcl_conversions test/test_pcl_conversions.cpp)
|
||||||
target_link_libraries(test_pcl_conversions ${catkin_LIBRARIES})
|
target_link_libraries(test_pcl_conversions ${catkin_LIBRARIES})
|
||||||
|
|||||||
@ -1,12 +1,13 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>pcl_conversions</name>
|
<name>pcl_conversions</name>
|
||||||
<version>0.2.1</version>
|
<version>1.5.4</version>
|
||||||
<description>Provides conversions from PCL data types and ROS message types</description>
|
<description>Provides conversions from PCL data types and ROS message types</description>
|
||||||
|
|
||||||
<author email="william@osrfoundation.org">William Woodall</author>
|
<author email="william@osrfoundation.org">William Woodall</author>
|
||||||
|
|
||||||
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
|
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
|
||||||
<maintainer email="bill@neautomation.com">Bill Morris</maintainer>
|
<maintainer email="www.kentaro.wada@gmail.com">Kentaro Wada</maintainer>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|
||||||
|
|||||||
@ -13,10 +13,12 @@
|
|||||||
<author>Open Perception</author>
|
<author>Open Perception</author>
|
||||||
<author email="julius@kammerl.de">Julius Kammerl</author>
|
<author email="julius@kammerl.de">Julius Kammerl</author>
|
||||||
<author email="william@osrfoundation.org">William Woodall</author>
|
<author email="william@osrfoundation.org">William Woodall</author>
|
||||||
|
|
||||||
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
|
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
|
||||||
<maintainer email="bill@neautomation.com">Bill Morris</maintainer>
|
|
||||||
<maintainer email="www.kentaro.wada@gmail.com">Kentaro Wada</maintainer>
|
<maintainer email="www.kentaro.wada@gmail.com">Kentaro Wada</maintainer>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|
||||||
<url type="website">http://ros.org/wiki/perception_pcl</url>
|
<url type="website">http://ros.org/wiki/perception_pcl</url>
|
||||||
<url type="bugtracker">https://github.com/ros-perception/perception_pcl/issues</url>
|
<url type="bugtracker">https://github.com/ros-perception/perception_pcl/issues</url>
|
||||||
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
|
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
|
||||||
|
|||||||
@ -1,29 +1,31 @@
|
|||||||
<package>
|
<package format="2">
|
||||||
<name>perception_pcl</name>
|
<name>perception_pcl</name>
|
||||||
<version>1.5.4</version>
|
<version>1.5.4</version>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
PCL (Point Cloud Library) ROS interface stack. 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
|
bridge for 3D applications involving n-D Point Clouds and 3D geometry
|
||||||
processing in ROS.
|
processing in ROS.
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<author>Open Perception</author>
|
<author>Open Perception</author>
|
||||||
<author email="william@osrfoundation.org">William Woodall</author>
|
<author email="william@osrfoundation.org">William Woodall</author>
|
||||||
<author email="julius@kammerl.de">Julius Kammerl</author>
|
<author email="julius@kammerl.de">Julius Kammerl</author>
|
||||||
|
|
||||||
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
|
<maintainer email="paul@bovbel.com">Paul Bovbel</maintainer>
|
||||||
<maintainer email="bill@neautomation.com">Bill Morris</maintainer>
|
|
||||||
<maintainer email="www.kentaro.wada@gmail.com">Kentaro Wada</maintainer>
|
<maintainer email="www.kentaro.wada@gmail.com">Kentaro Wada</maintainer>
|
||||||
|
|
||||||
<license>BSD</license>
|
<license>BSD</license>
|
||||||
|
|
||||||
<url type="website">http://ros.org/wiki/perception_pcl</url>
|
<url type="website">http://ros.org/wiki/perception_pcl</url>
|
||||||
<url type="bugtracker">https://github.com/ros-perception/perception_pcl/issues</url>
|
<url type="bugtracker">https://github.com/ros-perception/perception_pcl/issues</url>
|
||||||
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
|
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
|
||||||
|
|
||||||
<buildtool_depend>catkin</buildtool_depend>
|
<buildtool_depend>catkin</buildtool_depend>
|
||||||
|
|
||||||
<run_depend>pcl_conversions</run_depend>
|
<exec_depend>pcl_conversions</exec_depend>
|
||||||
<run_depend>pcl_msgs</run_depend>
|
<exec_depend>pcl_msgs</exec_depend>
|
||||||
<run_depend>pcl_ros</run_depend>
|
<exec_depend>pcl_ros</exec_depend>
|
||||||
|
|
||||||
<export>
|
<export>
|
||||||
<metapackage/>
|
<metapackage/>
|
||||||
</export>
|
</export>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user