Skip to content

Commit ecc0a87

Browse files
(pose) add missing deps (#226)
1 parent ee8607b commit ecc0a87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

image_recognition_pose_estimation/package.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717

1818
<buildtool_depend>python3-setuptools</buildtool_depend>
1919

20+
<exec_depend>cv_bridge</exec_depend>
21+
<exec_depend>diagnostic_updater</exec_depend>
22+
<exec_depend>image_recognition_msgs</exec_depend>
23+
<exec_depend>image_recognition_util</exec_depend>
2024
<exec_depend>python3-numpy</exec_depend>
2125
<exec_depend>python3-opencv</exec_depend>
2226
<exec_depend>python3-pytorch-pip</exec_depend>
2327
<exec_depend>python3-ultralytics-pip</exec_depend>
2428
<exec_depend>rospy</exec_depend>
29+
<exec_depend>sensor_msgs</exec_depend>
2530

2631
<test_depend>catkin_lint_cmake</test_depend>
2732

0 commit comments

Comments
 (0)