<?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>
        My robot uses a Sabertooth motor controller which can take 6-24 VDC. My motors are 12VDC, so I&apos;m using a 12 lead acid batt. &lt;br&gt;I think the problem you&apos;re having is with the 8AA batteries. AA batts don&apos;t have the current to drive your motors for very long. The manual for the MD25 suggests a 12 volt batt. I used the type of sealed lead acid battery you&apos;d use for emergency lighting or alarm systems. Something similar to this would work:&lt;br&gt;&lt;a href=&quot;http://www.batteriesplus.com/product_search/32635-Werker-12V-7-dot5AH-AGM-Battery-W_--dot250-Terminal-DASH--DASH-WKA12--7-dot5F2.aspx&quot; target=&quot;_blank&quot;&gt;http://www.batteriesplus.com/&lt;wbr&gt;product_&lt;wbr&gt;search/&lt;wbr&gt;32635-&lt;wbr&gt;Werker-&lt;wbr&gt;12V-&lt;wbr&gt;7-&lt;wbr&gt;dot5AH-&lt;wbr&gt;AGM-&lt;wbr&gt;Battery-&lt;wbr&gt;W_&lt;wbr&gt;-&lt;wbr&gt;-&lt;wbr&gt;dot250-&lt;wbr&gt;Terminal-&lt;wbr&gt;DASH-&lt;wbr&gt;-&lt;wbr&gt;DASH-&lt;wbr&gt;WKA12-&lt;wbr&gt;-&lt;wbr&gt;7-&lt;wbr&gt;dot5F2.aspx&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dave,&lt;br&gt;&lt;br&gt;Can you to explain me the battery system of your robot? My robot using the RD02 kif of Devantech and the instructions show a 12 v battery and a 3+3 amp by motors. Now the robot working with 8 AA batteries but is for short time. The cuestin is I can connect directly a 12 v dc 7 or 12 amp&amp;nbsp;&amp;nbsp;acid battery&amp;nbsp;&amp;nbsp;to my md25 drive system? or I need a regulador no for volts, for ampers.&lt;br&gt;&lt;br&gt;Thanks, your robot is very nice.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Navigator plugin was updated. Now you can redownload the RoboRealm package for getting changes.&lt;br&gt;&lt;br&gt;Now variables: NV_FORWARD, NV_BACKWARDS, NV_TURRET_LEFT, NV_TURRET_RIGHT is changing as ramp when turret/body inertia bigger than 0.&lt;br&gt;&lt;br&gt;The variables: NV_LEFT and NV_RIGHT indicate when the robot should move forward or backwards to the left or right side (0 &quot; off, 1 &quot; on).&lt;br&gt;&lt;br&gt;If body inertia (for example) is 4 then variables NV_FORWARD and NV_BACKWARDS will increase up to 5 when signal is activated and further will keep in this value.&lt;br&gt;&lt;br&gt;For example see variables definition for motors in C terms:&lt;br&gt;&lt;br&gt;int RightMotorForward&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = (NV_FORWARD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;&amp; !NV_RIGHT) ? NV_FORWARD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0;&lt;br&gt;int RightMotorBackwards = (NV_BACKWARDS &amp;&amp; !NV_LEFT&amp;nbsp;&amp;nbsp;) ? NV_BACKWARDS : 0;&lt;br&gt;int LeftMotorForward&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = (NV_FORWARD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;&amp; !NV_LEFT&amp;nbsp;&amp;nbsp;) ? NV_FORWARD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0;&lt;br&gt;int LeftMotorBackwards&amp;nbsp;&amp;nbsp; = (NV_BACKWARDS &amp;&amp; !NV_RIGHT) ? NV_BACKWARDS : 0;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        that would work also. &lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Dave        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        What if you try to use:&lt;br&gt;CenterOfObject_X =&amp;nbsp;&amp;nbsp;NV_ARR_OBJ_RECT_X[i] + NV_ARR_OBJ_RECT_W[i]/2;&lt;br&gt;CenterOfObject_Y =&amp;nbsp;&amp;nbsp;NV_ARR_OBJ_RECT_Y[i] + NV_ARR_OBJ_RECT_H[i]/2&lt;br&gt;&lt;br&gt;where: i - index of object&amp;nbsp;&amp;nbsp;in array&lt;br&gt;&lt;br&gt;-== Retrieve the recognized objects as array ==-&lt;br&gt;NV_ARR_OBJ_RECT_X - left-top corner X coordinate of recognized object &lt;br&gt;NV_ARR_OBJ_RECT_Y - left-top corner Y coordinate of recognized object &lt;br&gt;NV_ARR_OBJ_RECT_W - width of recognized object &lt;br&gt;NV_ARR_OBJ_RECT_H - height of recognized object&lt;br&gt;&lt;br&gt;Or is this way not convenient?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thanks for the quick response. Another suggestion would be to create a variable for center of recognized object, similar to RR&apos;s COG_X. The bigger the offset between the screen center and the center of the object, the bigger the value of the variable. &lt;br&gt;Presently my robot looks at COG_X and COG_BOX_SIZE. These values are mapped to a servos working range (my motor controller takes servo signals) so the speed of the motors is proportional to the offset. This naturally ramps the speed.&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=33ZzqpCOhu4&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=33ZzqpCOhu4&lt;/a&gt;&lt;br&gt;&lt;br&gt;Dave        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dave,&lt;br&gt;&lt;br&gt;Thank you for good idea it is really important moment for big (heavy) robots. And of course I will implement it (ramp mode) in next modification to soon.&lt;br&gt;&lt;br&gt;Dmitriy.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>AVR Navigator</title>
        <description>
        Does the body inertia setting of the AVM Navigator module ramp the movement variables up and down? I&apos;m worried that giving a simple on or off command to my motors will tear up the gearbox.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Dave        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3832</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3832</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
