Skip to content

Commit

Permalink
(pose) add missing deps (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 2, 2024
1 parent ee8607b commit ecc0a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions image_recognition_pose_estimation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@

<buildtool_depend>python3-setuptools</buildtool_depend>

<exec_depend>cv_bridge</exec_depend>
<exec_depend>diagnostic_updater</exec_depend>
<exec_depend>image_recognition_msgs</exec_depend>
<exec_depend>image_recognition_util</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-opencv</exec_depend>
<exec_depend>python3-pytorch-pip</exec_depend>
<exec_depend>python3-ultralytics-pip</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>

<test_depend>catkin_lint_cmake</test_depend>

Expand Down

0 comments on commit ecc0a87

Please sign in to comment.