/usr/share/image_geometry/package.xml is in libimage-geometry-dev 1.11.11+ds-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 format="2">
<name>image_geometry</name>
<version>1.11.11</version>
<description>
`image_geometry` contains C++ and Python libraries for interpreting images
geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo
messages with OpenCV functions such as image rectification, much as cv_bridge
interfaces ROS sensor_msgs/Image with OpenCV data types.
</description>
<author>Patrick Mihelich</author>
<maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
<license>BSD</license>
<url>http://www.ros.org/wiki/image_geometry</url>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>python-opencv</build_depend>
<build_depend>sensor_msgs</build_depend>
<exec_depend>libopencv-dev</exec_depend>
<exec_depend>python-opencv</exec_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<doc_depend>dvipng</doc_depend>
</package>
|