<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Dario,&lt;br&gt;&lt;br&gt;The Path_Orientation variable is defined to the that orientation that you should align the robot to in order to take the next step in the path to the destination as defined by the path planning module. As the path to the destination will take many turns that may change during the course of the journey we only provide the one immediate direction that the robot should align to. Once this is done the robot should move forward until the orientation once again tells it to turn. Thus by following this variable the robot should end up at the correct destination.&lt;br&gt;&lt;br&gt;Based on that question I&apos;m not sure you understand what the path_planning module actually does. Perhaps you could include your robofile in future such that we may better understand where you are getting confused.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3292</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3292</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello,&lt;br&gt;&lt;br&gt;I managed to fix the issue. However, I was wondering how does the Plan_orientation variable work? What assumptions and to what accordingly the variable is produced? Because, it does mater where the starting and the finishing point are located. &lt;br&gt;&lt;br&gt;Thank you again.&lt;br&gt;&lt;br&gt;Dario        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3292</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3292</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dario,&lt;br&gt;&lt;br&gt;Are you not looking at the PLAN_ORIENTATION variable? Or are you using the statistics module to get orientation? Perhaps you can include your robofile and sample maze image such that we can better understand what you are doing. Something doesn&apos;t sound right....&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3292</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3292</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello, &lt;br&gt;&lt;br&gt;Thank you for the fast replies. &lt;br&gt;&lt;br&gt;However, I have the problem of getting the orientation of the robot. I follow the path_planning tutorial and when i get the variable the robot orientation as the angle from the statistics it retures value of 1,2 and maybe 3? Is this correct? Should not i get the value of the angle which is far greater?&lt;br&gt;&lt;br&gt;Thank you again.&lt;br&gt;&lt;br&gt;Dario        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3292</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3292</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dario,&lt;br&gt;&lt;br&gt;I assume you mean the Path_Planning module as apposed to the Plan_Orientation module ... which doesn&apos;t exist.&lt;br&gt;&lt;br&gt;Yes, the path is generated once you configure that module correctly with the main info being the orientation to move in order to stick to the currently viewed plan. Note that the plan is generated on each new image at many frames a second ... so yes, it is very dynamic and maybe not needed to perform on each frame (assuming your environment is static) but it is a fairly quick computation for most projects. Thus if anything changes in your environment then the path changes immediately. &lt;br&gt;&lt;br&gt;Have a look at&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.a-wit.com/web_c-stamp/forums/index.php?s=b9e386f9a852d01ff2bb94926933564d&amp;showtopic=1227&amp;pid=2851&amp;st=0&amp;#entry2851&quot; target=&quot;_blank&quot;&gt;http://www.a-&lt;wbr&gt;wit.com/&lt;wbr&gt;web_&lt;wbr&gt;c-&lt;wbr&gt;stamp/&lt;wbr&gt;forums/&lt;wbr&gt;index.php?s=b9e386f9a852d01ff2bb94926933564d&amp;showtopic=1227&amp;pid=2851&amp;st=0&amp;#entry2851&lt;/a&gt;&lt;br&gt;&lt;br&gt;to see an implementation of this ... or a few others&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=x8OIxoI92kY&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=x8OIxoI92kY&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=FxI7C2Dszls&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=FxI7C2Dszls&lt;/a&gt;&lt;br&gt;&lt;br&gt;STeven.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3292</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3292</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Path_Orientation issue</title>
        <description>
        Hello,&lt;br&gt;&lt;br&gt;One simple question. In the Path Planing tutorial I am bit confused with the Plan_Orientation module. &lt;br&gt;&lt;br&gt;Is this generated after we fill the required data or is static? If it is not, how do i calculate that and what actually means? I read the documentation but could not answer my question.&lt;br&gt;&lt;br&gt;Thank you in advance.&lt;br&gt;&lt;br&gt;Dario        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3292</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3292</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
