-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (23 loc) · 1.01 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
<?xml version="1.0"?>
<package format="3">
<name>ap_planning_examples</name>
<version>0.0.0</version>
<description>Examples for planning with screw-based affordance primitives</description>
<maintainer email="[email protected]">Adam Pettinger</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>Proprietary, see attached</license>
<author email="[email protected]">Adam Pettinger</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>ap_planning</depend>
<depend>moveit_visual_tools</depend>
<exec_depend>bio_ik</exec_depend>
<exec_depend>panda_moveit_config</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>trac_ik</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>