-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.xml
30 lines (24 loc) · 1.01 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
<?xml version="1.0"?>
<package format="2">
<name>flir_boson_usb</name>
<version>1.2.1</version>
<description>A simple USB camera driver for the FLIR BOSON using OpenCV</description>
<license>MIT</license>
<maintainer email="[email protected]">AutonomouStuff Software Development Team</maintainer>
<author email="[email protected]">Joe Driscoll</author>
<author email="[email protected]">Joshua Whitley</author>
<url type="website">http://wiki.ros.org/flir_boson_usb</url>
<url type="repository">https://github.com/astuff/flir_boson_usb</url>
<url type="bugtracker">https://github.com/astuff/flir_boson_usb/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslint</build_depend>
<depend>roscpp</depend>
<depend>nodelet</depend>
<depend>cv_bridge</depend>
<depend>camera_info_manager</depend>
<depend>image_transport</depend>
<depend>sensor_msgs</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml"/>
</export>
</package>