forked from Roboy/roboy_plexus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
25 lines (23 loc) · 790 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
<?xml version="1.0"?>
<package format="2">
<name>roboy_plexus</name>
<version>0.0.0</version>
<description>roboy nervous system</description>
<maintainer email="[email protected]">Simon Trendel</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>std_msgs</depend>
<depend>message_generation</depend>
<depend>message_runtime</depend>
<depend>communication</depend>
<depend>roboy_middleware_msgs</depend>
<depend>roboy_control_msgs</depend>
<depend>common_utilities</depend>
<depend>roboy_soli</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>