forked from ros-drivers/usb_cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (23 loc) · 994 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
<?xml version="1.0"?>
<package format="2">
<name>usb_cam</name>
<version>0.3.6</version>
<description>A ROS Driver for V4L USB Cameras</description>
<maintainer email="[email protected]">Russell Toris</maintainer>
<maintainer email="[email protected]">ROS Orphaned Package Maintainers</maintainer>
<author email="[email protected]">Benjamin Pitzer</author>
<license>BSD</license>
<url type="website">http://wiki.ros.org/usb_cam</url>
<url type="bugtracker">https://github.com/bosch-ros-pkg/usb_cam/issues</url>
<url type="repository">https://github.com/bosch-ros-pkg/usb_cam</url>
<buildtool_depend>catkin</buildtool_depend>
<test_depend>rostest</test_depend>
<depend>roscpp</depend>
<depend>camera_info_manager</depend>
<depend>dynamic_reconfigure</depend>
<depend>image_transport</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<exec_depend>v4l-utils</exec_depend>
</package>