Diff of /package.xml [000000] .. [9fb160]

Switch to unified view

a b/package.xml
1
<?xml version="1.0"?>
2
<package>
3
  <name>fallen_person_detector</name>
4
  <version>0.1.0</version>
5
  <description>The fallen_person_detector package</description>
6
7
  <!-- One maintainer tag required, multiple allowed, one person per tag -->
8
  <!-- Example:  -->
9
  <!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
10
  <maintainer email="solbach@eecs.yorku.ca">markus solbach</maintainer>
11
12
13
  <!-- One license tag required, multiple allowed, one license per tag -->
14
  <!-- Commonly used license strings: -->
15
  <!--   BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
16
  <license>TODO</license>
17
18
19
20
  <buildtool_depend>catkin</buildtool_depend>
21
22
  <build_depend>cv_bridge</build_depend>
23
  <build_depend>openpose_ros</build_depend>
24
  <build_depend>roscpp</build_depend>
25
  <build_depend>sensor_msgs</build_depend>
26
  <build_depend>std_msgs</build_depend>
27
  <build_depend>image_transport</build_depend>
28
  <build_depend>message_filters</build_depend>
29
  <build_depend>libpcl-all-dev</build_depend>
30
31
  <run_depend>cv_bridge</run_depend>
32
  <run_depend>openpose_ros</run_depend>
33
  <run_depend>roscpp</run_depend>
34
  <run_depend>sensor_msgs</run_depend>
35
  <run_depend>std_msgs</run_depend>
36
  <run_depend>image_transport</run_depend>
37
  <run_depend>message_filters</run_depend>
38
  <run_depend>libpcl-all</run_depend>
39
40
41
</package>