forked from splintered-reality/py_trees_ros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
62 lines (49 loc) · 1.75 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>py_trees_ros</name>
<version>2.2.2</version>
<description>
ROS extensions and behaviours for py_trees.
</description>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<license>BSD</license>
<url type="website">https://py-trees-ros.readthedocs.io/en/release-1.2.x/</url>
<url type="repository">https://github.com/stonier/py_trees_ros</url>
<url type="bugtracker">https://github.com/stonier/py_trees_ros/issues</url>
<author>Daniel Stonier</author>
<author>Michal Staniaszek</author>
<author>Naveed Usmani</author>
<build_depend>python3-setuptools</build_depend>
<test_depend>python3-pytest</test_depend>
<doc_depend>python3-sphinx</doc_depend>
<doc_depend>python3-sphinx-argparse</doc_depend>
<doc_depend>python3-sphinx-rtd-theme</doc_depend>
<!-- core dependencies -->
<!-- <depend>py_trees</depend> -->
<depend>py_trees_ros_interfaces</depend>
<depend>std_msgs</depend>
<!-- message renamed in ROS1 to ROS2 switch-->
<!-- <depend>unique_identifier_msgs</depend> -->
<depend>uuid_msgs</depend>
<!-- ROS2 dependencies -->
<!--
<depend>rcl_interfaces</depend>
<depend>rclpy</depend>
<depend>ros2topic</depend>
<depend>tf2_ros_py</depend>
-->
<!-- ROS1 dependencies -->
<depend>rospy</depend>
<!-- behaviour dependencies (subscribers, transforms, ...) -->
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<!-- testing dependencies -->
<export>
<!-- ROS2 -->
<!--
<build_type>ament_python</build_type>
-->
</export>
</package>