<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=298" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2006-06-07T21:29:15+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=298</id>
<entry>
<author><name><![CDATA[stevo3d]]></name></author>
<updated>2006-06-07T21:29:15+01:00</updated>
<published>2006-06-07T21:29:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1899#p1899</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1899#p1899"/>
<title type="html"><![CDATA[How continuous rotation works]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1899#p1899"><![CDATA[
This thread contains lots more discussion about getting continuous rotation working, along with some programming examples:<br /><br /><a href="http://robosavvy.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=1597#1597" class="postlink">http://robosavvy.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=1597#1597</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=161">stevo3d</a> — Wed Jun 07, 2006 9:29 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[inaki]]></name></author>
<updated>2006-05-25T09:18:40+01:00</updated>
<published>2006-05-25T09:18:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1642#p1642</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1642#p1642"/>
<title type="html"><![CDATA[How continuous rotation works]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1642#p1642"><![CDATA[
Some comments.<br /><br />The only register that is needed to set to zero is the 8. Thanks to stevo3d for pointing out this. The register 9 is set to zero when the 8 is. No need to set register 6 and 7 because these are already at zero (except if you have changed it).<br /><br />Stevo3d realized also that Robot Terminal is actually able to write to these registers but you must use 2 bytes instead of 1 as the argument. The argument to write to register 8 must be two bytes, LSB first.<br /><br />The servos in continuous rotation mode are much slower that the same servos working in normal mode. For example, a speed of 80 that in normal conditions would move the servo slowly, would not rotate at all the wheel under continuous mode. You wont get any motion at all below speed 150. <br /><br />So don't expect to achieve high speeds with your Bioloid road racer. My Trycicle prototype runs at about just 0,5m/second. <br /><br />Anyway is nice to have such an easy continuous rotation mode without having to hack the servos.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=8">inaki</a> — Thu May 25, 2006 9:18 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[inaki]]></name></author>
<updated>2006-05-21T22:59:17+01:00</updated>
<published>2006-05-21T22:59:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1580#p1580</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1580#p1580"/>
<title type="html"><![CDATA[How continuous rotation works]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=298&amp;p=1580#p1580"><![CDATA[
In case you are interested in working with wheels with your Robotis Kit you will need continuous rotation.<br /><br />To work with continuous rotation you will need to set to zero CW/CCW limits. By default CW limit is set to zero so you dont need to change this one. CCW is set to 0x3FF by deafault so you will need to set this one to zero.<br /><br />The registers that hold the CCW limits  are 8 and 9. These are EEPROM registers which means that once programed they stay that way even if you remove power. <br /><br />Robot Terminal seems unable to change EEPROM registers so you will need to use Behavior Control Program to change these registers. <br /><br />Once you change these setting to zero you can rotate CW or CCW by means of register Goal Speed, bit 10. If you set this bit to zero you will get CCW motion, while if it is zero you will get CW motion. The remaining bits, 0 to 9 set the actual speed (zero meaning no motion).<br /><br />Caveats: I have found that Behavior Control Program may not work at all or even can set different registers to random values. I have been using version 1.25. For example I have been able to set the ID of my servo 17 to 1 just by trying to change registers 8 and 9. 8O . Obviously there is a (another!) bug in this program. So if you try this you are warned that you may end with an unusable servo !!! By the way, the command RESET does not restore the original ID setting. To set again the right ID you will need to use the command ID in Robot Terminal.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=8">inaki</a> — Sun May 21, 2006 10:59 pm</p><hr />
]]></content>
</entry>
</feed>