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

<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-24T02:13:56+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=255</id>
<entry>
<author><name><![CDATA[Zembot]]></name></author>
<updated>2006-08-24T02:13:56+01:00</updated>
<published>2006-08-24T02:13:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=3264#p3264</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=3264#p3264"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=3264#p3264"><![CDATA[
Yaaah Gman, it’s just what I wanted!  Now my RN can walk and run beyond a few measly steps.<br /><br />Although I don’t know squat about robobasic, I’ve been having the most fun trying to tweak it.  So far I’ve added your Gman step code, Matt’s kung fu (awesome), and Hitec pushup.  It just gets better and better yeehaa!<br /><br />Thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=278">Zembot</a> — Thu Aug 24, 2006 2:13 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gman]]></name></author>
<updated>2006-07-01T06:41:56+01:00</updated>
<published>2006-07-01T06:41:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2432#p2432</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2432#p2432"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2432#p2432"><![CDATA[
The Vcc and Gnd only have to be connected ONCE for the accelerometer.<br />However, as far as I know 1 AD() port signal pin must be used for each axis signal.<br /><br />for example<br />if I have the X-axis and power ( Vcc and Gnd) all connected to AD(5)<br />I will need to connect the Y-axis signal to AD(4) signal pin<br />then connect Z-axis signal to AD(3) signal pin  ....if you have a Z-axis<br />or whatever AD ports are free on your robot<br />no other power ( Vcc and Gnd) connections are required <br /><br />The diagram shows both axis connected and ready to read<br /><!-- m --><a class="postlink" href="http://robosavvy.com/Builders/Gman/dimension%20accelerometer.jpg">http://robosavvy.com/Builders/Gman/dime ... ometer.jpg</a><!-- m --><br />My personal robot only uses the X-axis.<br /><br />the 2g accelerometer outputs an analog voltage value between 0V and 3V (more like 2.5V in mine, according to one testing session while drinking vodka drinks .....d'oh) depending on tilt or acceleration..<br /><br /><br />also the full modified template with step counter and auto stop/standup on fall is here<br /><!-- m --><a class="postlink" href="http://robosavvy.com/Builders/Gman/step%20counter%20OTP.bas">http://robosavvy.com/Builders/Gman/step ... %20OTP.bas</a><!-- m --><br /><br />please read the comments and verify robot_voltage: and robot_tilt:  settings before loading to your robot!!<br /><br />If you don't have a tilt sensor... comment all instances of<br />GOSUB robot_tilt:<br />Found in  Main:  forward_walk:  backward_walk:  and  fast_walk:<br />and the rest should work fine.<br /><br />Includes a bonus move that you should preview before showing to friends, co-workers, Big Bosses and family. <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br />It's commented so you'll find it in the code no problem.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=217">Gman</a> — Sat Jul 01, 2006 6:41 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[robodude666]]></name></author>
<updated>2006-07-01T05:12:33+01:00</updated>
<published>2006-07-01T05:12:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2431#p2431</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2431#p2431"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2431#p2431"><![CDATA[
Thanks. No, broken robots are not fun. Especially when they have a $1,000+ price tag!<br /><br />What did you mean by that comment? <br />"if you use both x and y axies a single input pin is required for each axis"<br /><br />So in that picture it only connects to use the x axis as it is the one connected to the pin where the vcc and gnd is? So if i wanted to use x axis and y axis, i would have to run a wire for vcc and gnd to the col of pins where the y is? and in my script i would have 2 different AD() ? one for x readings and one for y readings? And if it was a 3d accelerometer then i would have to have another set of pins used for the z axis and i would need 3 variables. What sort of values does the accelerometer output? in the manuals it says stuff about volt it outputs.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=198">robodude666</a> — Sat Jul 01, 2006 5:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gman]]></name></author>
<updated>2006-07-01T03:45:54+01:00</updated>
<published>2006-07-01T03:45:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2430#p2430</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2430#p2430"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2430#p2430"><![CDATA[
I added connection diagram of the accelerometer and a photo of the finished work to the topic<br />RN1- 3024 Diagram's for Add-Ons - Please STICKY!<br /><!-- m --><a class="postlink" href="http://robosavvy.com/modules.php?name=Forums&amp;file=viewtopic&amp;p=2427#2427">http://robosavvy.com/modules.php?name=F ... =2427#2427</a><!-- m --><br /><br />accelerometers can measure tilt and acceleration so it can have many uses for sure. Experiment to your hearts content. However do be carefull when pushing your robot around. Broken robots aren't much fun.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=217">Gman</a> — Sat Jul 01, 2006 3:45 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Octovir]]></name></author>
<updated>2006-07-01T00:02:57+01:00</updated>
<published>2006-07-01T00:02:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2424#p2424</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2424#p2424"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2424#p2424"><![CDATA[
Application: "Cute little tables for lego men " exactly what I needed!<br /><br />I think i will get that dimensionengineering 3 axis accelerometer.. 3.5-15v, no need for a regulator!<br /><br />but how would it be implemented into balancing walking? My robonova goes limp if you tell him to do more than one thing at a time(such as play music and stand <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /> ) so i have a feeling he wont be able to check his balance while walking..?<br /><br />I also got to thinking.. ive got a gyro hooked up, it seems to run as a sort of background process, directly controlling the set servos.. anyway, a gyro's output is similar to an RC receiver's so could a receiver be connected in the gyro's place, and vice versa? And then, could an accelerometer be used in a gyro's place/with the gyro commands to allow direct control of the servos?<br /><br />Sorry for all the rambling! Eventually i'll learn all this stuff LOL<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=146">Octovir</a> — Sat Jul 01, 2006 12:02 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[robodude666]]></name></author>
<updated>2006-06-30T18:07:38+01:00</updated>
<published>2006-06-30T18:07:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2420#p2420</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2420#p2420"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2420#p2420"><![CDATA[
Thats cool. So the accelerometer basically outputs what g force its going under? With a maximum of 2g. Interesting how the 5g and 2g both sell for the same price. So with this sensor you can see if the robot just got pushed back/foward. Sort of like a gyro, no?<br /><br />If you wouldn't mind, could you please use <a href="http://robosavvy.com/modules.php?name=Forums&amp;file=viewtopic&amp;t=220" class="postlink">this board image</a> to make an example of how you connected it to the robot? You can upload the picture to <a href="http://robosavvy.com/modules.php?name=My_Uploads" class="postlink">RoboSavvy</a> <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />You think it would be possible to use this sensor to detect if the robot has fallen off of a table edge for example? Like if it is falling chest first, it would extend its arms out to take some of the impact so the chest won't get damaged or if its falling back first, it would move hands back so the board won't get damaged, etc.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=198">robodude666</a> — Fri Jun 30, 2006 6:07 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gman]]></name></author>
<updated>2006-06-30T16:14:39+01:00</updated>
<published>2006-06-30T16:14:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2419#p2419</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2419#p2419"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2419#p2419"><![CDATA[
It's nice to share<br /><br />For the tilt sensor I have a 2g buffered accelerometer from dimension engineering.<br /><br /><!-- m --><a class="postlink" href="http://www.dimensionengineering.com/DE-ACCM2G.htm">http://www.dimensionengineering.com/DE-ACCM2G.htm</a><!-- m --><br /><br />Sorry I have no camera at the moment to show my work.<br />but thanks for showing me where to upload when I do get one.<br /><br />I soldered an old cd audio cable to a 14 pin ic socket<br />made sure the wires were going to the proper pins <br />(ground at the outer edge, signal at the inward pin and +voltage in the middle)<br />I am only using the x axis right now. y axis output is not connected<br /><br />put the accelerometer into the socket and it fits nicely inside the head behind the LED.<br />It's held in place with some double sided foam tape<br /><br />then plug into AD(5) and fine tune the tilt values in the program<br /><br />My sensor is very sensitive it seems, and I had to change the values to this to get it to work.<br />IF A &lt; 95 THEN GOTO tilt_low<br />IF A &gt; 160 THEN GOTO tilt_high<br /><br /><br />My latest trick is to get the robot to step away when it gets bumped from the front or behind.<br />but it still needs some work.<br />Maybe it will act angry if tapped to many times......<br /><br />This is my first robot with servos and a microcontroller.<br />I have only built B.E.A.M. robots before this and it has been helpfull for learning all kinds of applicable robot knowledge.<br /><br />I'm having so much fun with Robonova, can't wait to try adding some sonar or IR for obstacle detection.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=217">Gman</a> — Fri Jun 30, 2006 4:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-06-30T14:30:55+01:00</updated>
<published>2006-06-30T14:30:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2418#p2418</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2418#p2418"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2418#p2418"><![CDATA[
thanks for sharing the code  <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> <br /><br />Which tilt sensor have you used?<br />can you please <a href="http://robosavvy.com/modules.php?name=My_Uploads" class="postlink">post a picture</a> of how you connected it to the RN1..<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Fri Jun 30, 2006 2:30 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gman]]></name></author>
<updated>2006-06-30T14:10:39+01:00</updated>
<published>2006-06-30T14:10:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2417#p2417</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2417#p2417"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2417#p2417"><![CDATA[
Hello again<br /><br />If you have a tilt sensor installed AND the last bit of code is working, you can add these lines.<br />This will abort the walking sequence and stand up if the robot falls while walking.<br />And of course you can modify fast_walk: and backward_walk: in the same way also.<br /><br />1) at the start of main: add this line<br /><br />IF C10 = 0 THEN C10 = 1'if walk sequence was aborted reset C10<br /><br /><br />2) in robot_tilt: under tilt_low: and tilt_high: add <br />IF A &lt; 30 THEN  C10 = 0'aborts walking loop<br />IF A &gt; 200 THEN C10 = 0'aborts walking loop<br />like this<br />'================================================<br />robot_tilt:<br />A = AD(5)<br />IF A &gt; 250 THEN RETURN<br />  <br />IF A &lt; 30 THEN GOTO tilt_low<br />IF A &gt; 200 THEN GOTO tilt_high<br /><br />RETURN<br />tilt_low:<br />A = AD(5)<br />IF A &lt; 30 THEN  C10 = 0'aborts walking loop<br />IF A &lt; 30 THEN  GOTO backward_standup<br />RETURN<br />tilt_high:<br />A = AD(5)<br />IF A &gt; 200 THEN C10 = 0'aborts walking loop<br />IF A &gt; 200 THEN GOTO forward_standup<br />RETURN<br />'================================================<br /><br />3) Finally forward_walk: should be changed to look like this<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 />FOR steps = 1 TO C10'loops walk according to value of C10<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 />GOSUB robot_tilt'check if still upright<br />IF C10 = 0 THEN GOTO endfwd'if robot fell, aborts walking sequence<br />NEXT steps<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 />endfwd:<br />C10 = 1'default value 1 step<br />RETURN<br />'================================================<br /><br />Hope this is helpfull for learning to program your Robonova-1.<br /><br />Great forum. Thanks to everyone who has helped me by sharing their experiences!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=217">Gman</a> — Fri Jun 30, 2006 2:10 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gman]]></name></author>
<updated>2006-06-30T15:26:19+01:00</updated>
<published>2006-06-30T14:09:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2416#p2416</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2416#p2416"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2416#p2416"><![CDATA[
Hi all<br />I thought I'd register and share my code for choosing how many steps Robonova takes, and looping the default walk.<br />I'm certainly no expert but BASIC is fairly basic after all. Maybe this can help people who are just learning to program.<br />for/next and if/then are your friends, get to know them if you don't already.<br />the following is the first changes I've made to the overall template program.<br /><br />1) First declare these variables with the rest so they can be used<br /><br />DIM C10 AS BYTE'counts how many sets of steps<br />DIM steps AS BYTE'used in for/next loop with C10<br /><br />C10 = 1'set default value at 1 set of steps<br /><br />2) assign a key to act as the counter input like this<br />'================================================<br />k32:' F<br />TEMPO 230<br />MUSIC "D"<br />C10 = C10 + 1'add another set of steps  C10 default is 1 set of steps<br /><br />IF C10 &gt; 10 THEN'If button pressed more than 9 times<br />TEMPO 230'Makes a different beep and resets C10 to 1<br />MUSIC "O1 D"'So your robot won't run away too far.be carefull near edges!! <br />C10 = 1<br />ENDIF<br />GOTO main_exit<br />'================================================<br /><br />3) change forward_walk: to loop the main part like this<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 />FOR steps = 1 TO C10'loops main part of walk according to value of C10<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 />NEXT steps'end of loop<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 />C10 = 1'reset to default value 1 set of steps<br />RETURN<br />'================================================<br /><br />this can also be applied to backward_walk: and fast_walk: by looping the appropriate part of the routine.<br /><br />NOTE: if you apply these changes to fast_walk: <br />you can delete the local declaration <br />DIM A10 as BYTE    as A10 will no longer be used.<br />reuse the variables C10 and steps for each walking routine.<br /><br />have fun and always save a working copy of your program before making changes.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=217">Gman</a> — Fri Jun 30, 2006 2:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Chrisbie]]></name></author>
<updated>2006-06-20T13:31:47+01:00</updated>
<published>2006-06-20T13:31:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2133#p2133</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2133#p2133"/>
<title type="html"><![CDATA[hi]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=2133#p2133"><![CDATA[
I love this longer walk and pushups you have shared.  But if I run the longer walk, HOW DO YOU STOP IT FROM WALKING... Is there a button to stop it or it will stop after walking a few steps?  Please reply...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=168">Chrisbie</a> — Tue Jun 20, 2006 1:31 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[KurtE]]></name></author>
<updated>2006-06-09T21:45:30+01:00</updated>
<published>2006-06-09T21:45:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1940#p1940</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1940#p1940"/>
<title type="html"><![CDATA[Re: Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1940#p1940"><![CDATA[
<blockquote><div><cite>chilau wrote:</cite><br />Hi <br /><br />I have had my RN-1 for a week now and was wondering if anyone has managed to improve on the original walking code that comes with the RN-1.<br /></div></blockquote><br /><br />So has any one made any major improvements in the walking and turning code?  If so would you share?<br /><br />Thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=136">KurtE</a> — Fri Jun 09, 2006 9:45 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Lomruz]]></name></author>
<updated>2006-04-29T17:41:45+01:00</updated>
<published>2006-04-29T17:41:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1353#p1353</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1353#p1353"/>
<title type="html"><![CDATA[Re: Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1353#p1353"><![CDATA[
<blockquote><div><cite>chilau wrote:</cite><br />Hi <br /><br />I have had my RN-1 for a week now and was wondering if anyone has managed to improve on the original walking code that comes with the RN-1.<br /></div></blockquote><br /><br /><br />First week eh.   I bet you want your RN do more than just take a baby step.  You might wish to try this modified OTP where I simply have RN take a few more baby steps <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br /><a href="http://robosavvy.com/Builders/Lomruz/00_OTP_longerwalk_pushup_keyE&amp;F.bas" class="postlink">http://robosavvy.com/Builders/Lomruz/00_OTP_longerwalk_pushup_keyE&amp;F.bas</a><br /><br />I hope it is working <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> since I just modified them now but could not test on my RN since I took out the IR to give way for something else.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=118">Lomruz</a> — Sat Apr 29, 2006 5:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Octovir]]></name></author>
<updated>2006-04-28T00:43:20+01:00</updated>
<published>2006-04-28T00:43:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1345#p1345</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1345#p1345"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1345#p1345"><![CDATA[
i've slowed it down a little in the spots that he shifts, and that seems to stableize some, but otherwise im hoping for some up and coming tutorials to be of great help..<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=146">Octovir</a> — Fri Apr 28, 2006 12:43 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chilau]]></name></author>
<updated>2006-04-27T17:52:27+01:00</updated>
<published>2006-04-27T17:52:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1343#p1343</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1343#p1343"/>
<title type="html"><![CDATA[Walking code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=255&amp;p=1343#p1343"><![CDATA[
Hi <br /><br />I have had my RN-1 for a week now and was wondering if anyone has managed to improve on the original walking code that comes with the RN-1.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=144">chilau</a> — Thu Apr 27, 2006 5:52 pm</p><hr />
]]></content>
</entry>
</feed>