-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
33 lines (25 loc) · 943 Bytes
/
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"?>
<package format="2">
<name>qt_smach_viewer</name>
<version>0.0.3</version>
<description>
Qt_smach_viewer provide a new smach introspection and a linked smach viewer.
</description>
<maintainer email="[email protected]">Ludovic Delval</maintainer>
<license>Apache License 2.0</license>
<author>Ludovic Delval</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>std_msgs</depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>smach</exec_depend>
<exec_depend>python_qt_binding</exec_depend>
<test_depend>rostest</test_depend>
<test_depend>python-pytest</test_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!--<rosdoc config="rosdoc.yaml"/>-->
</export>
</package>