<?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>
        It is depend on depth of object tracking (about 40 frames in recognition mode) and when object has disappeared the tracking was waiting 40 frames in previous position.&lt;br&gt;&lt;br&gt;Solution: Just switch Navigator plugin to &quot;Navigate mode&quot;, and then depth of object tracking will be two frames.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Why is it taking so long for the plugin to update?&lt;br&gt;When i take the object out of view, the plugin keeps thinking it&apos;s there for about 20 seconds.&lt;br&gt;Could it be because of a low framerate? I have about 4 frames per second.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        That indeed did the trick! Thank you.&lt;br&gt;&lt;br&gt;There was a little bug though:&lt;br&gt;&lt;br&gt;&lt;b&gt;SetStrVariable&lt;b&gt; &quot;LAST_STR&quot;, SpeakStr &lt;br&gt;&lt;br&gt;should be&lt;br&gt;&lt;br&gt;&lt;b&gt;SetVariable&lt;b&gt; &quot;LAST_STR&quot;, SpeakStr &lt;br&gt;&lt;br&gt;But i figured that out very quick.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Yea, that one doesn&apos;t check for repetition ... try this&lt;br&gt;&lt;br&gt;TotalObj = GetVariable(&quot;NV_OBJECTS_TOTAL&quot;) &lt;br&gt;ObjIdx = GetArrayVariable(&quot;NV_ARR_OBJ_IDX&quot;) &lt;br&gt;&lt;br&gt;ReDim ObjName(20) &lt;br&gt;ObjName(0) = &quot;1&quot; &lt;br&gt;ObjName(1) = &quot;2&quot; &lt;br&gt;ObjName(2) = &quot;3&quot; &lt;br&gt;ObjName(3) = &quot;4&quot; &lt;br&gt;ObjName(4) = &quot;5&quot; &lt;br&gt;&lt;br&gt;SpeakStr = &quot;I see&quot; &lt;br&gt;&lt;br&gt;for i = 0 to TotalObj-1 step 1 &lt;br&gt;SpeakStr = SpeakStr + &quot; &quot; + ObjName(ObjIdx(i)) &lt;br&gt;next &lt;br&gt;&lt;br&gt;if TotalObj = 0 then SpeakStr = &quot;&quot;&lt;br&gt;&lt;br&gt;if GetStrVariable(&quot;LAST_STR&quot;) &amp;lt;&amp;gt; SpeakStr then&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;SPEAK_STR&quot;, SpeakStr &lt;br&gt;&amp;nbsp;&amp;nbsp;SetStrVariable &quot;LAST_STR&quot;, SpeakStr &lt;br&gt;end if&lt;br&gt;&lt;br&gt;which will also silence the robot when it doesn&apos;t see anything.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I used this code. Second post.&lt;br&gt;&lt;br&gt;&lt;u&gt;&lt;a href=&quot;http://www.roborealm.com/forum/index.php?thread_id=3881#2&lt;/u&gt;&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;forum/&lt;wbr&gt;index.php?thread_&lt;wbr&gt;id=3881#2&lt;/&lt;wbr&gt;u&gt;&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Mano,&lt;br&gt;&lt;br&gt;How are you setting the text to speak? Be sure you are not setting that variable each time throught the pipeline. Or just post your robofile here and we&apos;ll have a look.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I have downloaded the latest version but mine still keeps repeating itself.&lt;br&gt;What can i do?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Loren,&lt;br&gt;&lt;br&gt;Download 2.0.9.4 which will clear that variable after use. The issue is that each time the speak module runs the variable is still set. With the new version that variable is cleared to prevent this.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Speak Module repeats itself...</title>
        <description>
        Hello everyone.&lt;br&gt;&lt;br&gt;I&apos;ve got my robot to obey voice commands, like &quot;come,&quot; &quot;reverse,&quot; &quot;stop&quot; etcera...&lt;br&gt;&lt;br&gt;Now I want my robot to say something cool like, &quot;coming master,&quot; each time I say &quot;come.&quot;&lt;br&gt;&lt;br&gt;Problem: the voice repeats itself again and again while the robot is moving forward. Is there just a way to make the robot say &quot;coming master,&quot; only once while the robot is moving forward?&lt;br&gt;&lt;br&gt;Any help much appreciated.&lt;br&gt;&lt;br&gt;Loren        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3219</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3219</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
