-
Notifications
You must be signed in to change notification settings - Fork 166
/
Copy pathpackage.xml
29 lines (22 loc) · 924 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package>
<name>ros_numpy</name>
<version>0.0.4</version>
<description>A collection of conversion function for extracting numpy arrays from messages</description>
<maintainer email="wieser@mit.edu">Eric Wieser</maintainer>
<maintainer email="stavrinosgeo@gmail.com">George Stavrinos</maintainer>
<license>MIT</license>
<url type="website">http://wiki.ros.org/ros_numpy</url>
<url type="repository">https://github.com/eric-wieser/ros_numpy</url>
<url type="bugtracker">https://github.com/eric-wieser/ros_numpy/issues</url>
<author email="wieser@mit.edu">Eric Wieser</author>
<run_depend>python-numpy</run_depend>
<run_depend>rospy</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>tf</run_depend>
<buildtool_depend>catkin</buildtool_depend>
<export>
</export>
</package>