-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.xml
30 lines (24 loc) · 945 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
<package format="2">
<name>ompl_visual_tools</name>
<version>2.3.2</version>
<description>
Rviz 3-D visualizer for planning algorithms implemented with the Open Motion Planning Library (OMPL)
</description>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<author email="[email protected]">Dave Coleman</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/ompl_visual_tools</url>
<url type="bugtracker">https://github.com/davetcoleman/ompl_visual_tools/issues</url>
<url type="repository">https://github.com/davetcoleman/ompl_visual_tools/</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>graph_msgs</depend>
<depend>moveit_visual_tools</depend>
<depend>moveit_ompl</depend>
<depend>moveit_core</depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>visualization_msgs</depend>
<depend>ompl</depend>
<export>
</export>
</package>