-
Notifications
You must be signed in to change notification settings - Fork 601
/
package.xml
30 lines (25 loc) · 1.03 KB
/
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 format="2">
<name>image_geometry</name>
<version>1.16.2</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>catkin</buildtool_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>sensor_msgs</build_depend>
<exec_depend>libopencv-dev</exec_depend>
<build_export_depend>libopencv-dev</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
<doc_depend>dvipng</doc_depend>
<doc_depend>texlive-latex-extra</doc_depend>
</package>