<?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>
        I also added special control variables (range from 0 to 255 with 128 being neutral) that you can use immediately with Lego NXT:&lt;br&gt;&lt;br&gt;-== Additional control variables for Lego NXT ==-&lt;br&gt;NV_L_MOTOR_128, NV_R_MOTOR_128 - motors control&lt;br&gt;NV_TURRET_128 - control of camera turning&lt;br&gt;NV_TURRET_INV_128 - inversed control of camera turning&lt;br&gt;&lt;br&gt;Now you can download next modification of AVM Navigator v0.7.1 from your account link.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4086</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4086</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        First you should redownload and reinstall RoboRealm for getting of new AVM Navigator v0.7.&lt;br&gt;&lt;br&gt;Further you should just adjust variables NV_L_MOTOR and NV_R_MOTOR to the range of NXT parameters (motors range from 0 to 255 with 128 being neutral) by VBScript:&lt;br&gt;&lt;br&gt;nv_L_Motor = GetVariable(&quot;NV_L_MOTOR&quot;)&lt;br&gt;nv_R_Motor = GetVariable(&quot;NV_R_MOTOR&quot;)&lt;br&gt;&lt;br&gt;nxt_L_Motor = round(128 + (nv_L_Motor/100.0)*127)&lt;br&gt;nxt_R_Motor = round(128 + (nv_R_Motor/100.0)*127)&lt;br&gt;&lt;br&gt;SetVariable &quot;NXT_L_MOTOR&quot;, nxt_L_Motor&lt;br&gt;SetVariable &quot;NXT_R_MOTOR&quot;, nxt_R_Motor&lt;br&gt;&lt;br&gt;See attached program below.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4086</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4086</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>AVM</title>
        <description>
        Hi there its CJ&lt;br&gt;&lt;br&gt;i am still trying to get my nxt to use navigate mode with AVM but the moment i give my motors the NV_Right or left the go staright to 0 which is not great i have positiond it so that if it works the motors shouldnt do anything what can i do the moment the variable is on the motor the go to 0 all the time &lt;br&gt;&lt;br&gt;hope you can help i will put the robo file here to im not sure if i am missing anything by the way it has to use motor b and c         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4086</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4086</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
