-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
51 lines (42 loc) · 1.61 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
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package>
<name>rviz_semap_plugin</name>
<version>0.1.0</version>
<description>GUIs for the SEMAP project.</description>
<author email="[email protected]">Henning Deeken</author>
<maintainer email="[email protected]">Henning Deeken</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rviz_semap_plugins</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>mesh_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>rviz</build_depend>
<build_depend>interactive_markers</build_depend>
<build_depend>lvr_ros</build_depend>
<build_depend>semap</build_depend>
<build_depend>semap_ros</build_depend>
<build_depend>semap_env</build_depend>
<build_depend>python_qt_binding</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>rospy</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>mesh_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>rviz</run_depend>
<run_depend>interactive_markers</run_depend>
<run_depend>lvr_ros</run_depend>
<run_depend>semap</run_depend>
<run_depend>semap_ros</run_depend>
<run_depend>semap_env</run_depend>
<run_depend>python_qt_binding</run_depend>
<run_depend>message_runtime</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>