<?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>
        Paddy,&lt;br&gt;&lt;br&gt;I think we may have this in some of the tutorials but basically it will go something like this&lt;br&gt;&lt;br&gt;&lt;br&gt;speed = 140 &apos; this is the forward speed that keeps it moving&lt;br&gt;max_turn = 128 &apos; this is the max turn speed&lt;br&gt;&lt;br&gt;turn_speed = (max_turn * (joy_x / 1000))&lt;br&gt;motor_left = speed - turn_speed&lt;br&gt;motor_right = speed + turn_speed&lt;br&gt;&lt;br&gt;assuming you get the joy_x value from your joystick that ranges from -1000 to 1000.&lt;br&gt;&lt;br&gt;The idea is to scale the amount of joy_x into the max turn value. So when fully left or right the turn speed will basically set one wheel to 0 speed which indicates a maximum&lt;br&gt;&lt;br&gt;You could use joy_y for the actual speed value (instead of the hardcoded 140) using the same technique.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>robot control using controller with 1 analog stick</title>
        <description>
        i need help trying to control a robot with a controller that has only 1 analog stick, if the controller is pushed to the right the robots motors have to turn it right and the further right its pushed the faster it turns, the same goes when your turing left forward and reverse. the module has to send out signals from 0-255 to control each of the servos that control the movement of the robot. i have to use vbscript to do this n i know its only simple maths to do this but i just cant figure it out        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3632</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3632</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
