-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.xml
37 lines (28 loc) · 1.05 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
<package>
<name>flexbe_app</name>
<version>2.4.1</version>
<description>
flexbe_app provides a user interface (editor + runtime control) for the FlexBE behavior engine.
</description>
<author>Philipp Schillinger</author>
<maintainer email="[email protected]">Philipp Schillinger</maintainer>
<maintainer email="[email protected]">David Conner</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/flexbe_app</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>curl</build_depend>
<run_depend>libasound2-dev</run_depend>
<run_depend>libnss3-dev</run_depend>
<run_depend>libxss1</run_depend>
<run_depend>rospy</run_depend>
<run_depend>genpy</run_depend>
<run_depend>actionlib</run_depend>
<run_depend>rospack</run_depend>
<run_depend>flexbe_onboard</run_depend>
<run_depend>flexbe_mirror</run_depend>
<run_depend>flexbe_widget</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>flexbe_msgs</run_depend>
<test_depend>rosunit</test_depend>
<test_depend>rostest</test_depend>
</package>