<?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>
        You should be able to interpret the&amp;nbsp;&amp;nbsp;NV_L_MOTOR and NV_R_MOTOR variables that avm creates in order to steer your robot. Since the avm uses keystokes to in part understand how the bot is moving when being trained you can hook up your own variables to respond to those.&lt;br&gt;&lt;br&gt;For example, if you simply check if those variables are zero, negative or positive you can then treat them as individual keystokes. This can be done in vbscript or by just using an if statement module. I.e.&lt;br&gt;&lt;br&gt;left = GetVariable(&quot;NV_L_MOTOR&quot;) &lt;br&gt;right = GetVariable(&quot;NV_R_MOTOR&quot;) &lt;br&gt;&lt;br&gt;if left &amp;gt; 0 and right &amp;gt; 0 then&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;key_pressed&quot;, &quot;forward&quot;&lt;br&gt;&lt;br&gt;elseif left &amp;lt; 0 and right &amp;lt; 0 then&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;key_pressed&quot;, &quot;backward&quot;&lt;br&gt;&lt;br&gt;elseif left &amp;gt; 0 and right &amp;lt; 0 then&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;key_pressed&quot;, &quot;turn_right&quot;&lt;br&gt;&lt;br&gt;elseif left &amp;lt; 0 and right &amp;gt; 0 then&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;key_pressed&quot;, &quot;turn_left&quot;&lt;br&gt;else&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;key_pressed&quot;, &quot;&quot;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;or something like that.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4304</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4304</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Interfacing problem</title>
        <description>
        Hi guys i am very new to this.I have created a robot using atmega and i ve programmed it using avr studio it is contolled by the keyboard (direction buttons) through serial communication.I want to know how can i interface it with avm navigator such that i can use the option of navigation by map mode which is a part of my project.Please help me with it .        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4304</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4304</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
