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

<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>2010-11-13T17:22:12+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6648</id>
<entry>
<author><name><![CDATA[thanos79]]></name></author>
<updated>2010-11-13T16:53:33+01:00</updated>
<published>2010-11-13T16:53:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28747#p28747</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28747#p28747"/>
<title type="html"><![CDATA[Task programm for Humanoid A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28747#p28747"><![CDATA[
Hi again,<br /><br />Please see the video with the program in youtube in this page:<br /><br /><!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=yLkI4CXsPLg">http://www.youtube.com/watch?v=yLkI4CXsPLg</a><!-- m --><br /><br /><!-- m --><a class="postlink" href="http://www.youtube.com/watch?v=fHTumGcnS_s">http://www.youtube.com/watch?v=fHTumGcnS_s</a><!-- m --><br /><br />Thanks <img src="http://forum.robosavvy.com/images/smilies/icon_cool.gif" alt="8)" title="Cool" /> [/url]<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2008">thanos79</a> — Sat Nov 13, 2010 4:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thanos79]]></name></author>
<updated>2010-11-13T17:22:12+01:00</updated>
<published>2010-11-11T15:14:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28711#p28711</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28711#p28711"/>
<title type="html"><![CDATA[Task programm for Humanoid A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28711#p28711"><![CDATA[
Sorry for the delay and thanks to Fritzoid for the respond<br /><br />At last i found the time to send the program, please find Attached the programm with name :&quot; New two programms&quot; in <!-- m --><a class="postlink" href="http://robosavvy.com/Builders">http://robosavvy.com/Builders</a><!-- m --> with name   <span style="font-weight: bold">thanos79/</span><br /><br />I will be happy to send me suggestions for corrections or for new programs.<br />  <br />I have already up load and fotos the robot has 19 servos AX-12.<br /><br /><span style="color: darkblue">The 19 servo AX-12 is in the head and also the DMS Sensor in the head and the two IR sensors is in the left /Rignt Leg.</span><br /><br />thanks and i wait Reviews<br />Regards Thanos 79 <img src="http://forum.robosavvy.com/images/smilies/icon_cool.gif" alt="8)" title="Cool" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2008">thanos79</a> — Thu Nov 11, 2010 3:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2010-10-18T13:19:39+01:00</updated>
<published>2010-10-18T13:19:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28472#p28472</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28472#p28472"/>
<title type="html"><![CDATA[Task Programm for Humanoid type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28472#p28472"><![CDATA[
Hi thanos,<br /><br />The function WalkExecute was written by Robotis along with the associated motion file.  The operation is rather simple.  You set the variable WalkCommand to one of 16 possible moves then call the function WalkExecute to start the motion.  You use WalkCommand=0 to stop by way of the exit page and you use WalkCommand=-1 to stop immediately.  <br /><br />The Autonomous Walk loop is also quite simple.  All the action happens within the Endless Loop following the label AutoWalkMode.  Within the loop the DMS sensor is read and if the reading is greater than 200 the variable WalkCommand is set to 3 which causes the robot to turn to the left when the the line Call WalkExecute runs.  Otherwise the WalkCommand variable is set to 1 and the robot moves continuously forward.<br /><br />To add an IR sensor into the loop you need to add code that reads the appropriate AD Port and then set WalkCommand to the desired command number when the reading is too high.  Something like the code you see for the DMS sensor on Port 5 but using an IR sensor at whatever port number you've attached the sensor to.<br /><br /><blockquote class="uncited"><div><br />With U button start the Stability programm<br /></div></blockquote><br /><br />Maybe you can explain what you mean by the Stability program.<br /><br /><blockquote class="uncited"><div><br />I don't know how to send the Task Programm<br /></div></blockquote><br /><br />You can imbed an image in your posting using the tag buttons above the typing window.  First you need to create a graphics file of your image and store it on the Web, say in your files area.  To include the graphic in a posting you select Img button to insert the appropriate starting mark into the posting.  Next you insert the URL for the graphics file.  Finally you select the *Img button to insert the necessary ending tag.  The idea is to enclose the image between a starting and an ending tag of the Img type.<br /><br />There's a line of text above the typing window that changes when you roll your mouse over the various tag buttons.  This line shows you what the markup should look like when you are done.  <br /><br />Also notice that once you insert the starting tag, the button that you used will change to the appropriate ending code (same name but with an *).  So, you will use the same button for both the starting and the ending tag of any particular type; Quote, Img, URL etc.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Mon Oct 18, 2010 1:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thanos79]]></name></author>
<updated>2010-10-16T09:24:02+01:00</updated>
<published>2010-10-16T09:24:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28460#p28460</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28460#p28460"/>
<title type="html"><![CDATA[Task Programm for Humanoid type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28460#p28460"><![CDATA[
<span style="color: blue">more specifically<br /><br />With Lbutton start the Autonomous Walk with  Sensors ,IR X 2, 1X DMS.<br />I want to include and sound sensor to do some motion....and Time Wait????<br /><br />With U button start the Stability programm.<br /><br />I don't know how to send the Task Programm??? <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /> <br /><br />Please Help..............</span><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2008">thanos79</a> — Sat Oct 16, 2010 9:24 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thanos79]]></name></author>
<updated>2010-10-16T07:22:39+01:00</updated>
<published>2010-10-16T07:22:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28459#p28459</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28459#p28459"/>
<title type="html"><![CDATA[Task Programm for Humanoid type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28459#p28459"><![CDATA[
Sorry..... but how can i send the task programm ??????<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2008">thanos79</a> — Sat Oct 16, 2010 7:22 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[thanos79]]></name></author>
<updated>2010-10-16T07:20:47+01:00</updated>
<published>2010-10-16T07:20:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28458#p28458</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28458#p28458"/>
<title type="html"><![CDATA[Task Programm for Humanoid type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6648&amp;p=28458#p28458"><![CDATA[
<span style="color: green">Hello forum...<br /><br />I used the Default Program for bioloid premium A and added the two IR Sensors in the rignt and left legs on the robot to detects objects and turn .<br /><br />I want to ask how created the <span style="font-weight: bold">CALL  WalkExecute / FunctionWalkExecute??????</span><br /><br /><br />Here is the Programm:</span><br /><br />[/img][/url][/quote]<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2008">thanos79</a> — Sat Oct 16, 2010 7:20 am</p><hr />
]]></content>
</entry>
</feed>