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

<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-08-13T18:37:03+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=6&amp;t=851</id>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-03-15T15:51:00+01:00</updated>
<published>2007-03-15T15:51:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8050#p8050</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8050#p8050"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8050#p8050"><![CDATA[
Hey Jon.  It's nice that Bing is finally doing some movement, even if it isn't more than just wiggling around a bit so far.<br /><br />Yes, the current stuff is all based around IK calculations for the leg.  In a coordinate system centered on the hip rotation axis, I can specify a desired X and Y location for the foot center, a rotation angle for the foot, and a leg length.  Then the joint angles are computed.  A constraint for this purpose is that the foot should be parallel to the torso.  A further constraint that makes the calculation go smoothly and provides a unique solution is that the line segment connecting the two knee joints is parallel to the line segment connecting the hip and ankle.  That constraint turned all the geometry into nice right triangles and from there Pythagoras and simple trigonometry provided the answers.<br /><br />Given that IK calculation for each leg, the three degrees of freedom illustrated in the video are simple geometric transformations of the foot positions, which then get changed to the leg-centric coordinate system and then the IK calculation gets run.<br /><br />I skipped one step in that description -- I have another function that takes the foot X, Y, and angle, and returns a range of valid Z height values.  Then the valid ranges for both legs are intersected to get the range for &quot;crouchiness&quot; given the other parameters.  This cuts down the number of cases where the IK cannot find a solution.<br /><br />Whew.  Kind of a lot of effort just to wiggle around a bit but it's nice that it's completely flexible.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Thu Mar 15, 2007 3:51 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-03-15T13:45:12+01:00</updated>
<published>2007-03-15T13:45:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8048#p8048</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8048#p8048"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8048#p8048"><![CDATA[
Hey Derek,<br /><br />So, are you doing IK for that, or some other kind of math?<br /><br />Very cool stuff, btw.<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Thu Mar 15, 2007 1:45 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-03-15T06:57:46+01:00</updated>
<published>2007-03-15T06:57:46+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8041#p8041</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8041#p8041"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=8041#p8041"><![CDATA[
The modeling and calibration are still just a bit off, but I have the parameterization that I described in the previous message.  Starting with an arbitrary &quot;neutral pose&quot;, I can use that Space Navigator thing to move Bing around in the three dimensions of &quot;twist&quot;, &quot;crouchiness&quot; and &quot;one foot to the other&quot;.  Here's a video demonstrating, starting with the feet in an arbitrarily-chosen configuration:<br /><br /><div class='bbmedia' data-url='http://www.youtube.com/watch?v=qrO2XVH7aUs' style='margin: 1px; display: inline-block; vertical-align: bottom;'><div style='width: 200px; height: 40px; border: 1px solid #999; display: table-cell; text-align: center; vertical-align: middle; font: 10px/10px Verdana; color: #555; opacity: 0.5;'><a style='color: #105289; text-decoration: none;' href='http://phpbbex.com/' target='_blank'>phpBB</a> &#91;media&#93;</div><script>if (typeof bbmedia == 'undefined') { bbmedia = true; var e = document.createElement('script'); e.async = true; e.src = 'js/bbmedia.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); }</script></div><br /><br />bigger: <!-- m --><a class="postlink" href="http://happyrobots.com/bing3.wmv">http://happyrobots.com/bing3.wmv</a><!-- m --><br /><br />Things are far enough along now that I can start to think about the preliminaries of walking, which means programming some simple shifting and pushing motions and studying the results on my graphs and in the bot's behavior.<br /><br />Now is when things start to get difficult!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Thu Mar 15, 2007 6:57 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-03-13T03:48:14+01:00</updated>
<published>2007-03-13T03:48:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7990#p7990</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7990#p7990"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7990#p7990"><![CDATA[
With Bing finally reassembled I can make some more progress.  One thing I had to fix was the connection of the foot pads, which was quite inadequate to deal with the shear forces on the feet:<br /><br /><img src="http://happyrobots.com/badfeet_sm.jpg" alt="Image" /><br /><br />bigger: <!-- m --><a class="postlink" href="http://happyrobots.com/badfeet.jpg">http://happyrobots.com/badfeet.jpg</a><!-- m --><br /><br />So I decided to make a spacer for the middle of the foot which would get screwed on through the four middle screws.  The bottom plate is then securely fastened to that plate, in such a way that a little bit of pressure is put on all four sensors at all times.  This reduces the range of the sensors and in other ways decreases their accuracy, but for rubustness it's worth it.<br /><br /><img src="http://happyrobots.com/goodfeet_sm.jpg" alt="Image" /><br /><br />bigger: <!-- m --><a class="postlink" href="http://happyrobots.com/goodfeet.jpg">http://happyrobots.com/goodfeet.jpg</a><!-- m --><br /><br />For driving Bing around, I plan to use some sort of keypad to select actions, and a 6 degree of freedom input device called a &quot;Space Navigator&quot; for general directional input.  It's a pretty nifty little device.<br /><br /><img src="http://happyrobots.com/snav_sm.jpg" alt="Image" /><br /><br />bigger: <!-- m --><a class="postlink" href="http://happyrobots.com/snav.jpg">http://happyrobots.com/snav.jpg</a><!-- m --><br /><br />If you're curious, check it out at <!-- m --><a class="postlink" href="http://www.3dconnexion.com/">http://www.3dconnexion.com/</a><!-- m --><br /><br />I have been tuning a parameterized set of &quot;neutral poses&quot;, which are a reduced-dimensionality set of stable standing poses.  The dimensions are:<br /><ul>1: Foot angle.  Both feet have the same outward angle.<br />2: Foot spread.  Both feet are spread horizontally by the same amount<br />3: Foot forward/back.  One foot forward, one foot back, by the same amount<br />4: Height, or &quot;crouchiness&quot; (knee bending)<br /></ul><br />I attached those dimensions to four inputs on the Space Navigator so I can play with the different poses.  Here's a video of the current result with bing upside down so the foot positions can be clearly seen.  It's not quite perfect yet but getting close (the camera angle and tilt makes it look a little worse than it actually is):<br /><br /><div class='bbmedia' data-url='http://www.youtube.com/watch?v=ggCZ6LqcprY' style='margin: 1px; display: inline-block; vertical-align: bottom;'><div style='width: 200px; height: 40px; border: 1px solid #999; display: table-cell; text-align: center; vertical-align: middle; font: 10px/10px Verdana; color: #555; opacity: 0.5;'><a style='color: #105289; text-decoration: none;' href='http://phpbbex.com/' target='_blank'>phpBB</a> &#91;media&#93;</div><script>if (typeof bbmedia == 'undefined') { bbmedia = true; var e = document.createElement('script'); e.async = true; e.src = 'js/bbmedia.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); }</script></div><br /><br />Bigger: <!-- m --><a class="postlink" href="http://happyrobots.com/bing2.wmv">http://happyrobots.com/bing2.wmv</a><!-- m --><br /><br />Now, the next step is another parameterized simplification -- starting with any one of these neutral poses, change the pose so that it is still stable and the feet stay in the same position.  I want the degrees of freedom to be the location of robot zero along a line connecting the foot centers (which shifts weight from one foot to another), the angle of the torso, so the torso can &quot;Twist&quot;, and the &quot;crouchiness&quot;.  I'm working on the math but it's not finished yet.<br /><br />Just about three months to RoboGames!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Tue Mar 13, 2007 3:48 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[eddymoore]]></name></author>
<updated>2007-03-09T23:46:59+01:00</updated>
<published>2007-03-09T23:46:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7937#p7937</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7937#p7937"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7937#p7937"><![CDATA[
I'm betting you shut the curtains (so the neighbours don't try and get you sectioned) before doing funny walks in circles around the room, pausing at various points and seeing in what direction you fall over. I love this hobby <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=524">eddymoore</a> — Fri Mar 09, 2007 11:46 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-03-09T19:15:20+01:00</updated>
<published>2007-03-09T19:15:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7930#p7930</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7930#p7930"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7930#p7930"><![CDATA[
Bing's maintenance tasks are almost finished, and while I've been tweaking stuff I've also been thinking about what model to use for walking.  I have a plan.<br /><br />The basic walking model views a step as a gravity-assisted pivot about a stationary foot, while the other foot is then freed up to move to its new position.  The pivot consists of a guided adaptive trajectory of the robot's center of mass with respect to the pivot foot's ground contact patch.  A normal walking phase consists of four overlapping parts:<br /><ul><span style="font-weight: bold">The Landing</span> - this is where the moving foot contacts the ground<br /><span style="font-weight: bold">The Pivot</span> - this is where the pivot foot has an opportunity to guide the center of mass a bit, primarily with the ankle and hip<br /><span style="font-weight: bold">The Takeoff</span> - energy is added to get the trajectory going in the desired direction<br /><span style="font-weight: bold">The Swing</span> - for a time, while the robot pivots on one foot, the takeoff foot will have no pressure on it.  During that time, the foot needs to move to the location of its next landing.<br /></ul>In general, the center of mass will not pass over the pivot foot's contact patch, meaning that the robot is not stable and is falling.  However, most steps will send the center of mass close to being over the contact patch -- being close to balance like that is a good way to buy time for the foot swing.<br /><br />Before I work on that full step sequence, I want to focus on starting and stopping, which leads to the idea of a &quot;half step&quot; -- starting in one stable position, step to another one.  The start offers an opportunity not available during a normal step -- a time when both feet are on the ground.<br /><br />So: how to start a step?  It looks like there are three available tools:<br /><ul>1) Shifting the center of mass using both legs, by moving the hips around.<br />2) Pushing off using the ankle joint<br />3) Pushing off using the knees<br /></ul><br />Once Bing is fully reassembled, this will be my focus.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Fri Mar 09, 2007 7:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-03-02T16:42:34+01:00</updated>
<published>2007-03-02T16:42:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7740#p7740</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7740#p7740"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7740#p7740"><![CDATA[
Thanks for the book suggestion, I think a little schooling will come in handy.<br /><br />Luckily, I believe I have solved the foot-placement problem analytically.  The double knee joint was making it a bit complicated but now I just have to code it up and make sure I really got it right.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Fri Mar 02, 2007 4:42 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[eddymoore]]></name></author>
<updated>2007-03-02T15:38:17+01:00</updated>
<published>2007-03-02T15:38:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7737#p7737</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7737#p7737"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7737#p7737"><![CDATA[
Can I highly recommend the book: &quot;Introduction to robotics, mechanics and control&quot; by John J Craig for all your Inverse Kinematics needs? It's a great book, helped me a lot with my hexapod, and addresses the maths in a more practical way than most other books.<br /><br />As for<br /><br /><blockquote class="uncited"><div><br />(figure out where the bot will fall and try to make sure a foot is there to catch it).<br /></div></blockquote><br /><br />as a robotics proff and my university says, it's all about having good mathematical models that don't needs a ton of conditional clauses to operate (so no individual pre-programmed movements, no 'if you feel yourself falling to the left, do this' type stuff), the model should take care of it all. As fas as i can tell, Zero Moment Point seems to be currently the most elegant way of doing it. <br /><br />All the best, this really is a top-shelf project!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=524">eddymoore</a> — Fri Mar 02, 2007 3:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-02-28T16:52:05+01:00</updated>
<published>2007-02-28T16:52:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7659#p7659</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7659#p7659"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7659#p7659"><![CDATA[
It's time for Bing's first set of hardware tweaks.  A bunch of issues have crept up that require a partial teardown to deal with -<br /><ul>* Some of the brackets have come a bit loose from the servo horns<br />* The foot pad attachment scheme is failing already and there's no way it can take the pounding, so I'm going to think about a better solution<br />* The attachment of the torso turn servo to the upper torso is not as strong as I'd like<br />* There are occasional intermittent losses of serial communication.  Not often but troublesome enough to look into<br />* The bizarre dual-IMU setup that I ended up with will be too hard to deal with when the torso is turned so I need to combine the best of both into the lower torso.  That means the gyros from the upper torso and the accelerometers from the lower torso, so it all has to be torn apart.<br />* One servo has become somewhat difficult to turn, and I need to check out what's wrong<br /></ul><br />So Bing will be torn apart for a while.  I'm not surprised by this though I'd rather be making forward progress.<br /><br />In the meantime I have a bunch of software stuff to work on.  I'm going to let the 'balance' issue rattle around in my brain for a while and work on the next project:<br /><br />So far I just have one &quot;neutral pose&quot; but actually I want to have a whole class of them, expressed in a way that I can specify the foot positions and angles, and torso height, and have the joint angles calculated automatically.  More than that, I want to specify the foot positions in <span style="font-weight: bold">millimeters</span>, which means that I need to figure out an Inverse Kinematics scheme to set the joint angles.  If you haven't thought about how you'd do that, it actually is not a simple problem.  In Bing's case it MIGHT be possible to find an analytic solution (making the computation easy), but so far I have not been able to figure one out, largely due to my rusty math skills but maybe because it isn't tractable.  If I can't find such a solution I'll need another answer.<br /><br />I have what I think is a good reason for wanting to specify exact foot positions like this -- it will allow me to keep the feet stationary and move the &quot;robot zero&quot; (and the center of mass) arbitrarily without the feet moving.  I think this will be important for shifting weight as part of walking, and for killing momentum as part of balancing.<br /><br />Not sure how long all this will take until a reassembled Bing will be running the new cool software features, but whenever it is, a video will be forthcoming!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Wed Feb 28, 2007 4:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-02-27T22:03:34+01:00</updated>
<published>2007-02-27T22:03:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7608#p7608</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7608#p7608"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7608#p7608"><![CDATA[
Me too  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br />Well, not the super-advanced stuff like homemade gyroscopes, fancy motors, etc, but the basic concept at least (figure out where the bot will fall and try to make sure a foot is there to catch it).<br /><br />I think you're off to a great start Jon!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Tue Feb 27, 2007 10:03 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[JonHylands]]></name></author>
<updated>2007-02-27T21:34:16+01:00</updated>
<published>2007-02-27T21:34:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7607#p7607</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7607#p7607"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7607#p7607"><![CDATA[
Interesting. Maybe I'm kidding myself, but that's exactly what I'm planning on doing...<br /><br />- Jon<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=373">JonHylands</a> — Tue Feb 27, 2007 9:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-02-27T21:07:51+01:00</updated>
<published>2007-02-27T21:07:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7606#p7606</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7606#p7606"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7606#p7606"><![CDATA[
A friend of mine just gave me a link to this page, which has a very cool video on it that amazingly illustrates some of the balancing stuff that I've been thinking about over the last few days:<br /><br /><!-- m --><a class="postlink" href="http://paulgraham.com/anybots.html">http://paulgraham.com/anybots.html</a><!-- m --><br /><br />Pay particular attention to the ankles at the beginning of the video.  That's obviously way more advanced than anything I'm planning to do, but it's fascinating anyway and I thought you all would enjoy it if you hadn't seen it yet.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Tue Feb 27, 2007 9:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DerekZahn]]></name></author>
<updated>2007-02-27T16:11:35+01:00</updated>
<published>2007-02-27T16:11:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7592#p7592</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7592#p7592"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7592#p7592"><![CDATA[
Hi, thanks for the suggestion!<br /><br />For now I'm just studying the stability and balance issue to see what might be done about it by reacting actively to imbalances.  A lot of you have done nice work using gyros in your bots, and I'll probably end up doing something similar to what you guys have already done, but I'll get there at my own slow pace.  It's fun to think about!<br /><br />The Robo-one competitors use the &quot;crouch walking&quot; techinique to improve stability, but it's not very &quot;realistic&quot; in the sense of mimicking the way humans walk.  It got so bad that they had to change the rules to limit the amount of knee bending that was permissible while walking.  Some of the robots (like King Kizer) seem to still crouch down in that odd way when doing some attacks which is apparently not banned.<br /><br />The latest &quot;unrealistic&quot; walking idea that the Robo-one bots seem to use is what I call &quot;crab walking&quot;.  Fast side-stepping appears to be more stable than fast normal walking (probably because the large front-back foot base can more effectively kill the forward momentum at the end of walking).  So these bots tend to turn their sides toward the direction they want to go, then quickly crab-walk toward their target.  It's kind of comical at first but after seeing it all the time I find it a bit irritating.  I think it will be much harder for the Robo-one folks to ban crab-walking so we're probably stuck with it.<br /><br />Both in the case of bent knees and side-stepping, I prefer to try for a more reasonable gait.  I'm still a long way from taking any steps, so I can be an idealistic dreamer!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=11">DerekZahn</a> — Tue Feb 27, 2007 4:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Humanoido]]></name></author>
<updated>2007-02-27T10:13:29+01:00</updated>
<published>2007-02-27T10:13:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7577#p7577</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7577#p7577"/>
<title type="html"><![CDATA[Bing 3]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7577#p7577"><![CDATA[
Very nice video and informative.<br />Outstanding job building this humanoid.<br />You are to be greatly congratulated!<br />Why not try lowering the center of gravity<br />and have the knees bent somewhat... it<br />should do something to improve stability<br />and decrease rocking time, plus improve<br />walking. Just a thought...<br /><br />Humanoido<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=416">Humanoido</a> — Tue Feb 27, 2007 10:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[LR]]></name></author>
<updated>2008-08-13T18:37:03+01:00</updated>
<published>2007-02-26T12:44:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7557#p7557</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7557#p7557"/>
<title type="html"><![CDATA[Modeling with Marilou Robotics Studio]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=851&amp;p=7557#p7557"><![CDATA[
Hi,<br /><br />I'm very interesting in the ODE simulation you made. I've downloaded it and i will try it soon. I'm the founder of the Marilou Robotics Studio and i'm searching someone witch should be interested to try modeling these robot inside the Marilou simulator. You can create the entire robot, attach sensors like servo, motors , ir, us , laser and others ! I hope someone would be interested <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />Thank you<br /><br /><!-- w --><a class="postlink" href="http://www.anykode.com">www.anykode.com</a><!-- w --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=521">LR</a> — Mon Feb 26, 2007 12:44 pm</p><hr />
]]></content>
</entry>
</feed>