Skip to content

Commit 283cc20

Browse files
committed
add velodyne_pcl to cmake and package.xml
1 parent f3d358b commit 283cc20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ find_package(catkin
2222
image_geometry
2323
velodyne_msgs
2424
velodyne_pointcloud
25+
velodyne_pcl
2526
pcl_ros
2627
)
2728

@@ -30,7 +31,7 @@ generate_messages(DEPENDENCIES
3031
std_msgs
3132
)
3233

33-
catkin_package(CATKIN_DEPENDS std_msgs velodyne_pointcloud
34+
catkin_package(CATKIN_DEPENDS std_msgs velodyne_pointcloud velodyne_pcl
3435
DEPENDS eigen opencv)
3536

3637
find_package(OpenCV REQUIRED)

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<build_depend>image_geometry</build_depend>
2222
<build_depend>velodyne_msgs</build_depend>
2323
<build_depend>velodyne_pointcloud</build_depend>
24+
<build_depend>velodyne_pcl</build_depend>
2425
<build_depend>pcl_ros</build_depend>
2526

2627

@@ -32,6 +33,7 @@
3233
<run_depend>image_geometry</run_depend>
3334
<run_depend>velodyne_msgs</run_depend>
3435
<run_depend>velodyne_pointcloud</run_depend>
36+
<run_depend>velodyne_pcl</run_depend>
3537
<run_depend>pcl_ros</run_depend>
3638

3739
</package>

0 commit comments

Comments
 (0)