-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
28 lines (23 loc) · 896 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
<package>
<name>rviz_plugin_camerarenderpublisher</name>
<version>0.1.0</version>
<description>
rviz plugin to republish the images rendered in a camera plugin of rviz as ros images
</description>
<maintainer email="[email protected]">Roberto Martin-Martin</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/none</url>
<author email="[email protected]">Roberto Martin-Martin</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rviz</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>eigen</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<run_depend>rviz</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>geometry_msgs</run_depend>
<export>
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>