<?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 How can I extract object Pose information using Realsense D435? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-can-I-extract-object-Pose-information-using-Realsense-D435/m-p/721849#M17369</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have realsense D435 depth sensor. I want to perform pick operation using  robotic arm using this camera. my object looks like this, actually hanging vertical &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="332764923125.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/3889i0B31182843067BF1/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="332764923125.jpg" alt="332764923125.jpg" /&gt;&lt;/span&gt;How can I use realsense camera to get object coordinates w.r.t camera?&lt;/P&gt;&lt;P&gt;I can get distance from camera to object using realsense SDK.&lt;/P&gt;&lt;P&gt; I read in this forum that using realsense we can detect one point on object and extracting that x,y,z coordinates in world coordinates. but is it enough to pick(isn't it required roration matrix?)? between where is that world coordinates defined? &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;is it that camera Pose of object that we can give it to robot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or what am I thinking is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2019 20:53:41 GMT</pubDate>
    <dc:creator>mj000111111</dc:creator>
    <dc:date>2019-04-04T20:53:41Z</dc:date>
    <item>
      <title>How can I extract object Pose information using Realsense D435?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-I-extract-object-Pose-information-using-Realsense-D435/m-p/721849#M17369</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have realsense D435 depth sensor. I want to perform pick operation using  robotic arm using this camera. my object looks like this, actually hanging vertical &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="332764923125.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/3889i0B31182843067BF1/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="332764923125.jpg" alt="332764923125.jpg" /&gt;&lt;/span&gt;How can I use realsense camera to get object coordinates w.r.t camera?&lt;/P&gt;&lt;P&gt;I can get distance from camera to object using realsense SDK.&lt;/P&gt;&lt;P&gt; I read in this forum that using realsense we can detect one point on object and extracting that x,y,z coordinates in world coordinates. but is it enough to pick(isn't it required roration matrix?)? between where is that world coordinates defined? &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;is it that camera Pose of object that we can give it to robot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or what am I thinking is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 20:53:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-I-extract-object-Pose-information-using-Realsense-D435/m-p/721849#M17369</guid>
      <dc:creator>mj000111111</dc:creator>
      <dc:date>2019-04-04T20:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I extract object Pose information using Realsense D435?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-can-I-extract-object-Pose-information-using-Realsense-D435/m-p/721850#M17370</link>
      <description>&lt;P&gt;Six degrees of freedom (6Dof) devices such as the RealSense T265 Trackng Camera can provide pose. The D435 and D435i do not by default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was recently a user on the RealSense GitHub site who was using a robot arm for bin picking. Their own approach for getting pose with a D435 was an OpenCV SolvePnP algorithm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/3569#issuecomment-475896784" target="_self" alt="https://github.com/IntelRealSense/librealsense/issues/3569#issuecomment-475896784"&gt;&lt;/A&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/3569#issuecomment-475896784"&gt;https://github.com/IntelRealSense/librealsense/issues/3569#issuecomment-475896784&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another user offered a different approach to getting object pose with D435.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/NVlabs/Deep_Object_Pose/issues/10"&gt;https://github.com/NVlabs/Deep_Object_Pose/issues/10&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 21:04:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-can-I-extract-object-Pose-information-using-Realsense-D435/m-p/721850#M17370</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-04-04T21:04:54Z</dc:date>
    </item>
  </channel>
</rss>

