-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.xml
44 lines (35 loc) · 1.71 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
38
39
40
41
42
43
44
<?xml version="1.0"?>
<package format="2">
<name>camera_aravis</name>
<version>4.1.0</version>
<description>camera_aravis: A complete and comfortable GenICam (USB3Vision and GigEVision) based camera driver for ROS (ethernet and usb).</description>
<maintainer email="[email protected]">Boitumelo Ruf, Fraunhofer IOSB</maintainer>
<author email="[email protected]">Boitumelo Ruf, Fraunhofer IOSB</author>
<author email="[email protected]">Dominik Kleiser, Fraunhofer IOSB</author>
<author email="[email protected]">Dominik A. Klein, Fraunhofer FKIE</author>
<author email="[email protected]">Steve Safarik, Straw Lab</author>
<author email="[email protected]">Andrew Straw, Straw Lab</author>
<author email="[email protected]">Floris van Breugel, van Breugel Lab</author>
<license>LGPL v2</license>
<url type="website">https://github.com/FraunhoferIOSB/camera_aravis</url>
<url type="website">https://github.com/AravisProject/aravis</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>nodelet</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>diagnostic_msgs</depend>
<depend>image_transport</depend>
<depend>camera_info_manager</depend>
<depend>dynamic_reconfigure</depend>
<depend>tf</depend>
<depend>tf2_ros</depend>
<depend>aravis</depend>
<build_depend>aravis-dev</build_depend>
<build_depend>libglib-dev</build_depend> <!-- Bugfix: Missing dependency in Debian Buster -->
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>