<?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>
        &amp;gt;&amp;gt; Recognize an object and drive the robot to its location using AVM (10-15 feet away)&lt;br&gt;&lt;br&gt;Well, I think that you can make such navigation by yourself with helping of &quot;Object recognition&quot; mode and couple of variables such as:&lt;br&gt;&lt;br&gt;NV_OBJECTS_TOTAL&amp;nbsp;&amp;nbsp;- total number of recognized objects &lt;br&gt;NV_ARR_OBJ_RECT_X - left-top corner X coordinate of recognized object &lt;br&gt;NV_ARR_OBJ_RECT_Y - left-top corner Y coordinate of recognized object &lt;br&gt;NV_ARR_OBJ_RECT_W - width of recognized object &lt;br&gt;NV_ARR_OBJ_RECT_H - height of recognized object&lt;br&gt;&lt;br&gt;See here for more details: &lt;a href=&quot;http://forums.trossenrobotics.com/showthread.php?4764-Using-of-AVM-plugin-in-RoboRealm&amp;p=48865#post48865&quot; target=&quot;_blank&quot;&gt;http://forums.trossenrobotics.com/&lt;wbr&gt;showthread.php?4764-&lt;wbr&gt;Using-&lt;wbr&gt;of-&lt;wbr&gt;AVM-&lt;wbr&gt;plugin-&lt;wbr&gt;in-&lt;wbr&gt;RoboRealm&amp;p=48865#post48865&lt;/a&gt;&lt;br&gt;&lt;br&gt;Also you can use ready-made navigation template &quot;Follow me&quot; in &quot;Navigate mode&quot;:&lt;br&gt;&lt;a href=&quot;http://forums.trossenrobotics.com/showthread.php?4764-Using-of-AVM-plugin-in-RoboRealm&amp;p=48502#post48502&quot; target=&quot;_blank&quot;&gt;http://forums.trossenrobotics.com/&lt;wbr&gt;showthread.php?4764-&lt;wbr&gt;Using-&lt;wbr&gt;of-&lt;wbr&gt;AVM-&lt;wbr&gt;plugin-&lt;wbr&gt;in-&lt;wbr&gt;RoboRealm&amp;p=48502#post48502&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should use variable NV_IN_SET_MODE for mode switching if it needed.&lt;br&gt;NV_IN_SET_MODE - the current setting of module&apos;s mode:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0 - Object recognition&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1 - Navigate mode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 - Nova gate mode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3 - Marker mode&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4 - Navigate by map&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Make the robot automatically return back to it&apos;s original location using AVM&lt;br&gt;&lt;br&gt;I guess that Navigation by map is suitable for this purpose:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=qVz9iBazqug&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=qVz9iBazqug&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=wj-FKhdaU5A&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=wj-&lt;wbr&gt;FKhdaU5A&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can find out more about tuning of &quot;Navigation by map&quot; mode in this topic:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/forum/index.php?thread_id=4246#&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;forum/&lt;wbr&gt;index.php?thread_&lt;wbr&gt;id=4246#&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4274</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4274</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Using AVM to go to a location, perform a task, then go to another</title>
        <description>
        I am in the process of incorporating the AVM module in my application and have reached one of those &quot;I really don&apos;t know how to do it&quot; points. &lt;br&gt;&lt;br&gt;I am using the AVM module to hopefully accomplish the following: &lt;br&gt;&lt;br&gt;1. Recognize an object and drive the robot to its location using AVM (10-15 feet away) &lt;br&gt;&lt;br&gt;2. Wait a varying/unknown amount of time for the robot to perform a task that must be automatically invoked upon completion of task #1.&amp;nbsp;&amp;nbsp;&lt;br&gt;(**RR is posted with the status of this non-vision task via the C++ RR API)&lt;br&gt;&lt;br&gt;3. Make the robot automatically return back to it&apos;s original location using AVM only after task #2 has been completed.&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;I am able to complete the first task which is wonderful, however I am having difficulty invoking task #2 once task #1 has been completed.&amp;nbsp;&amp;nbsp;Is there some variable I can read from RR to indicate when task #1 is completed?&amp;nbsp;&amp;nbsp;Similarly, when I finish task #2 how would you recommend I invoke task#3?&amp;nbsp;&amp;nbsp;All of these task HAVE to be automatically invoked in this above numerical sequence to meet an autonomous requirement.&amp;nbsp;&amp;nbsp; &lt;br&gt;&lt;br&gt;Any advice on an approach to this would be great.&amp;nbsp;&amp;nbsp;Hopefully I have not overlooked documentation that clarifies this subject.&amp;nbsp;&amp;nbsp;&lt;br&gt;Thank you for your help, &lt;br&gt;AM_ZEN        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4274</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4274</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
