forked from ros/geometry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (24 loc) · 826 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
30
<package>
<name>eigen_conversions</name>
<version>1.11.8</version>
<description>
Conversion functions between:
- Eigen and KDL
- Eigen and geometry_msgs.
</description>
<author>Stuart Glaser</author>
<author>Adam Leeper</author>
<maintainer email="tfoote@osrfoundation.org">Tully Foote</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/eigen_conversions</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>eigen</build_depend>
<build_depend>orocos_kdl</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>eigen</run_depend>
<run_depend>orocos_kdl</run_depend>
<run_depend>std_msgs</run_depend>
</package>