forked from maeshu/moveit_mpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
maeshu
committed
Sep 22, 2019
1 parent
3ba8368
commit d971570
Showing
2 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<package format="2"> | ||
<name>moveit_mpp</name> | ||
<version>0.1.0</version> | ||
<version>0.0.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> | ||
<depend>moveit_core</depend> | ||
<depend>moveit_ros_planning</depend> | ||
<depend>pluginlib</depend> | ||
<depend>roscpp</depend> | ||
|
||
<export> | ||
<moveit_core plugin="${prefix}/mpp_plugin_description.xml"/> | ||
|