-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
30 lines (30 loc) · 1.07 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
29
30
<?xml version="1.0"?>
<package format="2">
<name>or_rviz</name>
<version>1.1.0</version>
<description>
OpenRAVE viewer plugin that publishes the environment as InteractiveMarkers
that can be visualized in RViz.
</description>
<url type="website">https://github.com/mkoval/or_rviz</url>
<url type="repository">https://github.com/mkoval/or_rviz.git</url>
<url type="bugtracker">https://github.com/mkoval/or_rviz/issues</url>
<maintainer email="[email protected]">Michael Koval</maintainer>
<author email="[email protected]">Michael Koval</author>
<author email="[email protected]">Matthew Klingensmith</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>openrave_catkin</depend>
<depend>boost</depend>
<depend>interactive_markers</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<depend>rviz</depend>
<depend>roscpp</depend>
<depend>libogre-dev</depend>
<depend>libqt4-dev</depend>
<export>
<rviz plugin="${prefix}/plugins.xml"/>
</export>
</package>