<?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 Re: Fail to run realsense sample &amp;quot;slam_tutorial_1_gui&amp;quot; on Euclid in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345815#M1233</link>
    <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Intel Realsense SLAM is preinstalled on the Euclid. You can use it by running the following 2 nodes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;roslaunch realsense_camera lr200m_nodelet_default.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in a second terminal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;roslaunch realsense_sp sp.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will publish a topics /tf and /realsense/odom which contain the 6DOF information for the Euclid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, in order to display the map itself, modifications need to be made (since it was originally made for ZR300 and not in a ROS environment).&lt;/P&gt;&lt;P&gt;I would strongly recommend against using a different librealsense version that is not the Euclid's forked version, as that can cause errors in the Euclid's camera's firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using GMAPPING, RTAB, or ORBSLAM, for all of which I've made walkthroughs for using, and are available here in the forum or in &lt;A href="http://euclidcommunity.intel.com"&gt;euclidcommunity.intel.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any further help and I'll be happy to help out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Meitav&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intel Euclid Development Team&lt;/P&gt;</description>
    <pubDate>Wed, 27 Sep 2017 12:44:35 GMT</pubDate>
    <dc:creator>Meitav_K_Intel</dc:creator>
    <dc:date>2017-09-27T12:44:35Z</dc:date>
    <item>
      <title>Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345811#M1229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I have an Intel Euclid and I want to run a SLAM demo on it. &lt;/P&gt;&lt;P&gt;     like this link: &lt;A href="https://software.intel.com/sites/products/realsense/slam/developer_guide.html"&gt;https://software.intel.com/sites/products/realsense/slam/developer_guide.html&lt;/A&gt; Intel® RealSense™ for Linux - SLAM Library: Developer's Guide &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I use apt-get to install the library and program:&lt;/P&gt;&lt;P&gt;          &amp;gt;sudo apt install librealsense-samples beignet-opencl-icd          &lt;/P&gt;&lt;P&gt;     When I run slam_tutorial_1_gui, it will fail and show the message "current device is not supported by the current module configuration."&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     I have no idea if I miss any important procedure.&lt;/P&gt;&lt;P&gt;     Is there a tutorial to run "slam_tutorial_1_gui" on Intel Euclid ?&lt;/P&gt;&lt;P&gt;     Any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 07:53:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345811#M1229</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-09-27T07:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345812#M1230</link>
      <description>&lt;P&gt;The sense I get from my research is that this tutorial is intended for the full ZR300 Developer Kit camera.  Whilst the Euclid does have a ZR300 too, it is a modified form of the camera that lacks an ASIC chip that the full kit camera has.  This missing chip is software-simulated on Euclid by using a special forked version of Librealsense, not the main branch of Librealsense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My recommendation would be to use the form of SLAM that is built into Euclid.  This tutorial on setting up an RTAB-MAP slam on Euclid may be of interest to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Euclid also comes with a 6DOF Scenario that makes use of the Euclid SLAM module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vimeo.com/218350794"&gt;https://vimeo.com/218350794&lt;/A&gt; 12 6DOF Scenario on Vimeo &lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:02:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345812#M1230</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-27T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345813#M1231</link>
      <description>&lt;P&gt;Hi MartyG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your answer.&lt;/P&gt;&lt;P&gt;Does it mean that we cannot run realsense slam sample "slam_tutorial_1_gui" on Euclid because of ZR300 camera driver issue?&lt;/P&gt;&lt;P&gt;Anyway I am going to try RTAB-Map. Thanks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:36:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345813#M1231</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-09-27T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345814#M1232</link>
      <description>&lt;P&gt;I am not a Euclid specialist, so I cannot say for certain whether  "slam_tutorial_1_gui" can work with the default setup of Euclid.  One of the Euclid specialists who read and comment on this forum may be able to offer a second opinion later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you can install the main Librealsense on Euclid in place of the forked version but you will lose access to the Euclid functions that the forked version provides support for.  The fisheye camera in particular would likely be severely affected.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 09:43:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345814#M1232</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-09-27T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345815#M1233</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Intel Realsense SLAM is preinstalled on the Euclid. You can use it by running the following 2 nodes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;roslaunch realsense_camera lr200m_nodelet_default.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in a second terminal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;roslaunch realsense_sp sp.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will publish a topics /tf and /realsense/odom which contain the 6DOF information for the Euclid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, in order to display the map itself, modifications need to be made (since it was originally made for ZR300 and not in a ROS environment).&lt;/P&gt;&lt;P&gt;I would strongly recommend against using a different librealsense version that is not the Euclid's forked version, as that can cause errors in the Euclid's camera's firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using GMAPPING, RTAB, or ORBSLAM, for all of which I've made walkthroughs for using, and are available here in the forum or in &lt;A href="http://euclidcommunity.intel.com"&gt;euclidcommunity.intel.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any further help and I'll be happy to help out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Meitav&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intel Euclid Development Team&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 12:44:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345815#M1233</guid>
      <dc:creator>Meitav_K_Intel</dc:creator>
      <dc:date>2017-09-27T12:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345816#M1234</link>
      <description>&lt;P&gt;Hi Meitav,&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     I follow Jay's github: &lt;A href="https://github.com/robojay/realsense_sp"&gt;https://github.com/robojay/realsense_sp&lt;/A&gt; &lt;A href="https://github.com/robojay/realsense_sp"&gt;https://github.com/robojay/realsense_sp&lt;/A&gt; , and make slam work.&lt;/P&gt;&lt;P&gt;     I can get the occupancy map shown on rviz by realsense_sp ROS package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     And I also try the RTABMap &lt;A href="https://github.com/introlab/rtabmap_ros#"&gt;https://github.com/introlab/rtabmap_ros#&lt;/A&gt; rtabmap_ros GitHub - introlab/rtabmap_ros: RTAB-Map's ROS package. &lt;/P&gt;&lt;P&gt;     It works, and I can get the 3D map and the procedure of loop closure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     It's cool. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan  &lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 01:29:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345816#M1234</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-09-29T01:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345817#M1235</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    I also try the RTABMap &lt;A href="https://github.com/introlab/rtabmap"&gt;https://github.com/introlab/rtabmap&lt;/A&gt; &lt;A href="https://github.com/introlab/rtabmap"&gt;https://github.com/introlab/rtabmap&lt;/A&gt; &lt;/P&gt;&lt;P&gt;    But I can't get enough features, cause I lost the map I drew before.&lt;/P&gt;&lt;P&gt; How can I resolve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 04:47:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345817#M1235</guid>
      <dc:creator>Hao_Y_Intel</dc:creator>
      <dc:date>2017-10-27T04:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fail to run realsense sample "slam_tutorial_1_gui" on Euclid</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345818#M1236</link>
      <description>&lt;P&gt;An article on RTABMap that uses Kinect as its camera has a section on recovering lost odometry.  The principles may be applicable to your RealSense camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/introlab/rtabmap/wiki/Kinect-mapping#"&gt;https://github.com/introlab/rtabmap/wiki/Kinect-mapping#&lt;/A&gt; lost-odometry-red-screens Kinect mapping · introlab/rtabmap Wiki · GitHub &lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:42:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Fail-to-run-realsense-sample-quot-slam-tutorial-1-gui-quot-on/m-p/345818#M1236</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-10-27T06:42:27Z</dc:date>
    </item>
  </channel>
</rss>

