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

<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>2006-08-07T22:00:18+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=498</id>
<entry>
<author><name><![CDATA[rep001]]></name></author>
<updated>2006-08-07T22:00:18+01:00</updated>
<published>2006-08-07T22:00:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2977#p2977</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2977#p2977"/>
<title type="html"><![CDATA[a little excersize move]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2977#p2977"><![CDATA[
what am i doing wrong here then.the value line 6 is incorrect should i have pasted into bas code or can it run seperate??<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=101">rep001</a> — Mon Aug 07, 2006 10:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Robotmania]]></name></author>
<updated>2006-08-07T11:22:35+01:00</updated>
<published>2006-08-07T11:22:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2967#p2967</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2967#p2967"/>
<title type="html"><![CDATA[some jumping jacks to go along with the other exercizes]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2967#p2967"><![CDATA[
jump:<br />FOR A = 0 TO 5<br />SPEED 8<br />HIGHSPEED SETON<br />MOVE G6B, 99, 189, 160, 100, 100, 100<br />MOVE G6C, 99, 176, 172, 100, 100, 100<br />MOVE G6A, 83,  76, 145,  93, 116, 100<br />MOVE G6D, 83,  76, 145,  93, 116, 100<br />DELAY 1000<br />MOVE G6A,100,  76, 145,  93, 100, 100<br />MOVE G6D,100,  76, 145,  93, 100, 100<br />MOVE G6B,100,  30,  80, 100, 100, 100<br />MOVE G6C,100,  30,  80, 100, 100, 100<br />DELAY 1000<br />NEXT A<br />HIGHSPEED SETOFF<br />'C10 = 1<br />GOSUB standard_pose<br />GOTO main_exit<br />RETURN<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=258">Robotmania</a> — Mon Aug 07, 2006 11:22 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Robotmania]]></name></author>
<updated>2006-08-06T12:42:26+01:00</updated>
<published>2006-08-06T12:42:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2956#p2956</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2956#p2956"/>
<title type="html"><![CDATA[a little excersize move]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=498&amp;p=2956#p2956"><![CDATA[
a little left to right touch the floor move <br />copy and paste <br />then gosub toes<br /><br /><br />'===touches floor left&amp;right=====<br />toes:<br />SPEED 6<br />'PWM blue,no<br />'PWM green,yes<br />FOR A = 0 TO 3<br />'PWM red,no<br />'PWM green,yes<br />MOVE G6B,101, 101,  98, 100, 100, 100<br />MOVE G6C,101, 101,  98, 100, 100, 100<br />MOVE G6A,116, 166,  21, 127, 132, 100<br />MOVE G6D, 62,  79, 137,  99,  87, 100<br />    MOVE G6A, 100,  76, 145,  93, 100, 100 <br />MOVE G6D, 100,  76, 145,  93, 100, 100  <br />MOVE G6B, 100,  30,  80, 100, 100, 100<br />MOVE G6C, 100,  30,  80, 100, 100, 100<br />DELAY 1000<br />'PWM green,no<br />'PWM red,yes<br />MOVE G6B,101, 101,  98, 100, 100, 100<br />MOVE G6C,101, 101,  98, 100, 100, 100<br />MOVE G6A, 61,  96, 132,  94,  87, 100<br />MOVE G6D,115, 169,  21, 133, 130, 100<br />    MOVE G6A, 100,  76, 145,  93, 100, 100 <br />MOVE G6D, 100,  76, 145,  93, 100, 100  <br />MOVE G6B, 100,  30,  80, 100, 100, 100<br />MOVE G6C, 100,  30,  80, 100, 100, 100<br />DELAY 1000<br />NEXT A<br />'PWM green,no<br />'PWM blue,yes<br />'PWM red,no<br />'C10 = 1<br />GOSUB standard_pose<br />GOTO main_exit<br />RETURN<br />'===========================<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=258">Robotmania</a> — Sun Aug 06, 2006 12:42 pm</p><hr />
]]></content>
</entry>
</feed>