<?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: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board) in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625801#M13830</link>
    <description>&lt;P&gt;Hello mirrijakys,&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 going to further investigate on your request.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your patience and 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;   &lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
    <pubDate>Mon, 15 Jan 2018 23:52:57 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-01-15T23:52:57Z</dc:date>
    <item>
      <title>Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625797#M13826</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Hi,&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently got a second Realsense Robotic Development Kit and I am having problems compiling the realsense_samples_ros (which I have managed to do previously on an identical board!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed succesfully all the instalation instructions at &lt;A href="https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit"&gt;https://01.org/developerjourney/recipe/intel-realsense-robotic-development-kit&lt;/A&gt; Intel RealSense Robotic Development Kit | Developer Journey . The board is using Ubuntu 16.04.03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have followed the instructions in &lt;A href="https://github.com/IntelRealSense/realsense_samples_ros"&gt;https://github.com/IntelRealSense/realsense_samples_ros&lt;/A&gt; GitHub - IntelRealSense/realsense_samples_ros: Sample code illustrating how to develop ROS applications using the Intel®… but when running catkin_make the process does not finish at a 100%, with the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ 98%] Built target realsense_ros_person&lt;/P&gt;&lt;P&gt;CMakeFiles/realsense_ros_person_sample.dir/src/sample/TrackingRenderer/Viewer.cpp.o: In function `Viewer::Viewer(bool)':&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0x97): undefined reference to `cv::namedWindow(cv::String const&amp;amp;, int)'&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0xc9): undefined reference to `cv::setMouseCallback(cv::String const&amp;amp;, void (*)(int, int, int, int, void*), void*)'&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0xda): undefined reference to `cv::startWindowThread()'&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0x106): undefined reference to `cv::namedWindow(cv::String const&amp;amp;, int)'&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0x117): undefined reference to `cv::startWindowThread()'&lt;/P&gt;&lt;P&gt;CMakeFiles/realsense_ros_person_sample.dir/src/sample/TrackingRenderer/Viewer.cpp.o: In function `Viewer::ShowImage(cv::Mat)':&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0x1dd): undefined reference to `cv::imshow(cv::String const&amp;amp;, cv::_InputArray const&amp;amp;)'&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0x1ff): undefined reference to `cv::waitKey(int)'&lt;/P&gt;&lt;P&gt;CMakeFiles/realsense_ros_person_sample.dir/src/sample/TrackingRenderer/Viewer.cpp.o: In function `Viewer::ShowDepth(cv::Mat)':&lt;/P&gt;&lt;P&gt;Viewer.cpp:(.text+0x29f): undefined reference to `cv::imshow(cv::String const&amp;amp;, cv::_InputArray const&amp;amp;)'&lt;/P&gt;&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;realsense_samples_ros/realsense_ros_person/CMakeFiles/realsense_ros_person_sample.dir/build.make:209: recipe for target '/home/salup/catkin_ws/devel/lib/realsense_ros_person/realsense_ros_person_sample' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [/home/salup/catkin_ws/devel/lib/realsense_ros_person/realsense_ros_person_sample] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:399: recipe for target 'realsense_samples_ros/realsense_ros_person/CMakeFiles/realsense_ros_person_sample.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [realsense_samples_ros/realsense_ros_person/CMakeFiles/realsense_ros_person_sample.dir/all] Error 2&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;It seems to be some linking problem with opencv, but I cannot find the cause of the error. Has anyone experience something similar before, or does anyone know how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Marcos&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:29:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625797#M13826</guid>
      <dc:creator>MSimo4</dc:creator>
      <dc:date>2017-12-28T20:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625798#M13827</link>
      <description>&lt;P&gt;Hello mirrijakys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We are going to escalate your inquiry as a consultation to a higher department this in order to try to provide you with a solution.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We will reply to you as soon as possible.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your patience and 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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
      <pubDate>Fri, 29 Dec 2017 20:46:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625798#M13827</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-12-29T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625799#M13828</link>
      <description>&lt;P&gt;Hello mirrijakys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for having contacted Intel Technical Support.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;In order to further assist you we would like to know the model of the Intel® RealSense™ Camera that you are using, this based on the fact that this guide on how to develop OSRF® ROS* applications was created to be used with the Intel® RealSense™ ZR300 camera.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;If you are using the R200 you will experience incompatibility issues or it won't work at all since these samples only work with ZR300.&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;We will be looking forward for your reply.&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</description>
      <pubDate>Mon, 08 Jan 2018 22:35:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625799#M13828</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-08T22:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625800#M13829</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not an incompatibility with the camera, the problem is that I cannot compile the realsense_samples_ros. Has anyone had this problem before?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Marcos &lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 17:22:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625800#M13829</guid>
      <dc:creator>MSimo4</dc:creator>
      <dc:date>2018-01-15T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625801#M13830</link>
      <description>&lt;P&gt;Hello mirrijakys,&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 going to further investigate on your request.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your patience and 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;   &lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support</description>
      <pubDate>Mon, 15 Jan 2018 23:52:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625801#M13830</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-15T23:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625802#M13831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has been now solve, please look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/realsense_samples_ros/pull/29"&gt;https://github.com/IntelRealSense/realsense_samples_ros/pull/29&lt;/A&gt; Update CMakeLists.txt by zhangzhouyuan · Pull Request # 29 · IntelRealSense/realsense_samples_ros · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Marcos Simón&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 12:19:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625802#M13831</guid>
      <dc:creator>MSimo4</dc:creator>
      <dc:date>2018-01-16T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with realsense_samples_ros with Realsense Robotic Development Kit (R200 with UP Board)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625803#M13832</link>
      <description>&lt;P&gt;Hello mirrijakys,&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 appreciate that you took the time to share this information with the community.&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;We will be looking forward for your reply.&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>Tue, 16 Jan 2018 19:35:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Problems-with-realsense-samples-ros-with-Realsense-Robotic/m-p/625803#M13832</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-01-16T19:35:15Z</dc:date>
    </item>
  </channel>
</rss>

