<?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=4&amp;t=2217" />

<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>2008-05-30T19:54:43+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=2217</id>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2008-05-30T19:54:43+01:00</updated>
<published>2008-05-30T19:54:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=16080#p16080</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=16080#p16080"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=16080#p16080"><![CDATA[
Sorry its taking me so long.<br /><br />These are my basic turn routines:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>left_hip_turn:<br />   SPEED 5<br />   'Move mass to left foot<br />   GOSUB left_shift1<br />   'Lift right leg and twist hip 30 degrees<br />   <br />   MOVE G6A, 92,  65, 110, 125, 118,  70<br />   MOVE G6D,113,  76, 145,  94,  92, 100<br />   MOVE G6B,100,  46,  80, 100, 100,    <br />   MOVE G6C,100,  50,  80, 100, 100,    <br />   WAIT<br />   'Place right leg back on floor<br />   <br />   MOVE G6A, 99,  64, 145, 108, 103,  70<br />   MOVE G6D, 99,  76, 145,  95, 101, 100<br />   MOVE G6B,100,  46,  80, 100, 100,    <br />   MOVE G6C,100,  50,  80, 100, 100,    <br />   'WAIT<br />   'Move mass to right leg??<br />   MOVE G6A,112,  70, 145, 120,  84,  70<br />   MOVE G6B,102,  55,  80, 101, 100,    <br />   MOVE G6C,103,  38,  81, 101,    ,    <br />   MOVE G6D, 86,  84, 124, 108, 118, 100<br /><br />   <br />   WAIT<br />   MOVE G6A,112,  70, 145, 110,  84,  100<br />   MOVE G6B,102,  55,  80, 101, 100,    <br />   MOVE G6C,103,  38,  81, 101,    ,    <br />   MOVE G6D, 86,  84, 124, 108, 120, 100<br />   WAIT<br />   '   'Lift left leg and twist hip back <br />   MOVE G6A,112,  69, 148,  98,  96, 100<br />   MOVE G6D, 81,  74, 128, 112, 113, 100<br />   <br />   <br />   MOVE G6C,109,  40,  83, 103, 100,    <br />   MOVE G6B,106,  40,  80, 101, 100,    <br />   'Place left leg on floor<br />   GOSUB standard_pose<br />   <br />   <br />   RETURN<br /><br />right_hip_turn:<br />   SPEED 5<br />   'Move mass to right foot<br />   GOSUB right_shift1<br />   'Lift left leg and twist hip 30 degrees<br />   <br />   MOVE G6D, 92,  65, 110, 125, 118, 130<br />   MOVE G6A,113,  76, 145,  94,  92, 100<br />   MOVE G6C,100,  46,  80, 100, 100,    <br />   MOVE G6B,100,  50,  80, 100, 100,    <br />   WAIT<br />   'Place left leg back on floor<br />   <br />   MOVE G6D, 99,  64, 145, 108, 103, 130<br />   MOVE G6A, 99,  76, 145,  95, 101, 100<br />   MOVE G6C,100,  46,  80, 100, 100,    <br />   MOVE G6B,100,  50,  80, 100, 100,    <br />   'WAIT<br />   'Move mass to left leg??<br />   MOVE G6D,112,  70, 145, 120,  84, 130<br />   MOVE G6A, 86,  84, 124, 108, 118, 100<br />   MOVE G6C,102,  55,  80, 101,    ,     <br />   MOVE G6B,103,  38,  81, 101,    ,    <br />   <br /><br />   <br />   WAIT<br />   MOVE G6D,112,  70, 145, 110,  84, 100<br />   MOVE G6A, 86,  84, 124, 108, 120, 100<br />   MOVE G6C,102,  55,  80, 101,    ,    <br />   MOVE G6B,103,  38,  81, 101,    ,    <br />   <br />   WAIT<br />      <br />   'Lift right leg and twist hip back <br />      <br />   MOVE G6D,112,  69, 148,  98,  96, 100<br />   MOVE G6A, 81,  74, 128, 112, 113, 100<br />   <br />   MOVE G6C,109,  40,  83, 103, 100,    <br />   MOVE G6B,106,  40,  80, 101, 100,    <br />   'Place right leg on floor<br />   GOSUB standard_pose<br />   <br />   <br />   RETURN</code></dd></dl><br /><br />I hope to write something more advanced, and useful, this is just a start....<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Fri May 30, 2008 7:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2008-03-21T07:40:01+01:00</updated>
<published>2008-03-21T07:40:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14910#p14910</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14910#p14910"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14910#p14910"><![CDATA[
Hi grisuzone<br /><br />The patches on the knees and elbows are either rubber or felt pads, to absorb some of the shock of falling over. I used to use all rubber pads, but the lower fraction of felt impedes some movements less than rubber pads. <br /><br />Hi  bauermech<br /><br />It always fascinating to see your progress, Rooks Pawn is what I would refer to as   <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> Awesome  <img src="http://forum.robosavvy.com/images/smilies/icon_exclaim.gif" alt=":!:" title="Exclamation" />  Good luck,<br />PS Shouldn't you be at ROBO-ONE 13 with Rooks Pawn 4 <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /><br />Any how, these are the routines I have modified so far:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>foot_up:<br /><br />   'move mass to right foot<br />   SPEED 5<br />   MOVE G6A,  85,  71, 152,  91, 112, 100,<br />   MOVE G6D, 112,  76, 145,  93,  92, 100,<br />   MOVE G6B, 100,  50,  80,    ,    ,    ,<br />   MOVE G6C, 100,  30,  80,    ,    ,    ,   <br />   WAIT<br />      'partial lift left foot <br />   MOVE G6A,  90,  98, 105, 115, 115, 100,<br />   MOVE G6D, 116,  74, 145,  98,  93, 100,<br />   'arms up<br />   MOVE G6C, 100, 105, 100,    ,    ,    ,<br />   MOVE G6B, 100,  95, 100,    ,    ,    ,<br />   WAIT<br />   'lift leg fully<br />   MOVE G6A, 100, 151,  23, 140, 115, 100,<br />   WAIT<br />   DELAY 2500 'delay as long as you like<br />   'lower leg<br />   MOVE G6A,  85,  71, 152,  91, 112, 100,<br />   MOVE G6D, 112,  76, 145,  93,  92, 100,<br />   WAIT<br />   RETURN<br />body_move2:<br />   MOVE G6D,110,  92, 124,  97,  93, 100<br />   MOVE G6A, 76,  72, 160,  82, 128, 100<br />   MOVE G6B,100,  50,  90, , , ,<br />   MOVE G6C,100,  30,  90, , , ,<br />   WAIT<br />   RETURN<br />'================================================<br />body_move1:<br />   MOVE G6A, 85,  71, 152,  91, 112, 100<br />   MOVE G6D,112,  76, 145,  93,  92, 100<br />   MOVE G6B,100,  50,  80, , , ,<br />   MOVE G6C,100,  30,  80, , , ,   <br />   WAIT<br />   RETURN<br />wing_move:<br />   DIM i AS BYTE<br />   SPEED 5<br />   <br />   MOVE G6A, 85,  71, 152,  91, 112, 100<br />   MOVE G6D,112,  76, 145,  93,  92, 100<br />   MOVE G6B,100,  55,  80, , , ,<br />   MOVE G6C,100,  35,  80, , , ,   <br />   WAIT<br />   <br />   MOVE G6A, 90,  98, 105, 115, 115, 100<br />   MOVE G6D,116,  74, 145,  98,  93, 100<br />   MOVE G6B,100, 150, 150, 100, 100, 100<br />   MOVE G6C,100, 150, 150, 100, 100, 100<br />   WAIT<br />   <br />   MOVE G6A, 90, 121,  36, 105, 115, 100<br />   MOVE G6D,116,  60, 146, 138,  93, 100<br />   MOVE G6B,100, 150, 150, 100, 100, 100<br />   MOVE G6C,100, 150, 150, 100, 100, 100<br />   WAIT<br /><br />   MOVE G6A, 90,  98, 105,  64, 115, 100<br />   MOVE G6D,116,  50, 155, 160,  93, 100<br />   MOVE G6B,145, 110, 110, 100, 100, 100<br />   MOVE G6C,145, 110, 110, 100, 100, 100<br />   WAIT<br /><br />   FOR i = 10 TO 15<br />      SPEED i<br />      MOVE G6B,145,  80,  80, 100, 100, 100<br />      MOVE G6C,145,  80,  80, 100, 100, 100<br />      WAIT<br />   <br />      MOVE G6B,145, 120, 120, 100, 100, 100<br />      MOVE G6C,145, 120, 120, 100, 100, 100<br />      WAIT<br />   NEXT i<br /><br />   DELAY 1000<br />   SPEED 4<br /><br />   MOVE G6A, 90,  98, 105,  64, 115, 100<br />   MOVE G6D,116,  50, 155, 160,  93, 100<br />   MOVE G6B,145, 160, 180, 100, 100, 100<br />   MOVE G6C,145, 160, 180, 100, 100, 100<br />   WAIT<br /><br />   MOVE G6A, 90, 121,  36, 105, 115, 100<br />   MOVE G6D,116,  60, 146, 138,  93, 100<br />   MOVE G6B,100, 150, 150, 100, 100, 100<br />   MOVE G6C,100, 150, 150, 100, 100, 100<br />   WAIT<br />   <br /><br />   MOVE G6A, 90,  98, 105, 115, 115, 100<br />   MOVE G6D,116,  74, 145,  98,  93, 100<br />   WAIT<br />   <br />   MOVE G6A, 85,  71, 152,  91, 112, 100<br />   MOVE G6D,112,  76, 145,  93,  92, 100<br />   MOVE G6B,100,  55,  80, , , ,<br />   MOVE G6C,100,  35,  80, , , ,   <br />   WAIT<br />   RETURN<br />left_turn:<br />   SPEED 6<br />   MOVE G6D,  85,  71, 152,  91, 112,  100    <br />   MOVE G6A, 112,  76, 145,  93,  92,  100  <br />   MOVE G6C, 100,  55,  80,    ,    ,    ,<br />   MOVE G6B, 100,  35,  80,    ,    ,    ,<br />   WAIT<br /><br />   SPEED 9<br />   MOVE G6A, 113,  75, 145,  97,  93,  100<br />   MOVE G6D,  90,  50, 157, 115, 112,  100<br />   MOVE G6B, 105,  35,  70,    ,    ,    , <br />   MOVE G6C,  90,  55,  70,    ,    ,    , <br />   WAIT   <br /><br />   MOVE G6A, 108,  78, 145,  98,  93, 100<br />   MOVE G6D,  95,  43, 169, 110, 110, 100 <br />   MOVE G6B, 105,  35,  70,    ,    ,    ,<br />   MOVE G6C,  80,  55,  70,    ,    ,    , <br />   WAIT<br />   RETURN<br />'================================================<br />'================================================<br />right_turn:<br />   SPEED 6<br />   MOVE G6A,  85,  71, 152,  91, 112, 100  <br />   MOVE G6D, 112,  76, 145,  93,  92, 100 <br />   MOVE G6B, 100,  55,  80,    ,    ,    ,<br />   MOVE G6C, 100,  35,  80,    ,    ,    ,<br />   WAIT<br /><br />   SPEED 9<br />   MOVE G6D, 113,  75, 145,  97,  93, 100<br />   MOVE G6A,  90,  50, 157, 115, 112, 100 <br />   MOVE G6C, 105,  35,  70,    ,    ,    , <br />   MOVE G6B,  90,  55,  70,    ,    ,    , <br />   WAIT   <br /><br />   MOVE G6D, 108,  78, 145,  98,  93, 100<br />   MOVE G6A,  95,  43, 169, 110, 110, 100 <br />   MOVE G6C, 105,  35,  70,    ,    ,    ,<br />   MOVE G6B,  80,  55,  70,    ,    ,    , <br />   WAIT<br />   RETURN<br />left_shift1:<br />   MOVE G6A,  85,  71, 152,  91, 112, 100<br />   MOVE G6D, 112,  76, 145,  93,  92, 100<br />   MOVE G6B, 100,  65,  80,    ,    ,    ,<br />   MOVE G6C, 100,  35,  80,    ,    ,    ,   <br />   WAIT<br />   RETURN<br />'---------------------------<br />left_shift2:<br />   MOVE G6D, 110,  92, 124,  97,  93, 100<br />   MOVE G6A,  76,  72, 160,  82, 128, 100<br />   MOVE G6B, 100,  35,  90,    ,    ,    ,<br />   MOVE G6C, 100,  35,  90,    ,    ,    ,<br />   WAIT<br />   RETURN<br />'---------------------------<br />left_shift3:<br />   MOVE G6A,  93,  76, 145,  94, 109, 100,<br />   MOVE G6D,  93,  76, 145,  94, 109, 100,<br />   MOVE G6B, 100,  35,  90,    ,    ,    ,<br />   MOVE G6C, 100,  35,  90,    ,    ,    ,<br />   WAIT<br />   RETURN<br />'---------------------------<br />left_shift4:<br />   MOVE G6A, 110,  92, 124,  97,  93, 100<br />   MOVE G6D,  76,  72, 160,  82, 128, 100<br />   MOVE G6B, 100,  35,  90,    ,    ,    <br />   MOVE G6C, 100,  65,  90,    ,    ,    <br />   WAIT<br />   RETURN<br />'---------------------------<br />left_shift5:<br />   MOVE G6D,  86,  83, 135,  97, 114, 100<br />   MOVE G6A, 113,  78, 145,  93,  93, 100<br />   MOVE G6C, 100,  65,  80,    ,    ,    <br />   MOVE G6B, 100,  35,  80,    ,    ,     <br />   WAIT<br />   RETURN<br />'---------------------------   <br />left_shift6:<br />   MOVE G6D,  85,  71, 152,  91, 112, 100<br />   MOVE G6A, 112,  76, 145,  93,  92, 100<br />   MOVE G6C, 100,  65,  80,    ,    ,    <br />   MOVE G6B, 100,  35,  80,    ,    ,    <br />   WAIT<br />   RETURN</code></dd></dl><br /><br />I haven't  made any major changes just slowed a few down and added some more arm movements....<br />(Sorry my lack of skill at teaching RN moves is beginning to show....Oh well ...I'd better get more practice them...what this space  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /> <br />This leaves the most difficult moves to fix:<br /><br />fast_run01<br />fast_run02<br />fast_run03<br />forward_walk<br />backward_walk1<br />backward_walk2<br />backward_walk9<br />backward_walk7<br />backward_walk6<br />backward_walk5<br />backward_walk3<br />left_attack1<br />right_attack1<br />left_forward<br />right_forward <br /><br />Then of course, the proper hip turn walking and attack moves still to program.........<br /><br />PS sorry (in advance) if you try some of these moves on a standard RN, and you feel I have wrecked them compared to the originals <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Fri Mar 21, 2008 7:40 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bauermech]]></name></author>
<updated>2008-03-20T23:40:49+01:00</updated>
<published>2008-03-20T23:40:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14908#p14908</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14908#p14908"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14908#p14908"><![CDATA[
<img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" />  Awesome! <br />Yes, I too can't wait to see the vids... I'll be patient though. I know all about long lists and how tough it is to make time for everything on them.  <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=74">bauermech</a> — Thu Mar 20, 2008 11:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[grisuzone]]></name></author>
<updated>2008-03-20T16:33:32+01:00</updated>
<published>2008-03-20T16:33:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14906#p14906</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14906#p14906"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14906#p14906"><![CDATA[
Hi NOVAONE<br />to thing they serve what those patches are on the shoulders and on the servants of the legs?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=915">grisuzone</a> — Thu Mar 20, 2008 4:33 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2008-03-20T08:51:27+01:00</updated>
<published>2008-03-20T08:51:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14899#p14899</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14899#p14899"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14899#p14899"><![CDATA[
<blockquote class="uncited"><div><br />Can he still move his legs up sideways (jumping jack style)?<br /></div></blockquote><br /><br />Yes, this move is completely unaffected,  also he can still get up after falling on his back; the back of the heels just tap the new servos (luckily).<br /><blockquote class="uncited"><div><br />Why are you not using lipo instead of this big and heavy battery pack ?<br /></div></blockquote><br /><br />I intend to use a lipo pack in the future, but it sort of at the bottom of my ever growing list <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" />   However I think the Hip mod takes priority.<br />I've made a new resolution, ie, to finish the mods i've started before I start any more. Unfortunately this list of unfinished projects has gotten embarrassingly large:<br /><br />1.Hip rotation (will make task number 4 easier.)<br />2.Propeller uOLED graphical display of RN I2c and SPI sensors <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br />3.Real-time calculation and display of centre of mass based on foot sensors <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br />4.&quot;Improved&quot; walking based on analogue joysticks and/or compass <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br />5.Fully autonomous stair climb and descend <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br />6.Stereo vision.... ( i'd be happy with any basic working vision system) <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br />7.Useful binaural hearing <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /><br /><br /> <img src="http://forum.robosavvy.com/images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /> How many Sunday afternoons these might take me is anyones guess.   <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /> <br /> + Ideas....as yet not started:<br /><br />8.Gumstix wifi web page control from Nokia N770<br />9 Use the Gumstix the master controller to implement a more advanced closed loop using a Propeller and IMU and Centre of mass data....<br />10. lipo pack and 6.8v regulator.<br /><br />PS<br />Voelker, this big heavy battery pack is currently a good counter balance for the servos<br /><br /><blockquote class="uncited"><div><br />.. along with Rooks Pawn must now be one of the one of the most modded RoboNovas on the internet.<br /></div></blockquote><br /><br />Thanks Bill, it was seeing the first incarnation of rooks pawn that made me decide on buying the RN kit in the first place, maybe when all the mods are working, I'll feel more deserving of your complement.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Thu Mar 20, 2008 8:51 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[BillB]]></name></author>
<updated>2008-03-19T22:33:40+01:00</updated>
<published>2008-03-19T22:33:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14890#p14890</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14890#p14890"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14890#p14890"><![CDATA[
Looks great - along with Rooks Pawn must now be one of the one of the most modded RoboNovas on the internet.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=264">BillB</a> — Wed Mar 19, 2008 10:33 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Voelker]]></name></author>
<updated>2008-03-19T20:43:56+01:00</updated>
<published>2008-03-19T20:43:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14888#p14888</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14888#p14888"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14888#p14888"><![CDATA[
Why are you not using lipo instead of this big and heavy battery pack ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=728">Voelker</a> — Wed Mar 19, 2008 8:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tum]]></name></author>
<updated>2008-03-19T17:21:02+01:00</updated>
<published>2008-03-19T17:21:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14886#p14886</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14886#p14886"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14886#p14886"><![CDATA[
Hi,<br /><br />Another question <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":-)" title="Smile" />.  Can he still move his legs up sideways (jumping jack style)?  Are the extra motors mounted to his back using thrust bearings as well?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=648">tum</a> — Wed Mar 19, 2008 5:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JavaRN]]></name></author>
<updated>2008-03-19T16:40:48+01:00</updated>
<published>2008-03-19T16:40:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14883#p14883</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14883#p14883"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14883#p14883"><![CDATA[
Great job NovaOne! You should update your avatar, this looks even nicer! <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=546">JavaRN</a> — Wed Mar 19, 2008 4:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2008-03-19T07:15:03+01:00</updated>
<published>2008-03-19T07:15:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14877#p14877</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14877#p14877"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14877#p14877"><![CDATA[
<blockquote class="uncited"><div><br />do the mods make give him a fat looking ass?<br /></div></blockquote><br /><br />Yes  <img src="http://forum.robosavvy.com/images/smilies/icon_exclaim.gif" alt=":!:" title="Exclamation" /> But, for the female robots out there,  its very firm and defined  <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /> <br /><br />I also had to mount a flat  version of the battery (5 pack) on the front, so &quot;he&quot; has a larger (but muscular) &quot;tum&quot; as well:<br /><img src="http://robosavvy.com/Builders/NovaOne/RN2008.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Wed Mar 19, 2008 7:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tum]]></name></author>
<updated>2008-03-19T02:01:14+01:00</updated>
<published>2008-03-19T02:01:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14874#p14874</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14874#p14874"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14874#p14874"><![CDATA[
I look forward to the diagrams.<br /><br />BTW, do the mods make give him a fat looking ass? <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=648">tum</a> — Wed Mar 19, 2008 2:01 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2008-04-20T08:43:40+01:00</updated>
<published>2008-03-18T23:04:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14871#p14871</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14871#p14871"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14871#p14871"><![CDATA[
<blockquote class="uncited"><div><br />I was wondering where you bought the right angled rods<br /></div></blockquote><br /><br />From my local model shop, they are ball joint linkages: Multiplex part number #71 3860  ....a bit overkill really.<br /><br />I made/adapted the rest of the brackets myself. I promise to post drawings when i have more time.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Tue Mar 18, 2008 11:04 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tum]]></name></author>
<updated>2008-03-18T11:44:45+01:00</updated>
<published>2008-03-18T11:44:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14858#p14858</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14858#p14858"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14858#p14858"><![CDATA[
Hi <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><br /><br />I was wondering where you bought the right angled rods, the black adjustable horn and the thrust bearings (pretty much all the parts you used <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";-)" title="Wink" />).<br /><br />Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=648">tum</a> — Tue Mar 18, 2008 11:44 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Droid Works]]></name></author>
<updated>2008-03-15T01:35:31+01:00</updated>
<published>2008-03-15T01:35:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14789#p14789</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14789#p14789"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14789#p14789"><![CDATA[
Very cool ! I cant wait to see the video <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=714">Droid Works</a> — Sat Mar 15, 2008 1:35 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[NovaOne]]></name></author>
<updated>2008-03-14T20:56:05+01:00</updated>
<published>2008-03-14T20:56:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14785#p14785</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14785#p14785"/>
<title type="html"><![CDATA[Hip rotation.. work in progress]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2217&amp;p=14785#p14785"><![CDATA[
Thanks i-Bot, your knowledge and advice is invaluable as ever. I have dropped all my other silly mods to focus on tweaking  the affected routines (and gradually documenting  the changes I make here).<br /><br />The offending moves are:<br />foot_up<br />body_move1<br />body_move2<br />wing_move<br />fast_run01<br />fast_run02<br />fast_run03<br />left_turn<br />right_turn<br />forward_walk<br />left_shift1<br />left_shift2<br />left_shift4<br />left_shift5<br />left_shift6<br />right_shift1<br />right_shift2<br />right_shift4<br />right_shift5<br />right_shift6<br />backward_walk1<br />backward_walk2<br />backward_walk9<br />backward_walk7<br />backward_walk6<br />backward_walk5<br />backward_walk3<br />left_attack1<br />right_attack1<br />left_forward<br />right_forward<br /><br /> <img src="http://forum.robosavvy.com/images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=663">NovaOne</a> — Fri Mar 14, 2008 8:56 pm</p><hr />
]]></content>
</entry>
</feed>