<?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=1289" />

<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>2007-04-16T19:08:01+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=1289</id>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-04-16T19:08:01+01:00</updated>
<published>2007-04-16T19:08:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1289&amp;p=8512#p8512</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1289&amp;p=8512#p8512"/>
<title type="html"><![CDATA[Knowledge is Power.]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1289&amp;p=8512#p8512"><![CDATA[
Are you guys aware of the trick in robo basic to extrapolate 1/2 of a move onto a full loop ?<br /><br />So if you motion capture a single step of a walk you do not need to capture the other half? you make it from the first half of the move.<br /><br />[this is gash code and is not for downloading]<br /><br />** This is the main capture **<br />MOVE G6B,190, 104,  96, 100, 100, 100<br />MOVE G6C,187,  98,  99, 100, 100, 100<br />MOVE G6A,117,  76, 145,  93, 100, 100<br />MOVE G6D,107,  64, 156,  89, 108, 100<br /><br />** now we copy it **<br />MOVE G6B,190, 104,  96, 100, 100, 100<br />MOVE G6C,187,  98,  99, 100, 100, 100<br />MOVE G6A,117,  76, 145,  93, 100, 100<br />MOVE G6D,107,  64, 156,  89, 108, 100<br /><br />** Then we swap each A for D and each B for C like this **<br />MOVE G6c,190, 104,  96, 100, 100, 100<br />MOVE G6b,187,  98,  99, 100, 100, 100<br />MOVE G6d,117,  76, 145,  93, 100, 100<br />MOVE G6a,107,  64, 156,  89, 108, 100<br /><br />** And stick the two together **<br />MOVE G6B,190, 104,  96, 100, 100, 100<br />MOVE G6C,187,  98,  99, 100, 100, 100<br />MOVE G6A,117,  76, 145,  93, 100, 100<br />MOVE G6D,107,  64, 156,  89, 108, 100<br />WAIT<br />MOVE G6c,190, 104,  96, 100, 100, 100<br />MOVE G6b,187,  98,  99, 100, 100, 100<br />MOVE G6d,117,  76, 145,  93, 100, 100<br />MOVE G6a,107,  64, 156,  89, 108, 100<br /><br />------------------------------------------------------<br /><br />All that is done is that you are sending the positions too the opposite servos.<br /><br /><br />I hope this helps.<br /><br />Marcus.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Mon Apr 16, 2007 7:08 pm</p><hr />
]]></content>
</entry>
</feed>