forked from gavanderhoorn/moveit_mpp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
25 lines (21 loc) · 841 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>
<name>moveit_mpp</name>
<version>0.1.0</version>
<description>Multi-planner plugin hoster plugin for MoveIt</description>
<author>G.A. vd. Hoorn (TU Delft Robotics Institute)</author>
<maintainer email="[email protected]">G.A. vd. Hoorn (TU Delft Robotics Institute)</maintainer>
<license>Apache2</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>moveit_core</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<run_depend>moveit_core</run_depend>
<run_depend>moveit_ros_planning</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>roscpp</run_depend>
<export>
<moveit_core plugin="${prefix}/mpp_plugin_description.xml"/>
</export>
</package>