<?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>using roborealm and NXT</title>
        <description>
        Hello STeven:&lt;br&gt;&lt;br&gt;I have had a bit more success with the software. One thing that I did notice is that as played with the software/scripts that the program started to bog down and get very sluggish. At first I noticed the list of variables that I can watch kept getting longer and longer. Than I decided to delete all the modules and start over. Guess what? The sluggishness went away. I have not had a lot of time to play but now that things are working better I should be able to do get my robot up and running. &lt;br&gt;&lt;br&gt;Thank you for all you help.&lt;br&gt;Mike,        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1087</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1087</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Michael,&lt;br&gt;&lt;br&gt;Did you not find the example NXT-G and robofile downloads on &lt;br&gt;&lt;br&gt;http://www.roborealm.com/help/Lego_NXT.php&lt;br&gt;&lt;br&gt;to be sufficient? Or did they not work?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1087</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1087</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Unfortunately, no I have not used the NXT-G program at all.&amp;nbsp;&amp;nbsp;I work as a computer science research assistant at a university, and the NXT-G is not programming-intensive enough for our uses.&amp;nbsp;&amp;nbsp;We use Microsoft Robotics Studio for all of our robotics programming.&amp;nbsp;&amp;nbsp;MSRS does include a Visual Programming Language, so it might be worth checking out, even if you aren&apos;t very experienced with programming.&lt;br&gt;&lt;br&gt;As a side note, many of my goals with RoboRealm are similar to yours: to use RoboRealm as a supplement to my programs that require machine vision.&amp;nbsp;&amp;nbsp;So hopefully we&apos;ll be able to help each other out!&lt;br&gt;&lt;br&gt;~Kevin        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1087</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1087</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>NXT-G and roborealm</title>
        <description>
        Hello Kevin:&lt;br&gt;&lt;br&gt;Thank you for your help. I will try out your sample later tonight. Have you tried using Roborealm to control the robot along with a NXT-G program? That is my ultimate goal, to have the camera assist the robot as it navigates its way through the house.&lt;br&gt;&lt;br&gt;Mike,        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1087</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1087</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>My Solution</title>
        <description>
        I have experimented with the same kind of project, and I have included my .robo file with this post.&amp;nbsp;&amp;nbsp;As far as I know, you don&apos;t need an NXT-G file if you&apos;re using the Lego_NXT control in RoboRealm.&amp;nbsp;&amp;nbsp;My sample program follows a red ball, moving the left or right motor depending on the X value of the Center of Gravity of the red shape.&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;To get a feel for how to use RoboRealm&amp;nbsp;&amp;nbsp;with your NXT, check out the VBScript Program module of the .robo file, most importantly the lines:&lt;br&gt;&lt;br&gt;SetVariable &quot;Left_Speed&quot;,&amp;nbsp;&amp;nbsp;CLng( (GetVariable(&quot;COG_X&quot;) / GetVariable(&quot;IMAGE_WIDTH&quot;) * 100))&lt;br&gt;SetVariable &quot;Right_Speed&quot;,&amp;nbsp;&amp;nbsp;CLng( (1-((GetVariable(&quot;COG_X&quot;) / GetVariable(&quot;IMAGE_WIDTH&quot;)))) * 100)&lt;br&gt;&lt;br&gt;Thost lines set two variables (&quot;Left_Speed&quot; and &quot;Right_Speed) depending on the X value of the Center of Gravity module.&lt;br&gt;&lt;br&gt;Next take a look at the Lego_NXT control module.&amp;nbsp;&amp;nbsp;You should see two variables in motor ports A and B respectively, the &quot;Left_Speed&quot; and &quot;Right_Speed&quot; we just set in the VBScript module.&lt;br&gt;&lt;br&gt;Finally, in the lower right hand corner of that same module you should see a box marked &quot;Options&quot; and in that a drop down list of which connection to use.&amp;nbsp;&amp;nbsp;Choose the appropriate COM port from your bluetooth connection, and you should be up and running!&lt;br&gt;&lt;br&gt;If you have any questions, don&apos;t hesitate to ask!&lt;br&gt;&lt;br&gt;~Kevin        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1087</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1087</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Roborealm and NXT</title>
        <description>
        Hello:&lt;br&gt;&lt;br&gt;I have been playing around with Roborealm and the NXT. I have managed to get the Roborealm software to detect the red ball. I think I have also managed to get the NXT and Roborealm connected together using the Bluetooth. What I need is a working sample of the Roborealm *.robo file, and the corresponding NXT-G file. My programming skills are not very good so if there is a VBscript file it needs to be shortened so that it shows only the left and right motor adjustments for tracking one of the balls. Can someone please help me out? I have also asked for some help on the nxtasy forum.&lt;br&gt;&lt;br&gt;Mike,        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1087</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1087</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
