<?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>
        Dan,&lt;br&gt;&lt;br&gt;The side to side movement most likely means that the timing is off a little. This oscillation is a common issue when dealing with a system of any latency. Basically what is happening is that the robot is getting the command to turn but by the time the system says stop the robot has turned too far and thus the system tries to compensate for that by turning it back. Once again the cycle repeats.&lt;br&gt;&lt;br&gt;The way to reduce this is to do one/all of the following&lt;br&gt;&lt;br&gt;1. slow the motor speeds or pulse the motors .. the pulsation forces a stop after some movement which will allow the system to catch&amp;nbsp;&amp;nbsp;up&lt;br&gt;2. increase the communication speed to the robot or decrease the number of signals being set to it (i.e. only send data when it changes).&lt;br&gt;3. increase the processing rate of RR with camera. How many fps are you currently getting?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;This is what we have managed to do so far (without the update you mentioned), although i will definitly have a look at that. All three robots have the correct path planning points. The next stage is to actually get the robots to follow the points. We are starting with just the red robot as in the pic. We had a look at the example VBscript from the tutorials. This was quite useful except our robot seems to just go from side to side. We are struggling slightly with how to proceed. I have included the most recent VB script that we are using, just would appreciate any thoughts you might have. Thanks&lt;br&gt;&lt;br&gt;Dan &lt;br&gt;&lt;br&gt;------VBscript-------&lt;br&gt;&lt;br&gt;forward = 188&lt;br&gt;backward = 68&lt;br&gt;stopped = 128&lt;br&gt;&lt;br&gt;desiredOrientation = GetVariable(&quot;plan_orientation&quot;)&lt;br&gt;&lt;br&gt;if desiredOrientation = &quot;-1&quot; then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;left_motor&quot;, stopped&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;right_motor&quot;, stopped&lt;br&gt;&lt;br&gt;else&lt;br&gt;&lt;br&gt;robotOrientation = GetVariable(&quot;ANGLE_R&quot;)&lt;br&gt;&lt;br&gt;robotOrientation = CInt((robotOrientation / 30) ) *30&lt;br&gt;desiredOrientation = CInt((desiredOrientation /30) ) * 30&lt;br&gt;&lt;br&gt;diff = abs(desiredOrientation - robotOrientation )&lt;br&gt;&lt;br&gt;if desiredOrientation = robotOrientation then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;left_motor&quot;, forward&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;right_motor&quot;, forward&lt;br&gt;&lt;br&gt;elseif desiredOrientation &amp;gt; robotOrientation and diff &amp;lt; 180 or _&lt;br&gt;&amp;nbsp;&amp;nbsp;desiredOrientation &amp;lt; robotOrientation and diff &amp;gt;= 180 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;left_motor&quot;, backward&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;right_motor&quot;, forward&lt;br&gt;&lt;br&gt;else&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;left_motor&quot;, forward&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;right_motor&quot;, backward&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/2461_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/2461_thumb_1.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/2461_2.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/2461_thumb_2.jpg&quot;&gt;&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dan,&lt;br&gt;&lt;br&gt;We made an update that provides another checkbox in the path planning interface to handle your situation better. If you check the &amp;lt; 256 point checkbox your waypoints are all nicely connected. See v 1.8.7.1 for this update.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        One additional thought ... if you are wanting the robot to follow the white line try just using the &quot;Plot along non-zero pixels&quot; after you have segmented the image into a nice white line. In this case the line function as many waypoints that keep the robot on track. Specifying a start and stop point is all that is then required.&lt;br&gt;&lt;br&gt;If you can post an original image without any of the overlaid graphics we can send you a robofile that will do that.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dan,&lt;br&gt;&lt;br&gt;The Path planning module as a limitation of 17 waypoints. This has to do more with the shortest path calculation being quite intensive. As you are not using that (from the screenshot) we will permit more waypoints to be used when that option is not set. Give us a couple days to release that update. Hopefully in the meantime you can test with fewer waypoints.&lt;br&gt;&lt;br&gt;Try entering &lt;br&gt;&lt;br&gt;[COGX_R] and [COGY_R]&lt;br&gt;&lt;br&gt;into the text boxes instead of&lt;br&gt;&lt;br&gt;COGX_R and COGY_R&lt;br&gt;&lt;br&gt;i.e. add [] around the variables ... that tells RR that the stuff in the textbox is not a number but in fact a variable.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        hi STeven,&lt;br&gt;&lt;br&gt;Thanks for the advise it seems to be working ok, exept the array cannot store all the points once we use it in the path finding module. Also the field for the robot&apos;s position (which we put in COG_X and COG_Y) seems to just set the position at (0,0). I hope this is clear in the photo. I also put the screen shot so you can see that our values for COG_X and COG_Y are correct. What do you recommend? &lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;Dan and Nick&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/2427_1.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/2427_thumb_1.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/2427_2.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/2427_thumb_2.jpg&quot;&gt;&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dan,&lt;br&gt;&lt;br&gt;In what way do you want to access the array? Note that the set variable will use the &apos;:&apos; to indicate an index. So SAMPLE_LINE_POINTS:2, SAMPLE_LINE_POINTS:3 would be the second x,y coordinate.&lt;br&gt;&lt;br&gt;Note that accessing the points in VBScript is quite straightforward using the VBScript array. Or perhaps you are trying something different? Can you explain a little more what you are trying to do?&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>ARRAY VARIABLE FOR PATH PLANNING</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;Roborealm automatically stores the x an y coordinate of each of the points on the path (shown in the pic) into an array called SAMPLE_LINE_POINTS. We just wanted to know the method behind using the individual points listed in the array. We tryed to create variable names for individual pairs of x and y coordinates (using set-variable). Is there a better method/ particular format that will allow us to make use of the numbers within the array?&lt;br&gt;&lt;br&gt;Thanks &lt;br&gt;&lt;br&gt;DAN and NICK&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/2423_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/2423_thumb_1.jpg&quot;&gt;&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=2423</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=2423</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
