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

<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>2012-09-04T16:15:59+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=8109</id>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2012-09-04T16:15:59+01:00</updated>
<published>2012-09-04T16:15:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35311#p35311</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35311#p35311"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35311#p35311"><![CDATA[
Actually the Humanoid Task that ships with the Bioloid Premium tries to use the gyro to sense falling over.  The callback code sets the &quot;Slip&quot; variable if the gyro reading is greater (or less than) than 200 points over (under) the stable center point.  The assumption is that a gyro reading (angular momentum) that high must have resulted in the robot falling over and that the standup routine should now be executed.  However it is possible to get a high gyro reading without causing the robot to fall over especially on a soft surface like a rug.<br /><br />PedroR is correct to say that an accelerometer is a better device than a gyro for detecting a fall.  This is because the acceleration due to gravity can be observed with these devices.  If the gravitational acceleration is not directed down but forward or backward then it is a good bet that your robot had tipped over.<br /><br />Reading an accelerometer with a CM-510 is easy enough once you've connected the power, ground and analog input(s) to the device.  Programatically, it's the same as reading the gyro and a high accelerometer reading can be used to set the &quot;Slip&quot; variable instead of using the gyro.<br /><br />The biggest problem I've found is noise in the analog to digital conversion process.  Due to all the motors running off the same power source, the ADC reference voltage on the CM-510 is not stable enough to produce reliable readings from any of its analog inputs.  But this is already true for the gyro.  Some sort of smoothing of the signal will be required.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Tue Sep 04, 2012 4:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-09-03T10:54:28+01:00</updated>
<published>2012-09-03T10:54:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35301#p35301</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35301#p35301"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35301#p35301"><![CDATA[
Hi<br /><br />The Gyro can't be used to detect if the Robot has fallen.<br /><br />To do this you need an Accelerometer.<br /><br />It is possible to add an Analog accelerometer to the PREMIUM kit (using the sensor ports) but to do this it is required to have some understanding of how it works.<br /><br />This is not directly supported by Robotis though.<br /><br />Regards<br />Pedro.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Mon Sep 03, 2012 10:54 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[zhongwen]]></name></author>
<updated>2012-09-02T22:19:35+01:00</updated>
<published>2012-09-02T22:19:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35299#p35299</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35299#p35299"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=35299#p35299"><![CDATA[
I just wandering that if the GYRO can be used to detect falling down, and get up accordingly. I have see some one to do so with CM510 and Primum. But don't know if it is really is. Anyone have any idea? Thanks in advance.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=356">zhongwen</a> — Sun Sep 02, 2012 10:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-07-26T09:57:56+01:00</updated>
<published>2012-07-26T09:57:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34945#p34945</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34945#p34945"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34945#p34945"><![CDATA[
The gyro code is implemented in the sample Roboplus Action code.<br /><br />(you can open the program and look for the callback function).<br /><br />If the Gyro is connected and the Robot is walking properly then I'm quite sure the Gyro is working fine.<br /><br />If the cables were swapped, the Robot would probably keep falling.<br /><br />Regards<br />Pedro.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Thu Jul 26, 2012 9:57 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kahn1701]]></name></author>
<updated>2012-07-25T20:38:54+01:00</updated>
<published>2012-07-25T20:38:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34931#p34931</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34931#p34931"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34931#p34931"><![CDATA[
Hello<br />  <br /><br /> I reilstalled the  Roboplus MOTION and Roboplus ACTION code files.<br />( not the gyro file)<br /><br /> Everthing is working.<br />Remote mode(all posses),<br />walking mode( avoids walls)<br /> demo mode(all posses).<br /><br />  I'm totaly new to robots sorry for that.<br />  It must be me not knowing what I'm looking at.<br /> Now with that said how would I know if the gyro is working?<br /><br />Thanks again for your help.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3430">kahn1701</a> — Wed Jul 25, 2012 8:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-07-25T17:26:53+01:00</updated>
<published>2012-07-25T17:26:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34926#p34926</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34926#p34926"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34926#p34926"><![CDATA[
When you say &quot;gyro is not working&quot; what do you mean?<br /><br />is the Robot falling? what is the robot doing that makes you believe the gyro is not walking?<br /><br /><br />Additionally, there is a conflict in the steps you describe:<br /><blockquote class="uncited"><div><br />1st I installed: Humanoid type A Basic Task Code from(<!-- m --><a class="postlink" href="http://support.robotis.com/en/">http://support.robotis.com/en/</a><!-- m -->)<br />2nd I installed Humanoid Basic Motion File (same )<br />3rd I installed GYRO TASK CODE BIO_PRM_GyroSensorExam_EN.tsk<br />The gyro task code I got from the Robo plus used guide.<br /></div></blockquote><br /><br />Point 3) will override point 1) (ie. it will erase the code downloaded in point 1 and replace it with the one you're installing in point 3).<br /><br />For a normally functioning Humanoid you should only do points 1 and 2. Not 3.<br /><br />I am not sure what point 3 is but it's probably a tutorial to teahc users how to use the Gyro themselves.<br /><br />If you just want basic humanoid functionality, the code in point 1) alreayd includes all of that (the code for Remote, gyro, etc).<br /><br />Regards<br />Pedro<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Wed Jul 25, 2012 5:26 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kahn1701]]></name></author>
<updated>2012-07-25T17:22:24+01:00</updated>
<published>2012-07-25T17:22:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34925#p34925</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34925#p34925"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34925#p34925"><![CDATA[
Thank for the help.<br /> <br />1st I installed: Humanoid type A Basic Task Code from(<!-- m --><a class="postlink" href="http://support.robotis.com/en/">http://support.robotis.com/en/</a><!-- m -->)<br /> 2nd I installed Humanoid Basic Motion File (same )<br /> 3rd I installed GYRO TASK CODE BIO_PRM_GyroSensorExam_EN.tsk <br />The gyro task code I got from the Robo plus used guide.<br /> <br />I ran the bot in walking mode.The bot walks and avoid think as it should.<br /> All mode seam to be working fine.<br /> From there I'm lost..<br /> All I now is the gyro's not working.<br /><br /> I reloaded both the Roboplus MOTION and Roboplus ACTION codes. <br />Also rechecked the Gyro wires,Both was.Nothing..<br /> <br />Thank again for any info you can give.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3430">kahn1701</a> — Wed Jul 25, 2012 5:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-07-25T14:48:49+01:00</updated>
<published>2012-07-25T14:48:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34924#p34924</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34924#p34924"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34924#p34924"><![CDATA[
Hi<br /><br />The assembly instructions will tell you on which ports you need to connect the Gyro.<br /><br />The Gyro has 2 wires that need to go into 2 different ports. (these should be numbered in the manual)<br />They need to go in the correct order (ie each wire belongs to a port).<br /><br />What sometimes happens is that we swap the wires and the bot walks in a strange way.<br />Swapping the wires again will fix the issue and make it walk properly..<br /><br />Additionally make sure you load both the Roboplus MOTION and Roboplus ACTION code (these are 2 separate files and 2 separate Roboplus programs) for your Bioloid Type.<br />If you have Type A, get the files for Type A; if it's another one, make sure to get the appropriate files.<br /><br />Regards<br />Pedro.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Wed Jul 25, 2012 2:48 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kahn1701]]></name></author>
<updated>2012-07-25T14:13:58+01:00</updated>
<published>2012-07-25T14:13:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34923#p34923</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34923#p34923"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34923#p34923"><![CDATA[
thank you <img src="http://forum.robosavvy.com/images/smilies/icon_question.gif" alt=":?:" title="Question" />  <img src="http://forum.robosavvy.com/images/smilies/icon_question.gif" alt=":?:" title="Question" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3430">kahn1701</a> — Wed Jul 25, 2012 2:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jamonlysa]]></name></author>
<updated>2012-07-25T06:54:57+01:00</updated>
<published>2012-07-25T06:54:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34912#p34912</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34912#p34912"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34912#p34912"><![CDATA[
thank you!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3483">jamonlysa</a> — Wed Jul 25, 2012 6:54 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kahn1701]]></name></author>
<updated>2012-07-23T00:00:52+01:00</updated>
<published>2012-07-23T00:00:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34903#p34903</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34903#p34903"/>
<title type="html"><![CDATA[HELP Bioloid Premuim Kt GYRO SETUP]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8109&amp;p=34903#p34903"><![CDATA[
Hello all<br /><br /> I just got a Bioloid Premuim kit.<br />I buit it in type A It has the CM-530 as well.<br />I update the new program as well.<br />The bot works great.<br />I can't for the life of me figure out the GYRO.<br />Can someone please help me..<br /> I'm new at this..<br /><br />Thanks for your time.[/b]<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3430">kahn1701</a> — Mon Jul 23, 2012 12:00 am</p><hr />
]]></content>
</entry>
</feed>