-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.xml
34 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
31
32
33
34
<?xml version="1.0"?>
<package format="2">
<name>pico_flexx_driver</name>
<version>0.0.0</version>
<description>ROS driver for the pmd CamBoard pico flexx</description>
<maintainer email="[email protected]">Alexis Maldonado</maintainer>
<maintainer email="[email protected]">Martin Günther</maintainer>
<license>GPLv3</license>
<url type="website">https://github.com/code-iai/pico_flexx_driver</url>
<author email="[email protected]">Thiemo Wiedemeyer</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>python3-interpreter</build_depend> <!-- for cmake/findPicoFlexxSDK.py -->
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>rostime</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>dynamic_reconfigure</depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_export_depend>libusb-1.0-dev</build_export_depend>
<exec_depend>libusb-1.0</exec_depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>