forked from personalrobotics/or_ompl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
28 lines (28 loc) · 1.12 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
<?xml version="1.0"?>
<package format="2">
<name>or_ompl</name>
<version>0.7.0</version>
<description>
OpenRAVE bindings for OMPL.
</description>
<url type="repository">https://svn.personalrobotics.ri.cmu.edu/pr-ros-pkg/trunk/or_plugins/or_ompl</url>
<maintainer email="mkoval@cs.cmu.edu">Michael Koval</maintainer>
<author email="cdellin@cs.cmu.edu">Christopher Dellin</author>
<author email="mklingen@cs.cmu.edu">Matthew Klingensmith</author>
<author email="mkoval@cs.cmu.edu">Michael Koval</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<build_depend>python</build_depend>
<build_depend>python-argparse</build_depend>
<build_depend>python-yaml</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>openrave_catkin</build_depend>
<build_depend>ompl</build_depend>
<build_depend>tinyxml</build_depend>
<exec_depend>openrave_catkin</exec_depend>
<exec_depend>ompl</exec_depend>
<exec_depend>tinyxml</exec_depend>
<test_depend>python-nose</test_depend>
<test_depend>python-numpy</test_depend>
</package>