forked from srl-freiburg/spencer_tracking_rviz_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 lines (24 loc) · 1017 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
31
32
33
<package>
<name>spencer_tracking_rviz_plugin</name>
<version>1.0.8</version>
<description>
RViz plugin for visualizing tracked and detected persons and groups
</description>
<maintainer email="[email protected]">Timm Linder</maintainer>
<author email="[email protected]">Timm Linder</author>
<license>BSD; 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>
<build_depend>roslib</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>
<run_depend>roslib</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>