<?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>
        Excellent. thanks very much.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3201</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3201</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        1. Enable the create blobs array in the blob_filter module. That will create a variable that contains all the COG&apos;s of all the remaining blobs in the image.&lt;br&gt;2. Use the Calculate_Distance module and select the first 4 blob array entries (which are assumed to be object1 and object2&apos;s cogs).&lt;br&gt;3. Display the results stored in my_distance&lt;br&gt;&lt;br&gt;Note that you can also use the VBScript module to create the variable from the following euclidean distance formula.&lt;br&gt;&lt;br&gt;blobs = getArrayVariable(&quot;BLOBS&quot;)&lt;br&gt;&lt;br&gt;... check that blobs is an array and has at least 4 values and then&lt;br&gt;&lt;br&gt;dx = blobs(0) - blobs(2)&lt;br&gt;dy = blobs(1) - blobs(3)&lt;br&gt;my_distance = sqrt((dx*dx)+(dy*dy))&lt;br&gt;&lt;br&gt;which should get you the same results at the Calculate_Distance module.&lt;br&gt;&lt;br&gt;See attached robofile.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3201</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3201</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I would also appreciate this information        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3201</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3201</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Calculating distance</title>
        <description>
        Hello,&lt;br&gt;&lt;br&gt;Was wondering what is the best module to be used in order to calculate the distance from the triangle to the ball.&lt;br&gt;&lt;br&gt;Thank in advance.&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/18992_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/18992_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3201</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3201</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
