This commit is contained in:
Vincent Rabaud 2012-10-26 09:28:03 -07:00 committed by Paul Bovbel
parent fe018e3174
commit 25e6d566f1
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<package>
<name>pcl_ros</name>
<version>1.0.16</version>
<version>1.0.17</version>
<description>
<p>
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred
@ -15,7 +15,6 @@
<build_depend>catkin</build_depend>
<build_depend>eigen</build_depend>
<build_depend>geometry</build_depend>
<build_depend>pcl</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
@ -23,7 +22,6 @@
<build_depend>tf</build_depend>
<run_depend>eigen</run_depend>
<run_depend>geometry</run_depend>
<run_depend>pcl</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>sensor_msgs</run_depend>

View File

@ -1,6 +1,6 @@
<package>
<name>perception_pcl</name>
<version>1.0.16</version>
<version>1.0.17</version>
<description>
<p>
PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred