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

<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-02-13T17:03:57+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=1093</id>
<entry>
<author><name><![CDATA[tinman1]]></name></author>
<updated>2007-02-13T17:03:57+01:00</updated>
<published>2007-02-13T17:03:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7152#p7152</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7152#p7152"/>
<title type="html"><![CDATA[extra walking steps?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7152#p7152"><![CDATA[
Thanks guys!<br />I'm going to have alot to play with now. To me the whole walking aspect of this bot is the most interesting, unfortunately the last time I wrote any code was when Reagan first took office! <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /> <br />But this is a great way to get back into it.<br />Tinman<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=494">tinman1</a> — Tue Feb 13, 2007 5:03 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Pev]]></name></author>
<updated>2007-02-13T11:42:40+01:00</updated>
<published>2007-02-13T11:42:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7136#p7136</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7136#p7136"/>
<title type="html"><![CDATA[extra walking steps?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7136#p7136"><![CDATA[
Below is a slightly modified walk that details how you can get rid of the pause . Basically everything before the FWD_CONT: starts the walk from standing still.<br />Once you get to comment 'Loop to FWD_CONT to continue walking you either loop to FWD_CONT to walk 2 more steps with no hestitation or continue to stop walking and return to a stable standing positon.<br /><br />The loop could be a for next as suggested above or could be due to some sort of controller input. I use a varient of this with my bluetooth controller for continual walking.<br /><br />Hope this helps<br /> <br />Pev<br /><br /><br />forward_walk:<br /><br />SPEED 5<br />MOVE24  85,  71, 152,  91, 112,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 112,  76, 145,  93,  92,  60,<br /><br />SPEED 14 <br />'left up<br />MOVE24  90, 107, 105, 105, 114,  60,  90,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 114,  76, 145,  93,  90,  60,<br /><br />FWD_CONT:<br /><br />'---------------------------------------<br />'left down<br />MOVE24  90,  56, 143, 122, 114,  60,  80,  40,  80,    ,    ,    , 105,  40,  80,    ,    ,    , 113,  80, 145,  90,  90,  60,<br />MOVE24  90,  46, 163, 112, 114,  60,  80,  40,  80,    ,    ,    , 105,  40,  80,    ,    ,    , 112,  80, 145,  90,  90,  60,<br /><br />SPEED 10<br />'left center<br />MOVE24 100,  66, 141, 113, 100, 100,  90,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 100,  83, 156,  80, 100, 100,<br />MOVE24 113,  78, 142, 105,  90,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    ,  90, 102, 136,  85, 114,  60,<br /><br />SPEED 14<br />'right up<br />MOVE24 113,  76, 145,  93,  90,  60, 100,  40,  80,    ,    ,    ,  90,  40,  80,    ,    ,    ,  90, 107, 105, 105, 114,  60,<br /><br />'right down<br />MOVE24 113,  80, 145,  90,  90,  60, 105,  40,  80,    ,    ,    ,  80,  40,  80,    ,    ,    ,  90,  56, 143, 122, 114,  60,<br />MOVE24 112,  80, 145,  90,  90,  60, 105,  40,  80,    ,    ,    ,  80,  40,  80,    ,    ,    ,  90,  46, 163, 112, 114,  60,<br /><br />SPEED 10<br />'right center<br />MOVE24 100,  83, 156,  80, 100, 100, 100,  40,  80,    ,    ,    ,  90,  40,  80,    ,    ,    , 100,  66, 141, 113, 100, 100,<br />MOVE24  90, 102, 136,  85, 114,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 113,  78, 142, 105,  90,  60,<br /><br />SPEED 14<br />'left up<br />MOVE24  90, 107, 105, 105, 114,  60,  90,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 113,  76, 145,  93,  90,  60,<br />'---------------------------------------<br /><br />'Loop to FWD_CONT to continue walking<br /><br />SPEED 5<br />MOVE24  85,  71, 152,  91, 112,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 112,  76, 145,  93,  92,  60,<br /><br />SPEED 5<br />MOVE24  85,  71, 152,  91, 112,  60, 100,  40,  80,    ,    ,    , 100,  40,  80,    ,    ,    , 112,  76, 145,  93,  92,  60,<br /><br />RETURN<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=88">Pev</a> — Tue Feb 13, 2007 11:42 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[engineer]]></name></author>
<updated>2007-02-13T07:37:41+01:00</updated>
<published>2007-02-13T07:37:41+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7129#p7129</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7129#p7129"/>
<title type="html"><![CDATA[forward walk]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7129#p7129"><![CDATA[
or search the forum for long walk_pushup<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=267">engineer</a> — Tue Feb 13, 2007 7:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-02-13T06:43:54+01:00</updated>
<published>2007-02-13T06:43:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7125#p7125</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7125#p7125"/>
<title type="html"><![CDATA[extra walking steps?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7125#p7125"><![CDATA[
A FOR/NEXT loop should do the trick.<br /><br /><br />DIM Y AS BYTE<br />FOR Y = 1 to 4<br /><br />[forward walk code]<br /><br /><br />NEXT Y<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Tue Feb 13, 2007 6:43 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tinman1]]></name></author>
<updated>2007-02-13T04:16:20+01:00</updated>
<published>2007-02-13T04:16:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7121#p7121</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7121#p7121"/>
<title type="html"><![CDATA[extra walking steps?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7121#p7121"><![CDATA[
Well, I answered my own question. <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /> <br />Yes. It executes the subroutine twice making the bot take a total of four steps. However there is a hesitation between the two subs executing instead of one continuous gait. Hmmmm....<br />How to get rid of the pause?<br />Hey this IS fun!<br />tinman <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=494">tinman1</a> — Tue Feb 13, 2007 4:16 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tinman1]]></name></author>
<updated>2007-02-13T03:51:20+01:00</updated>
<published>2007-02-13T03:51:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7120#p7120</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7120#p7120"/>
<title type="html"><![CDATA[extra walking steps?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1093&amp;p=7120#p7120"><![CDATA[
Okay, I have spent the last hour staring at the walking code and I have a question. Could I simply add a second "GOSUB forward_walk" to make the RN-1 take four steps instead of the default two steps when the forward arrow key is pressed?<br />GOSUB forward_walk<br /><span style="font-weight: bold">GOSUB forward_walk</span><br />GOSUB standard_pose<br />GOTO main_exit<br />Would this work by executing the subroutine twice in succession? Or am I totally out in left field?<br />Tinman<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=494">tinman1</a> — Tue Feb 13, 2007 3:51 am</p><hr />
]]></content>
</entry>
</feed>