This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add ros_numpy dep to multiple packages
feature/testing_updates
Binit Shah
3 years ago
parent
7bd6445e3a
commit
f7a5aeb7c1
5 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hello_helpers/package.xml
+1
-0
stretch_calibration/package.xml
+1
-0
stretch_deep_perception/package.xml
+1
-0
stretch_demos/package.xml
+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
-->
Write
Preview
Loading…
Cancel
Save