forked from VisualComputingInstitute/BiternionNets-ROS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
43 lines (39 loc) · 1.69 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
<?xml version="1.0"?>
<package>
<name>biternion</name>
<version>0.1.0</version>
<description>The biternion package, get your fix for all things orientation here!</description>
<maintainer email="[email protected]">Lucas Beyer</maintainer>
<author email="[email protected]">Lucas Beyer</author>
<author email="[email protected]">Vitaly Kurin</author>
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>image_transport</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<!-- The following two are for the STRANDS framework. -->
<build_depend>upper_body_detector</build_depend>
<build_depend>mdl_people_tracker</build_depend>
<!-- The following two are for the SPENCER framework. -->
<!--<build_depend>rwth_upper_body_detector</build_depend>
<build_depend>rwth_pedestrian_tracking</build_depend>-->
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>image_transport</run_depend>
<run_depend>message_filters</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<!-- And for the run_depend, it still works if we always include both. -->
<run_depend>upper_body_detector</run_depend>
<run_depend>mdl_people_tracker</run_depend>
<run_depend>rwth_upper_body_detector</run_depend>
<run_depend>rwth_pedestrian_tracking</run_depend>
<export>
</export>
</package>