forked from ros-visualization/oculus_rviz_plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
42 lines (29 loc) · 1.06 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
<?xml version="1.0"?>
<package>
<name>oculus_rviz_plugins</name>
<version>0.0.9</version>
<description>RViz plugins for the Oculus Rift.</description>
<maintainer email="[email protected]">David Gossow</maintainer>
<author email="[email protected]">David Gossow</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>oculus_sdk</build_depend>
<run_depend>oculus_sdk</run_depend>
<build_depend>libogre-dev</build_depend>
<run_depend>libogre-dev</run_depend>
<build_depend>libqt4-dev</build_depend>
<run_depend>libqt4-dev</run_depend>
<build_depend>libqt4-opengl-dev</build_depend>
<run_depend>libqt4-opengl-dev</run_depend>
<build_depend>boost</build_depend>
<run_depend>boost</run_depend>
<build_depend>rviz</build_depend>
<run_depend>rviz</run_depend>
<build_depend>tf</build_depend>
<run_depend>tf</run_depend>
<build_depend>roscpp</build_depend>
<run_depend>roscpp</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>