-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
66 lines (50 loc) · 1.89 KB
/
Copy pathpackage.xml
File metadata and controls
66 lines (50 loc) · 1.89 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0"?>
<package>
<name>human_position_estimation</name>
<version>0.0.0</version>
<description>Determine 3D pose of people in the map</description>
<!-- Maintainer -->
<maintainer email="itaouil@gmail.com">itaouil</maintainer>
<!-- License -->
<license>BSD</license>
<!-- Website -->
<url type="website">http://github.com/itaouil/HARN</url>
<!-- Author -->
<author email="itaouil95@gmail.com">Ilyass Taouil</author>
<!-- Dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>roslib</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_generation</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>roslib</run_depend>
<run_depend>visualization_msgs</run_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>std_srvs</build_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>aruco_ros</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>moveit_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>