You can use tools in `rosbagmigration` to convert the format of your bag file. This can convert the older messages into the new type.<br><br><a href="http://www.ros.org/wiki/rosbagmigration">http://www.ros.org/wiki/rosbagmigration</a><br>
<br>Kevin<br><br><div class="gmail_quote">On Mon, Mar 8, 2010 at 7:59 PM, David Feil-Seifer <span dir="ltr"><<a href="mailto:david.feilseifer@gmail.com">david.feilseifer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OK, so I made some bag files a while back using the encode node from<br>
image_publisher package that has since been deprecated. These bag<br>
files have these images logged as sensor_msgs/CompressedImage under<br>
the topic /overhead_cam/image_color_compressed<br>
<br>
how would I make the image_subscriber tutorial subscribe to this topic<br>
correctly. I currently have the following error messages:<br>
<br>
/overhead_cam/image_color_compressed to have datatype/md5sum<br>
[sensor_msgs/Image/060021388200f6f0f447d0fcd9c64743], but our version<br>
has [sensor_msgs/CompressedImage/8f7a12909da2c9d3332d540a0977563f].<br>
Dropping connection.<br>
[ERROR] 1268106882.939315000: Client [/compressed_listener] wants<br>
topic /overhead_cam/image_color_compressed to have datatype/md5sum<br>
[sensor_msgs/Image/060021388200f6f0f447d0fcd9c64743], but our version<br>
has [sensor_msgs/CompressedImage/8f7a12909da2c9d3332d540a0977563f].<br>
Dropping connection.<br>
[ERROR] 1268106910.267165000: Client [/compressed_listener] wants<br>
topic /overhead_cam/image_color_compressed to have datatype/md5sum<br>
[sensor_msgs/Image/060021388200f6f0f447d0fcd9c64743], but our version<br>
has [sensor_msgs/CompressedImage/8f7a12909da2c9d3332d540a0977563f].<br>
Dropping connection.<br>
<br>
Do I have to upgrade the bag files in some way?<br>
<br>
Thanks in advance for your help.<br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@lists.sourceforge.net">ros-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ros-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/ros-users</a><br>
_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
</blockquote></div><br>