Skip to content

Commit 2b9a7ad

Browse files
authored
Merge pull request #15 from willcbaker/patch-1
Add missing deps
2 parents 6bf4cd4 + 3304fb5 commit 2b9a7ad

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@
1818
<exec_depend>rospy</exec_depend>
1919
<exec_depend>std_msgs</exec_depend>
2020
<exec_depend>nav_msgs</exec_depend>
21-
<exec_depend>sensor_msgs</exec_depend>
22-
<exec_depend>jsk_recognition_msgs</exec_depend>
21+
<exec_depend>sensor_msgs</exec_depend>
22+
<exec_depend>jsk_recognition_msgs</exec_depend>
23+
<exec_depend>cv_bridge</exec_depend>
24+
<exec_depend>laser_geometry</exec_depend>
25+
<exec_depend>pcl_conversions</exec_depend>
26+
<exec_depend>pcl_ros</exec_depend>
2327
<build_depend>roscpp</build_depend>
2428
<build_depend>rospy</build_depend>
2529
<build_depend>std_msgs</build_depend>
@@ -29,7 +33,10 @@
2933
<build_depend>message_generation</build_depend>
3034
<build_depend>sensor_msgs</build_depend>
3135
<build_depend>jsk_recognition_msgs</build_depend>
36+
<build_depend>cv_bridge</build_depend>
3237
<build_depend>laser_geometry</build_depend>
38+
<build_depend>pcl_conversions</build_depend>
39+
<build_depend>pcl_ros</build_depend>
3340

3441

3542
<!-- The export tag contains other, unspecified, tags -->

0 commit comments

Comments
 (0)