<?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: How to get pose data from ZR300 ? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552922#M8841</link>
    <description>&lt;P&gt;Hi Juan N.&lt;/P&gt;&lt;P&gt;Thank you for your advice!&lt;/P&gt;&lt;P&gt;I have installed these following Libraries: &lt;/P&gt;&lt;CODE&gt;sudo apt install -y librealsense-object-recognition-dev librealsense-persontracking-dev librealsense-slam-dev &lt;/CODE&gt;&lt;P&gt;I know that there is an exist ros package called "realsense sample ros" but I still want to do a package due to research purpose.&lt;/P&gt;&lt;P&gt;I set my CmakeLists as follwing but finally got build error :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/EdXian/ROS-R200/blob/master/slam_tutorial/CMakeLists.txt"&gt;https://github.com/EdXian/ROS-R200/blob/master/slam_tutorial/CMakeLists.txt&lt;/A&gt; ROS-R200/CMakeLists.txt at master · EdXian/ROS-R200 · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzgets'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzopen'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzclose'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzputs'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzrewind'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzeof'&lt;/P&gt;&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;ROS-R200/slam_tutorial/CMakeFiles/pose.dir/build.make:316: recipe for target '/home/edxian/catkin_ws/devel/lib/slam_tutorial/pose' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [/home/edxian/catkin_ws/devel/lib/slam_tutorial/pose] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:6603: recipe for target 'ROS-R200/slam_tutorial/CMakeFiles/pose.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [ROS-R200/slam_tutorial/CMakeFiles/pose.dir/all] Error 2&lt;/P&gt;&lt;P&gt;make[1]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt; failed (HTTP Error 403: Forbidden)!&lt;/P&gt;&lt;P&gt;[  6%] Built target recognition.bag&lt;/P&gt;&lt;P&gt; failed (HTTP Error 403: Forbidden)!&lt;/P&gt;&lt;P&gt; failed (HTTP Error 403: Forbidden)!&lt;/P&gt;&lt;P&gt;[  6%] Built target person_detection.bag&lt;/P&gt;&lt;P&gt;[  6%] Built target wave_detection.bag&lt;/P&gt;&lt;P&gt;Makefile:138: recipe for target 'all' failed&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;Invoking "make -j4 -l4" failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; How do I include these libraries into my ROS Project by cmake correctly?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2017 04:54:16 GMT</pubDate>
    <dc:creator>品吳</dc:creator>
    <dc:date>2017-11-24T04:54:16Z</dc:date>
    <item>
      <title>How to get pose data from ZR300 ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552920#M8839</link>
      <description>&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing a project about robot localization. I am a newbie and unfamiliar with Intel Realsense SDK or Library.&lt;/P&gt;&lt;P&gt;Now , I have tried to program like following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;rs::context ctx;rs::device &amp;amp;camera = *ctx.get_device(0);video_module_interface::supported_module_config supported_slam_config;rs::slam::PoseMatrix4f pose_matrix;camera.set_option(rs::option::fisheye_strobe,1);camera.set_option(rs::option::fisheye_external_trigger,1);auto &amp;amp;fisheye_stream_config = supported_slam_config[stream_type::fisheye];camera.enable_stream(rs::stream::fisheye, fisheye_stream_config.size.width, fisheye_stream_config.size.height, rs::format::raw8, fisheye_stream_config.frame_rate);auto &amp;amp;depth_stream_config = supported_slam_config[stream_type::depth];camera.enable_stream(rs::stream::depth, depth_stream_config.size.width, depth_stream_config.size.height, rs::format::z16, depth_stream_config.frame_rate);&lt;P&gt;What is the next step?&lt;/P&gt;&lt;P&gt;Can someone give me some hint or code snippet related to get_camera_pose ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS: Ubuntu 16.04&lt;/P&gt;&lt;P&gt;Build Tools :Cmake Qt&lt;/P&gt;&lt;P&gt;Device : ZR300&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 18:10:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552920#M8839</guid>
      <dc:creator>品吳</dc:creator>
      <dc:date>2017-11-23T18:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get pose data from ZR300 ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552921#M8840</link>
      <description>&lt;P&gt;Hello EdXian, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for contacting Intel customer support. &lt;P&gt;&amp;nbsp;&lt;/P&gt;In the following link you will find the Developer's guide for the ZR300 module. Please check under the section for "Initial motion and Tracking accuracy". In this section you will find information on how the camera achieves the initial position and accuracy. &lt;P&gt;&amp;nbsp;&lt;/P&gt; &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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Hope you find this information clarifying for your problem. &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;Juan N.</description>
      <pubDate>Thu, 23 Nov 2017 19:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552921#M8840</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-11-23T19:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get pose data from ZR300 ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552922#M8841</link>
      <description>&lt;P&gt;Hi Juan N.&lt;/P&gt;&lt;P&gt;Thank you for your advice!&lt;/P&gt;&lt;P&gt;I have installed these following Libraries: &lt;/P&gt;&lt;CODE&gt;sudo apt install -y librealsense-object-recognition-dev librealsense-persontracking-dev librealsense-slam-dev &lt;/CODE&gt;&lt;P&gt;I know that there is an exist ros package called "realsense sample ros" but I still want to do a package due to research purpose.&lt;/P&gt;&lt;P&gt;I set my CmakeLists as follwing but finally got build error :&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/EdXian/ROS-R200/blob/master/slam_tutorial/CMakeLists.txt"&gt;https://github.com/EdXian/ROS-R200/blob/master/slam_tutorial/CMakeLists.txt&lt;/A&gt; ROS-R200/CMakeLists.txt at master · EdXian/ROS-R200 · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzgets'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzopen'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzclose'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzputs'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzrewind'&lt;/P&gt;&lt;P&gt;/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib/libSP_Core.so: undefined reference to `gzeof'&lt;/P&gt;&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;ROS-R200/slam_tutorial/CMakeFiles/pose.dir/build.make:316: recipe for target '/home/edxian/catkin_ws/devel/lib/slam_tutorial/pose' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [/home/edxian/catkin_ws/devel/lib/slam_tutorial/pose] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:6603: recipe for target 'ROS-R200/slam_tutorial/CMakeFiles/pose.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [ROS-R200/slam_tutorial/CMakeFiles/pose.dir/all] Error 2&lt;/P&gt;&lt;P&gt;make[1]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt; failed (HTTP Error 403: Forbidden)!&lt;/P&gt;&lt;P&gt;[  6%] Built target recognition.bag&lt;/P&gt;&lt;P&gt; failed (HTTP Error 403: Forbidden)!&lt;/P&gt;&lt;P&gt; failed (HTTP Error 403: Forbidden)!&lt;/P&gt;&lt;P&gt;[  6%] Built target person_detection.bag&lt;/P&gt;&lt;P&gt;[  6%] Built target wave_detection.bag&lt;/P&gt;&lt;P&gt;Makefile:138: recipe for target 'all' failed&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;Invoking "make -j4 -l4" failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; How do I include these libraries into my ROS Project by cmake correctly?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 04:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552922#M8841</guid>
      <dc:creator>品吳</dc:creator>
      <dc:date>2017-11-24T04:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get pose data from ZR300 ?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552923#M8842</link>
      <description>&lt;P&gt;Hello EdXian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The best advice we can offer is to use as closely as possible the existing CMake files provided by the ROS samples. This is an advanced topic and we are very limited in how much we can help with customization.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for your understanding.&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;Juan N.</description>
      <pubDate>Mon, 27 Nov 2017 20:29:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-get-pose-data-from-ZR300/m-p/552923#M8842</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-11-27T20:29:57Z</dc:date>
    </item>
  </channel>
</rss>

