-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.xml
37 lines (32 loc) · 1.2 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
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package>
<name>cv_camera</name>
<version>0.6.0</version>
<description>cv_camera uses OpenCV capture object to capture camera image.
This supports camera_image and nodelet.
</description>
<maintainer email="[email protected]">Takashi Ogura</maintainer>
<license>BSD</license>
<url type="website">http://wiki.ros.org/cv_camera</url>
<author email="[email protected]">Takashi Ogura</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>libopencv-dev</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>camera_info_manager</build_depend>
<build_depend>rostest</build_depend>
<build_depend>roslint</build_depend>
<run_depend>libopencv-dev</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>nodelet</run_depend>
<run_depend>camera_info_manager</run_depend>
<export>
<nodelet plugin="${prefix}/cv_camera_nodelets.xml"/>
</export>
</package>