<?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: Have any document or sample code for using relocalization to correct odometry drift? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395224#M2155</link>
    <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks your information.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2017 09:24:43 GMT</pubDate>
    <dc:creator>AAll</dc:creator>
    <dc:date>2017-07-20T09:24:43Z</dc:date>
    <item>
      <title>Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395216#M2147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I refer this developer guide &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, but have no idea for using relocalization.&lt;/P&gt;&lt;P&gt;Have any document or sample code to describe detail?&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:08:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395216#M2147</guid>
      <dc:creator>AAll</dc:creator>
      <dc:date>2017-07-18T11:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395217#M2148</link>
      <description>&lt;P&gt;Would the link below be of use to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ros.org/rtabmap_ros/Tutorials/HandHeldMapping#"&gt;http://wiki.ros.org/rtabmap_ros/Tutorials/HandHeldMapping#&lt;/A&gt; Localization_mode rtabmap_ros/Tutorials/HandHeldMapping - ROS Wiki &lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:14:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395217#M2148</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-07-18T11:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395218#M2149</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks your kindly reply, but I means relocalization in RealSense SLAM library.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 01:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395218#M2149</guid>
      <dc:creator>AAll</dc:creator>
      <dc:date>2017-07-19T01:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395219#M2150</link>
      <description>&lt;P&gt;I apologize.  I was not able to find any scripting relating to activating a reset in the SLAM library in the RealSense SDK for Linux.   Reading the manual that you did, I get the impression that it is an automated process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A reset becomes possible when the same conditions are met as those required to start the SLAM (e.g being motionless), and if the tracking senses that it may have become lost then it uses what it has already learned during its travels to correct itself, consulting its map to find a point to re-orient itself to.  It can correct drift by consulting its map when returning to the first room that it started in after having visited another room (as the potential for drift increases as it travels further from its origin location).&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 05:41:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395219#M2150</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-07-19T05:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395220#M2151</link>
      <description>&lt;P&gt;Hi Allring ,&lt;/P&gt;&lt;P&gt;First there is a flag to enable/ disable re-localization.&lt;/P&gt;&lt;P&gt;Now for mode detailed code..&lt;/P&gt;&lt;P&gt;You can look in the &lt;A href="https://software.intel.com/sites/products/realsense/slam/slam__core_8h_source.html"&gt;https://software.intel.com/sites/products/realsense/slam/slam__core_8h_source.html&lt;/A&gt; SLAM API here the 'get_relocalization_pose' return bool indication if frame was relocalized. (Also you can see header under Euclid device at 'usr/include/librealsense/slam/slam_core.h')&lt;/P&gt;&lt;P&gt;Now please look also on the &lt;A href="http://https//github.com/IntelEuclid/realsense_sp/blob/master/src/"&gt;http://https//github.com/IntelEuclid/realsense_sp/blob/master/src/&lt;/A&gt; Euclid code sample for realsense_sp Inside there is a call for 'get_camera_pose'.&lt;/P&gt;&lt;P&gt;You can replace that call with the '&lt;A href="https://software.intel.com/sites/products/realsense/slam/slam__core_8h_source.html"&gt;https://software.intel.com/sites/products/realsense/slam/slam__core_8h_source.html&lt;/A&gt; get_relocalization_pose'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Tsahi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intel Euclid Development Team&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 12:16:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395220#M2151</guid>
      <dc:creator>Tsahi_M_Intel</dc:creator>
      <dc:date>2017-07-19T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395221#M2152</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help very much. Sorry for reply lately.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/slam/classrs_1_1slam_1_1slam.html#"&gt;https://software.intel.com/sites/products/realsense/slam/classrs_1_1slam_1_1slam.html#&lt;/A&gt; af2f5f9900ea56a556d0e8a6f32324b58 Intel® RealSense™ for Linux - SLAM Library Version 1.0 mentions the function get_relocalization_pose(), but I have no idea about when to use it and why it do not work.&lt;/P&gt;&lt;P&gt;I clone this version code &lt;A href="https://github.com/robojay/realsense_sp"&gt;https://github.com/robojay/realsense_sp&lt;/A&gt; GitHub - robojay/realsense_sp: ROS package for the RealSense SP middleware under Intel Euclid. and reveal the odom data on RViz and get not good result. The odom data drift.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 01:29:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395221#M2152</guid>
      <dc:creator>AAll</dc:creator>
      <dc:date>2017-07-20T01:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395222#M2153</link>
      <description>&lt;P&gt;Hi Tsahi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I clone this version code &lt;A href="https://github.com/robojay/realsense_sp"&gt;https://github.com/robojay/realsense_sp&lt;/A&gt; GitHub - robojay/realsense_sp: ROS and it looks the flag enable_relocalization is default true according to the launch file.&lt;/P&gt;&lt;P&gt;The function get_relocalization_pose() always return false if which replaces call for get_camera_pose in code.&lt;/P&gt;&lt;P&gt;I have no idea what the problem is.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 01:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395222#M2153</guid>
      <dc:creator>AAll</dc:creator>
      <dc:date>2017-07-20T01:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395223#M2154</link>
      <description>&lt;P&gt;There is a script called Slam.h for the Intel RealSense For Linux that may be helpful in learning how get_relocalization_pose() is used.  Lines 238 to 243 and line 283 refer to the instruction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/slam/slam_8h_source.html"&gt;https://software.intel.com/sites/products/realsense/slam/slam_8h_source.html&lt;/A&gt; Intel® RealSense™ for Linux - SLAM Library: /Users/mcurfman/ws/Linux_SDK/realsense_documentation/realsense_slam/sdk/incl… &lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 06:42:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395223#M2154</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-07-20T06:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395224#M2155</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks your information.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 09:24:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395224#M2155</guid>
      <dc:creator>AAll</dc:creator>
      <dc:date>2017-07-20T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Have any document or sample code for using relocalization to correct odometry drift?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395225#M2156</link>
      <description>&lt;P&gt;Hi Allring,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing the same issue here. Relocalization is enabled but I hardly ever get a valid pose. My guess is that the lack of the processing ASIC in the Euclid (with respect to the ZR300) makes processing all the required data really difficult. Did you manage to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Crespum.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 17:25:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Have-any-document-or-sample-code-for-using-relocalization-to/m-p/395225#M2156</guid>
      <dc:creator>XCres</dc:creator>
      <dc:date>2017-10-31T17:25:13Z</dc:date>
    </item>
  </channel>
</rss>

