Browse Source

Add ros_numpy dep to multiple packages

pull/30/merge
Binit Shah 2 years ago
parent
commit
203726e191
5 changed files with 5 additions and 0 deletions
  1. +1
    -0
      hello_helpers/package.xml
  2. +1
    -0
      stretch_calibration/package.xml
  3. +1
    -0
      stretch_deep_perception/package.xml
  4. +1
    -0
      stretch_demos/package.xml
  5. +1
    -0
      stretch_funmap/package.xml

+ 1
- 0
hello_helpers/package.xml View File

@ -50,6 +50,7 @@
<build_depend>rospy</build_depend>
<build_export_depend>rospy</build_export_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>ros_numpy</exec_depend>
<!-- The export tag contains other, unspecified, tags -->

+ 1
- 0
stretch_calibration/package.xml View File

@ -68,6 +68,7 @@
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>ros_numpy</exec_depend>
<!-- The export tag contains other, unspecified, tags -->

+ 1
- 0
stretch_deep_perception/package.xml View File

@ -80,6 +80,7 @@
<exec_depend>std_srvs</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>ros_numpy</exec_depend>
<!-- The export tag contains other, unspecified, tags -->

+ 1
- 0
stretch_demos/package.xml View File

@ -80,6 +80,7 @@
<exec_depend>std_srvs</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>ros_numpy</exec_depend>
<!-- The export tag contains other, unspecified, tags -->

+ 1
- 0
stretch_funmap/package.xml View File

@ -50,6 +50,7 @@
<build_depend>rospy</build_depend>
<build_export_depend>rospy</build_export_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>ros_numpy</exec_depend>
<!-- The export tag contains other, unspecified, tags -->

Loading…
Cancel
Save