-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.xml
43 lines (35 loc) · 1.56 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 format="3">
<name>app_manager</name>
<version>1.3.0</version>
<description>app_manager</description>
<maintainer email="[email protected]">ROS Orphaned Package Maintainers</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/app_manager</url>
<!-- <url type="bugtracker"></url> -->
<author>Jeremy Leibs</author>
<author>Ken Conley</author>
<author>Yuki Furuta</author>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>roslaunch</build_depend>
<build_depend>rosgraph</build_depend>
<build_depend>rosunit</build_depend>
<build_depend>message_generation</build_depend>
<!-- Dependencies needed after this package is compiled. -->
<exec_depend>rospack</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>roslaunch</exec_depend>
<exec_depend>rosgraph</exec_depend>
<exec_depend>rosunit</exec_depend>
<exec_depend>std_srvs</exec_depend>
<exec_depend>message_runtime</exec_depend>
<!-- Dependencies needed only for running tests. -->
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-rosdep</test_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-rosdep</test_depend>
<test_depend>rostest</test_depend>
<test_depend>rosservice</test_depend>
<test_depend>rospy_tutorials</test_depend>
</package>