forked from raulmur/BagFromImages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
23 lines (19 loc) · 826 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<package>
<name>rosbag_from_images</name>
<version>0.0.1</version>
<description>
ROS package to generate a rosbag from a collection of images. Images are ordered alphabetically. The timestamp for each image is assigned according to the specified frequency or is obtained from the filename.
</description>
<license>BSD</license>
<maintainer email="[email protected]">Christopher Wecht</maintainer>
<author>Raul Mur-Artal</author>
<author>Christopher Wecht</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>catkin</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>rosbag</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>image_transport</build_depend>
</package>