forked from spencer-project/spencer_people_tracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (22 loc) · 947 Bytes
/
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
<package>
<name>spencer_tracking_rviz_plugin</name>
<version>0.1.0</version>
<description>
RViz plugin for visualizing tracked and detected persons and groups
</description>
<maintainer email="linder@cs.uni-freiburg.de">Timm Linder</maintainer>
<author email="linder@cs.uni-freiburg.de">Timm Linder</author>
<license>TODO; CC BY 3.0 (Fugue Icons by Yusuke Kamiyamane)</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rviz</build_depend>
<build_depend>spencer_tracking_msgs</build_depend>
<build_depend>spencer_social_relation_msgs</build_depend>
<build_depend>spencer_human_attribute_msgs</build_depend>
<run_depend>rviz</run_depend>
<run_depend>spencer_tracking_msgs</run_depend>
<run_depend>spencer_social_relation_msgs</run_depend>
<run_depend>spencer_human_attribute_msgs</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>