forked from AIS-Bonn/rviz_cinematographer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (24 loc) · 942 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>video_recorder</name>
<version>0.1.1</version>
<description>Subscribes to images and generates a video.</description>
<author email="[email protected]">Jan Razlaw</author>
<maintainer email="[email protected]">Jan Razlaw</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>roscpp</depend>
<depend>nodelet</depend>
<depend>cv_bridge</depend>
<depend>image_geometry</depend>
<depend>image_transport</depend>
<depend>sensor_msgs</depend>
<depend>rviz_cinematographer_msgs</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- You can specify that this package is a metapackage here: -->
<!-- <metapackage/> -->
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
<!-- Other tools can request additional information be placed here -->
</export>
</package>