forked from splintered-reality/py_trees_ros_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
33 lines (27 loc) · 1.27 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
<?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="3">
<name>py_trees_ros_viewer</name>
<version>0.2.3</version>
<description>
A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem.
</description>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<author>Daniel Stonier</author>
<license>BSD</license>
<url type="website">https://github.com/splintered-treality/py_trees_ros_viewer</url>
<url type="repository">https://github.com/splintered-treality/py_trees_ros_viewer</url>
<url type="bugtracker">https://github.com/splintered-treality/py_trees_ros_viewer/issues</url>
<build_depend>python3-setuptools</build_depend>
<build_depend>pyqt5-dev-tools</build_depend>
<build_depend>qttools5-dev-tools</build_depend>
<exec_depend>py_trees_ros_interfaces</exec_depend>
<exec_depend>py_trees_js</exec_depend>
<exec_depend>python3-qt5-bindings</exec_depend>
<exec_depend>python3-pyqt5.qtwebengine</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>unique_identifier_msgs</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>