/usr/share/eigen_conversions/package.xml is in libtf-conversions-dev 1.11.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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.7</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>
|