Merge pull request #198 from mikaelarguedas/fix_pcl_conversions_links

Fix pcl conversions links
This commit is contained in:
Paul Bovbel
2018-05-07 15:00:01 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.6.3)
project(pcl_conversions)
find_package(catkin REQUIRED COMPONENTS)
+2 -2
View File
@@ -12,8 +12,8 @@
<license>BSD</license>
<url>http://wiki.ros.org/pcl_conversions</url>
<url type="repository">https://github.com/ros-perception/pcl_conversions</url>
<url type="bugtracker">https://github.com/ros-perception/pcl_conversions/issues</url>
<url type="repository">https://github.com/ros-perception/perception_pcl</url>
<url type="bugtracker">https://github.com/ros-perception/perception_pcl/issues</url>
<buildtool_depend>catkin</buildtool_depend>