Skip to content

Commit cb32fdc

Browse files
committed
Updated pcl dependencies.
1 parent 1584770 commit cb32fdc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set(${PROJECT_NAME}_CATKIN_COMPONENTS
1414
laserscan_to_pointcloud
1515
message_generation
1616
pcl_conversions
17-
pcl_ros
1817
pose_to_tf_publisher
1918
rosconsole
2019
roscpp

package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<depend>geometry_msgs</depend>
2626
<depend>message_generation</depend>
2727
<depend>pcl_conversions</depend>
28-
<depend>pcl_ros</depend>
2928
<depend>roscpp</depend>
3029
<depend>rosconsole</depend>
3130
<depend>rostime</depend>
@@ -38,7 +37,7 @@
3837
<!-- system dependencies -->
3938
<depend>boost</depend>
4039
<depend>eigen</depend>
41-
<depend>PCL</depend> <!-- requires to compile pcl from source using branch master-all-pr from https://github.com/carlosmccosta/pcl -->
40+
<depend>pcl</depend> <!-- requires to compile pcl from source using branch master-all-pr from https://github.com/carlosmccosta/pcl -->
4241

4342

4443
<!-- ################################################################## -->

0 commit comments

Comments
 (0)