<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Play rosbag on Euclid in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623838#M13614</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I am trying to play back some rosbag on Euclid (including some rosbag from Internet and recorded with my Euclid).&lt;/P&gt;&lt;P&gt;Though I can call the cmd "rosbag play XXX.bag" in bash, there is actually no information being published to corresponding rostopics.&lt;/P&gt;&lt;P&gt;For example, if I call "rostopic list" while playing a rosbag recorded with Euclid scenario "cameras", I do see topics such as /camera/color/image_raw and /camera/depth/image_raw in the list.&lt;/P&gt;&lt;P&gt;However, if I do "rostopic echo /camera/color/image_raw", nothing came out.  Similarly, I cannot show the raw image with rviz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I suspect there could be issue with the rosbags.  So I copied the "problematic" rosbag to another ubuntu desktop: now the images are published with no problem at all!&lt;/P&gt;&lt;P&gt;Also I tried to do "rosbag fix XXX.bag XXX_fixed.bag --force", but with no luck.&lt;/P&gt;&lt;P&gt;Till now, I feel like it might related to the fact that there is a specific version of ros running on Euclid, which somehow blocks the rostopic such as image_raw being published.  Not sure how to fix or get around with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if anyone else ran into similar issue these days.  Any hint or suggestion is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yipu&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 00:52:15 GMT</pubDate>
    <dc:creator>yzhao23</dc:creator>
    <dc:date>2018-05-11T00:52:15Z</dc:date>
    <item>
      <title>Play rosbag on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623838#M13614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I am trying to play back some rosbag on Euclid (including some rosbag from Internet and recorded with my Euclid).&lt;/P&gt;&lt;P&gt;Though I can call the cmd "rosbag play XXX.bag" in bash, there is actually no information being published to corresponding rostopics.&lt;/P&gt;&lt;P&gt;For example, if I call "rostopic list" while playing a rosbag recorded with Euclid scenario "cameras", I do see topics such as /camera/color/image_raw and /camera/depth/image_raw in the list.&lt;/P&gt;&lt;P&gt;However, if I do "rostopic echo /camera/color/image_raw", nothing came out.  Similarly, I cannot show the raw image with rviz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I suspect there could be issue with the rosbags.  So I copied the "problematic" rosbag to another ubuntu desktop: now the images are published with no problem at all!&lt;/P&gt;&lt;P&gt;Also I tried to do "rosbag fix XXX.bag XXX_fixed.bag --force", but with no luck.&lt;/P&gt;&lt;P&gt;Till now, I feel like it might related to the fact that there is a specific version of ros running on Euclid, which somehow blocks the rostopic such as image_raw being published.  Not sure how to fix or get around with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if anyone else ran into similar issue these days.  Any hint or suggestion is appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yipu&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 00:52:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623838#M13614</guid>
      <dc:creator>yzhao23</dc:creator>
      <dc:date>2018-05-11T00:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Play rosbag on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623839#M13615</link>
      <description>&lt;P&gt;Hello yipuzhao,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;We were reviewing your case but we were not able to reproduce the problem, but we were able to record, play, and get the output of a rosbag successfully.  This is how we did it.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;OL&gt;&lt;LI&gt;Open the web interface to Euclid by opening a web browser and going to localhost.&lt;/LI&gt;&lt;LI&gt;Start the Cameras scenarios&lt;/LI&gt;&lt;LI&gt;Open a terminal window&lt;/LI&gt;&lt;LI&gt;Type: rosbag record -a --duration=30 -O test.bag /chatter&lt;/LI&gt;&lt;LI&gt;When the rosbag is done recording turn off the Scenario in the browser.&lt;/LI&gt;&lt;LI&gt;Open another terminal window&lt;/LI&gt;&lt;LI&gt;On the first terminal, type rosbag play test.bag&lt;/LI&gt;&lt;LI&gt;On the second terminal window, type rostopic echo /camera/color/image_raw&lt;/LI&gt;&lt;/OL&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;You should see the data output to the screen.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;I hope you find this information helpful.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Please, let us know if further assistance is required or if we can close this case.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your patience and understanding on this matter.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Best regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 16:38:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623839#M13615</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-05-23T16:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Play rosbag on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623840#M13616</link>
      <description>&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the detailed explanation.  I ended up restart my device today and try play some newly grabbed rosbags; it works perfectly. &lt;/P&gt;&lt;P&gt;I guess the problem is on the old rosbags that I used.  &lt;/P&gt;&lt;P&gt;Anyway, thank you again!&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 00:20:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623840#M13616</guid>
      <dc:creator>yzhao23</dc:creator>
      <dc:date>2018-05-31T00:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Play rosbag on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623841#M13617</link>
      <description>&lt;P&gt;Hello yipuzhao,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your reply.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;We are glad to hear that you were able to solve your issue.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;As per your consent, this case is now closed.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;If you need further assistance please do not hesitate to contact us. &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Contact Support:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;A href="http://www.intel.com/p/en_US/support/contactsupport"&gt;http://www.intel.com/p/en_US/support/contactsupport&lt;/A&gt; &lt;A href="http://www.intel.com/p/en_US/support/contactsupport"&gt;http://www.intel.com/p/en_US/support/contactsupport&lt;/A&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Important note: Should further assistance or clarification be required, we will greatly appreciate if you reply to this email instead of writing a new one, unless your inquiry is completely unrelated. This way we will prevent generating duplicate emails or case numbers and we will not lose the train of thought.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 16:53:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Play-rosbag-on-Euclid/m-p/623841#M13617</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-05-31T16:53:47Z</dc:date>
    </item>
  </channel>
</rss>

