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

<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>2011-04-25T04:40:32+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6929</id>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-04-25T04:40:32+01:00</updated>
<published>2011-04-25T04:40:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=30976#p30976</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=30976#p30976"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=30976#p30976"><![CDATA[
Hi,<br />I increased the Bioloid height to 60 cm and widen the torso part and added big foot. Is there any easy way to write motion code to walk  <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><br />I think Inverse Kinametics in Roboplus can help  <img src="http://forum.robosavvy.com/images/smilies/icon_idea.gif" alt=":idea:" title="Idea" /> <br />Please help<br />Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Mon Apr 25, 2011 4:40 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2011-02-03T15:05:49+01:00</updated>
<published>2011-02-03T15:05:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=30020#p30020</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=30020#p30020"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=30020#p30020"><![CDATA[
Mohit,<br /><br />If your asking how to limit the motion to 30 degrees then you can set the CW and CCW Angle Limits in the dynamixel control table to accomplish this.<br /><br />If your asking how to move the servos by angles (instead of position) in RoboPlus.  The only way I know is to use the Pose Utility in RoboPlus Motion.  It's accessible from a tab on the right-hand side of the Motion window.<br /><br />If the Pose Utility doesn't meet your needs and you know a little C# programming (or are willing to learn) then you can actually extend RoboPlus Motion program!  <br /><br />It's a little-known fact but the Motion program has an SDK (Software Development Kit) and it's already installed on your computer!  Take a look in ..\ROBOTIS\RoboPlus\Motion, you'll find a number of .dll files there.  These libraries contain class definitions that can be imported into any C# project.  So extending the functionality to include any number of control schemes can be easily achieved.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Thu Feb 03, 2011 3:05 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-02-01T00:56:43+01:00</updated>
<published>2011-02-01T00:56:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29992#p29992</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29992#p29992"/>
<title type="html"><![CDATA[Dynamixel Angle]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29992#p29992"><![CDATA[
Thanks,<br />I understand the concept now but how can I actually set the angle to 30 degrees ?<br />I want Dynamixel to turn 30 degrees only permanent. <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Tue Feb 01, 2011 12:56 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2011-01-31T12:49:01+01:00</updated>
<published>2011-01-31T12:49:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29980#p29980</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29980#p29980"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29980#p29980"><![CDATA[
That's an easy one!<br /><br />The dynamixel servo has an angular range from zero to 300 degrees.  The positional range is zero to 1023.  To calculate position change per angle change we simply divide.  1023/300 = 3.41 position points per degree.  Multiply the result by 30 to get the positional change you're looking for... 102.  <br /><br />The center of the servo range is at position 511.  To move the servo 30 degrees to the left of center we add 102 to 511 to get position 613.  A position 30 degrees to the right of center would be 409.<br /><br />You may also want to look into the Pose Utility (in RoboPlus Motion).  Its inverse kinematics feature can be used to move servos using angular rather than positional control.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Mon Jan 31, 2011 12:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-01-31T05:36:10+01:00</updated>
<published>2011-01-31T05:36:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29976#p29976</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29976#p29976"/>
<title type="html"><![CDATA[Dynamixel Angle]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29976#p29976"><![CDATA[
Hi,<br />Can anyone please tell me how to set Ax12+ Dynamixel angle to 30 degrees from Roboplus ?<br />I dont want the angle 300 or 360. <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Mon Jan 31, 2011 5:36 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2011-01-27T09:49:52+01:00</updated>
<published>2011-01-27T09:49:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29946#p29946</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29946#p29946"/>
<title type="html"><![CDATA[Learn]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29946#p29946"><![CDATA[
I think you should learn the basic first. Make your own custom walking gait with the existing robot before even thinking of making it walk with a tall robot. <br /><br />2-3 feet ? I think the AX12 might not have enough torque for that.<br /><br />BTW the taller it is the harder to balance and walk.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Thu Jan 27, 2011 9:49 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-01-27T09:47:05+01:00</updated>
<published>2011-01-27T09:47:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29945#p29945</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29945#p29945"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29945#p29945"><![CDATA[
<img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /> I don't want big foot.<br />I want long legs with long hands.I want to Make Bioloid taller like 2 feet or 3 feet. <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Thu Jan 27, 2011 9:47 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[UncleBob]]></name></author>
<updated>2011-01-27T08:28:48+01:00</updated>
<published>2011-01-27T08:28:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29944#p29944</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29944#p29944"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29944#p29944"><![CDATA[
TrY give it some bigger feet. The original gait might still work.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1861">UncleBob</a> — Thu Jan 27, 2011 8:28 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[RoboFlop]]></name></author>
<updated>2011-01-19T13:47:42+01:00</updated>
<published>2011-01-19T13:47:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29847#p29847</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29847#p29847"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29847#p29847"><![CDATA[
I dont think there is a formula for it.  If you change something that is fundamental to the way the robot walks you will most likely have to reprogramme the entire gait.  <br /><br />That doesnt mean starting *entirely* from scratch necessarily (maybe close though?), - maybe you could run through each frame of the existing gait in roboplus motion and make the necessary modifications to try and achieve something that works.<br /><br />Not sure how the values might change regarding the gyro joint offsets - but I expect someone will...<br /><br />Let us know how you work it out though... I was thinking of some changes that would affect the leg length myself...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2400">RoboFlop</a> — Wed Jan 19, 2011 1:47 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-01-19T00:36:54+01:00</updated>
<published>2011-01-19T00:36:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29844#p29844</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29844#p29844"/>
<title type="html"><![CDATA[Increase Height of BIOLOID Type A]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6929&amp;p=29844#p29844"><![CDATA[
I want to know what changes in task code or motion code i have to do if some how I increase the height of type A ?<br />I just want to walk Bioloid with tall legs. <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Wed Jan 19, 2011 12:36 am</p><hr />
]]></content>
</entry>
</feed>