-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
29 lines (22 loc) · 797 Bytes
/
package.xml
File metadata and controls
29 lines (22 loc) · 797 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>unreal_vision_bridge</name>
<version>0.0.0</version>
<description>Unreal vision to ROS bridge</description>
<maintainer email="wiedemeyer@cs.uni-bremen.de">Thiemo Wiedemeyer</maintainer>
<license>GPLv3</license>
<url type="website">https://github.com/code-iai/unreal_vision_bridge</url>
<author email="wiedemeyer@cs.uni-bremen.de">Thiemo Wiedemeyer</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>nodelet</depend>
<depend>roscpp</depend>
<depend>rostime</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>