-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
33 lines (25 loc) · 1008 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
<package format="2">
<name>rqt_cascade_hfsm</name>
<version>1.1.0</version>
<description>rqt_cascade_hfsm provides a GUI plugin for creating HFSMs using cascade lifecycle.</description>
<maintainer email="[email protected]">Francisco Martin</maintainer>
<license>BSD</license>
<author email="[email protected]">Francisco Martin</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>rqt_gui</build_depend>
<build_depend>rqt_gui_cpp</build_depend>
<build_depend>qt_gui_cpp</build_depend>
<build_depend>std_msgs</build_depend>
<exec_depend>rqt_gui</exec_depend>
<exec_depend>rqt_gui_cpp</exec_depend>
<exec_depend>qt_gui_cpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
<rqt_gui plugin="${prefix}/plugin.xml"/>
</export>
</package>