-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
30 lines (24 loc) · 910 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="3">
<name>ap_planning</name>
<version>0.0.0</version>
<description>For using closed chain planning via IK solving</description>
<maintainer email="[email protected]">Adam Pettinger</maintainer>
<license>Proprietary, see attached</license>
<author email="[email protected]">Adam Pettinger</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>affordance_primitive_msgs</depend>
<depend>affordance_primitives</depend>
<depend>moveit_core</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>moveit_visual_tools</depend>
<depend>ompl</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf2_eigen</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<build_type>catkin</build_type>
<ap_planning plugin="${prefix}/plugins.xml" />
</export>
</package>