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

<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>2011-07-20T11:00:00+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=7321</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-07-20T11:00:00+01:00</updated>
<published>2011-07-20T11:00:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31795#p31795</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31795#p31795"/>
<title type="html"><![CDATA[[Walking] C code for walking(ZMP)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31795#p31795"><![CDATA[
<blockquote class="uncited"><div><br />I want robot to imitate human<br /></div></blockquote><br /><br />This is not very specific. Is there an existing hobby or professional humanoid which you consider achieves this ?<br /><br />If you want to imitate human walking you should be first invesigating gait generators.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Jul 20, 2011 11:00 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elikpr]]></name></author>
<updated>2011-07-20T04:57:56+01:00</updated>
<published>2011-07-20T04:57:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31793#p31793</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31793#p31793"/>
<title type="html"><![CDATA[[Walking] C code for walking(ZMP)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31793#p31793"><![CDATA[
Actually I want robot to imitate human. While imitating robot should keep balance and should not fall down. I thought applying ZMP can solve my problem. if I add ZMP to the existing gait generator Robot wont be able to immitate, right?!!<br />If you have any idea or suggestion, I would be very grateful. <br /><br />Thank  you<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2699">elikpr</a> — Wed Jul 20, 2011 4:57 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-07-19T12:16:48+01:00</updated>
<published>2011-07-19T12:16:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31785#p31785</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31785#p31785"/>
<title type="html"><![CDATA[[Walking] C code for walking(ZMP)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31785#p31785"><![CDATA[
It is unlikely you will find walking code for Robobuilder using ZMP. The only walking code I found using ZMP is part of the UPenn DARwin code:<br /><!-- m --><a class="postlink" href="http://sourceforge.net/projects/darwinop/files/Software/Main%20Controller/Source%20Code/DARwIn-OP_UPenn_Open_Source.zip/download">http://sourceforge.net/projects/darwino ... p/download</a><!-- m --><br /><br />Look in /player/motion/walk.lua. It is written in LUA, but fairly easy to read and convert to C. LUA variables are floating point by default.<br /><br />Look at the tutorial to get some background:<br /><!-- m --><a class="postlink" href="http://sourceforge.net/projects/darwinop/files/Tutorials/DARwIn-OP_UPenn_Tutorial.pdf/download">http://sourceforge.net/projects/darwino ... f/download</a><!-- m --><br /><br />To compare DARwin to Robobuillder joint layout:<br /><!-- m --><a class="postlink" href="http://robosavvy.com/site/index.php?option=com_content&amp;task=view&amp;id=221&amp;Itemid=2">http://robosavvy.com/site/index.php?opt ... 1&amp;Itemid=2</a><!-- m --><br /><br />You don't say what processor you use, you are best with a pretty fast processor and FPU for ZMP. How far did you get already without ZMP. Are you using an existing gait generator and adding ZMP for stability ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Tue Jul 19, 2011 12:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[elikpr]]></name></author>
<updated>2011-07-19T09:45:26+01:00</updated>
<published>2011-07-19T09:45:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31783#p31783</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31783#p31783"/>
<title type="html"><![CDATA[[Walking] C code for walking(ZMP)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7321&amp;p=31783#p31783"><![CDATA[
HI Community,<br /><br />I want to study C code of simple walking where ZMP(Zero Moment Point) used. Can anybody give me the code? Or any advice....<br /><br />Thank you<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2699">elikpr</a> — Tue Jul 19, 2011 9:45 am</p><hr />
]]></content>
</entry>
</feed>