-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (26 loc) · 967 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
<?xml version="1.0"?>
<package format="2">
<!-- required tags -->
<name>ros-wrappers</name>
<version>1.0.0</version>
<description>
This package holds various wrappers for ros agnostic libraries
</description>
<maintainer email="tstanca@students.kennesaw.edu">Trevor Stanca</maintainer>
<license>This was just required for compilation</license>
<!-- dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>roslaunch</exec_depend>
<build_depend>message_generation</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>behaviors</build_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>nodelet</exec_depend>
<!-- export nodelets -->
<export>
<nodelet plugin="${prefix}/plugins/a_star_plugin.xml"/>
</export>
</package>