<?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: Intro_to_euclid.pdf issue in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613124#M13041</link>
    <description>&lt;P&gt;I think that the tutorial and documents need looking into also.  Lots of confusion for people that are new to ROS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;roslaunch realsense_camera lr200_nodelet_default.launch &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;should be &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;roslaunch realsense_camera &lt;B&gt;lr200m_nodelet_default.launch&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rosrun rgb_filter &lt;A href="http://filter.py"&gt;filter.py&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;should be&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rosrun rgb_filter rgb_filter.py&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in &lt;B&gt;Intro_to_euclid &lt;/B&gt;I'm getting the same error&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;ImportError: No module named cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not had time yet to figure out what is wrong I had figure I had missed typed something.&lt;/P&gt;&lt;P&gt;Seeing these are Tutorials I assumed someone actually work through them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2017 19:12:16 GMT</pubDate>
    <dc:creator>DNiel2</dc:creator>
    <dc:date>2017-06-11T19:12:16Z</dc:date>
    <item>
      <title>Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613123#M13040</link>
      <description>&lt;P&gt;I've worked through the "intro_to_euclid.pdf" and found a few issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In "Step 3: Creating config file", we are to create a new directory called "cfg", but the absolute path is not provided.  Should this be in "/intel/euclid/euclid_ws/"? or in the "/intel/euclid/euclid_ws/scripts/" directory or somewhere else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In "Step 4: Editing the CMakeLists file" please provide the absolute path to this document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In "Step 5: Compiling and testing" These commands never end, so should we be issue this commands and backgrounding them?&lt;/P&gt;&lt;P&gt;-- This command is out of date: (should be "lr200m_nodelet" not "m")&lt;/P&gt;&lt;P&gt;#  we run the camera using:&lt;/P&gt;&lt;P&gt;roslaunch realsense_camera lr200_nodelet_default.launch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- This command is out of date (I think it should be "rosrun rgb_filter rgb_filter.py")&lt;/P&gt;&lt;P&gt;#  and our code using:&lt;/P&gt;&lt;P&gt;rosrun rgb_filter &lt;A href="http://filter.py"&gt;filter.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- When I issue that command I get this error maybe 1. above: &lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;ImportError: No module named cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work around --&lt;/P&gt;&lt;P&gt;import sys; sys.path.append('/intel/euclid/euclid_ws/devel/lib/python2.7/dist-packages/rgb_filter/')&lt;/P&gt;&lt;P&gt;from cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- please review remaining tutorials and have someone actually work through them from a fresh install. (thanks!)&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 11:57:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613123#M13040</guid>
      <dc:creator>JShaw7</dc:creator>
      <dc:date>2017-06-11T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613124#M13041</link>
      <description>&lt;P&gt;I think that the tutorial and documents need looking into also.  Lots of confusion for people that are new to ROS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;roslaunch realsense_camera lr200_nodelet_default.launch &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;should be &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;roslaunch realsense_camera &lt;B&gt;lr200m_nodelet_default.launch&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rosrun rgb_filter &lt;A href="http://filter.py"&gt;filter.py&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;should be&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rosrun rgb_filter rgb_filter.py&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in &lt;B&gt;Intro_to_euclid &lt;/B&gt;I'm getting the same error&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;ImportError: No module named cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not had time yet to figure out what is wrong I had figure I had missed typed something.&lt;/P&gt;&lt;P&gt;Seeing these are Tutorials I assumed someone actually work through them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 19:12:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613124#M13041</guid>
      <dc:creator>DNiel2</dc:creator>
      <dc:date>2017-06-11T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613125#M13042</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion regarding the tutorial, indeed what you mentioned are typos that has been fixed (will be re-uploaded soon).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the CMakeLists.txt file, and cfg, the relative path will always be the package root, e.g. /intel/euclid/euclid_ws/src/rgb_filter&lt;/P&gt;&lt;P&gt;so cfg file should be under: /intel/euclid/euclid_ws/src/rgb_filter/cfg/&lt;/P&gt;&lt;P&gt;CMakeLists.txt : /intel/euclid/euclid_ws/src/rgb_filter/CMakeLists.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your input, and sorry for the inconvenience caused, we really try hard to make Euclid as easy as possible to use, but sometimes mistakes/typos do happen ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, it is always a good idea to do the following before compiling:&lt;/P&gt;&lt;P&gt;make sure the date is correct, if not: sudo date &lt;/P&gt;&lt;P&gt;source ~/.bashrc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it refreshes ROS packages (PYTHON_PATH .. etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Majd (Intel)&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 19:43:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613125#M13042</guid>
      <dc:creator>Majd_S_Intel</dc:creator>
      <dc:date>2017-06-11T19:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613126#M13043</link>
      <description>&lt;P&gt;question MajdS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your statement about cfg and CMakeLists.txt  is confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMakeLists.txt in the Tutorials  I believe was the one is  not the top level one at /intel/euclid/euclid_ws/src/&lt;/P&gt;&lt;P&gt;cfg also should be part of the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/intel/euclid/euclid_ws/rgb_filter/CMakeLists.txt&lt;/P&gt;&lt;P&gt;/intel/euclid/euclid_ws/rgb_filter/cfg/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Common Files and Directories&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ros.org/Packages"&gt;http://wiki.ros.org/Packages&lt;/A&gt; &lt;A href="http://wiki.ros.org/Packages"&gt;http://wiki.ros.org/Packages&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 21:11:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613126#M13043</guid>
      <dc:creator>DNiel2</dc:creator>
      <dc:date>2017-06-11T21:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613127#M13044</link>
      <description>&lt;P&gt;You are absolutely right, I wrote everything is relative to the package path but forgot to add it  I edited my reply&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 03:37:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613127#M13044</guid>
      <dc:creator>Majd_S_Intel</dc:creator>
      <dc:date>2017-06-12T03:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613128#M13045</link>
      <description>&lt;P&gt;We have updated the Tutorial.&lt;/P&gt;&lt;P&gt;Please let us know what you think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thanks or the feedback. That is great having the inputs from the community to improve the solution and collaterals ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;(Intel)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 19:09:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613128#M13045</guid>
      <dc:creator>Amit_M_Intel</dc:creator>
      <dc:date>2017-06-12T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613129#M13046</link>
      <description>&lt;P&gt;amitmoranMajdS&lt;/P&gt;&lt;P&gt;I'm still get error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rosrun rgb_filter rgb_filter.py&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- When I issue that command I get this error&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;  File "/intel/euclid/euclid_ws/src/rgb_filter/scripts/rgb_filter.py", line 9, in &lt;/P&gt;&lt;P&gt;    from rgb_filter.cfg import RGBFilterConfig&lt;/P&gt;&lt;P&gt;ImportError: No module named cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've put my up on github &lt;A href="https://github.com/microsat/ros_sandbox"&gt;https://github.com/microsat/ros_sandbox&lt;/A&gt; GitHub - microsat/ros_sandbox: ROS test code for realsense hardware &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went back and did  &lt;A href="http://wiki.ros.org/dynamic_reconfigure/Tutorials"&gt;http://wiki.ros.org/dynamic_reconfigure/Tutorials&lt;/A&gt; dynamic_reconfigure/Tutorials - ROS Wiki  which worked without error. (&lt;A href="https://github.com/microsat/ros_tutorials"&gt;https://github.com/microsat/ros_tutorials&lt;/A&gt; GitHub - microsat/ros_tutorials: my Robot Operating System (ROS) tutorial repo )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darron&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 17:55:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613129#M13046</guid>
      <dc:creator>DNiel2</dc:creator>
      <dc:date>2017-06-17T17:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613130#M13047</link>
      <description>&lt;P&gt;Not a real fix, but here is the work around --&lt;/P&gt;&lt;P&gt;import sys; sys.path.append('/intel/euclid/euclid_ws/devel/lib/python2.7/dist-packages/rgb_filter/')&lt;/P&gt;&lt;P&gt;from cfg import RGBFilterConfig&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 19:35:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613130#M13047</guid>
      <dc:creator>JShaw7</dc:creator>
      <dc:date>2017-06-17T19:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613131#M13048</link>
      <description>&lt;P&gt;yea that work as a work around.  My problem is this is a intel Tutorials on there platform and thing are not working right. This platform was sold as Ready to use out of the box? I betting they left off something is the CMakeLists.txt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some real help would be nice MajdS amitmoran &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe they could go have someone actually work through them from a fresh install and post to github. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure it something simple I'm missing or the document is missing.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 22:49:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613131#M13048</guid>
      <dc:creator>DNiel2</dc:creator>
      <dc:date>2017-06-19T22:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613132#M13049</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking into it and will get it solved soon.&lt;/P&gt;&lt;P&gt;Thanks for the feedback and sorry for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:13:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613132#M13049</guid>
      <dc:creator>Amit_M_Intel</dc:creator>
      <dc:date>2017-06-21T06:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613133#M13050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it seems that the problem came from the node file name (rgb_filter.py) is the same as the package (rgb_filter).&lt;/P&gt;&lt;P&gt;Changing the name fixes the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated the site. see here: &lt;A href="http://www.euclidcommunity.intel.com/static/tutorials/pdf/intro_to_euclid.pdf"&gt;http://www.euclidcommunity.intel.com/static/tutorials/pdf/intro_to_euclid.pdf&lt;/A&gt; &lt;A href="http://www.euclidcommunity.intel.com/static/tutorials/pdf/intro_to_euclid.pdf"&gt;http://www.euclidcommunity.intel.com/static/tutorials/pdf/intro_to_euclid.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit &lt;/P&gt;&lt;P&gt;(Intel)&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 11:13:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613133#M13050</guid>
      <dc:creator>Amit_M_Intel</dc:creator>
      <dc:date>2017-06-25T11:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Intro_to_euclid.pdf issue</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613134#M13051</link>
      <description>&lt;P&gt;I try to go through the Tutorials again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsat&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 03:04:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intro-to-euclid-pdf-issue/m-p/613134#M13051</guid>
      <dc:creator>DNiel2</dc:creator>
      <dc:date>2017-06-26T03:04:54Z</dc:date>
    </item>
  </channel>
</rss>

