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

<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>2008-04-16T18:55:01+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=2307</id>
<entry>
<author><name><![CDATA[trey3670]]></name></author>
<updated>2008-04-16T18:55:01+01:00</updated>
<published>2008-04-16T18:55:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15379#p15379</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15379#p15379"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15379#p15379"><![CDATA[
so can you change the speed of the servos while executing a pose? this confusing me also.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=848">trey3670</a> — Wed Apr 16, 2008 6:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Bullit]]></name></author>
<updated>2008-04-16T16:48:27+01:00</updated>
<published>2008-04-16T16:48:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15375#p15375</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15375#p15375"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15375#p15375"><![CDATA[
lnielson, when I got started thats almost exactly what I did.   I used hhdsoftware's free serial port monitor and an ftdi board wired to connect to the dynamixel bus and I snooped what the bioloid firmware sent down to the dynamixels while playing a page or from one pose to the next.  I recorded some traces at different settings, wrote macros in Excel to take them apart and generate graphs in Excel.  I learned a tremendous amount from this.  I would highly encourange / recommend this exercise.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=173">Bullit</a> — Wed Apr 16, 2008 4:48 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lnielsen]]></name></author>
<updated>2008-04-16T14:14:36+01:00</updated>
<published>2008-04-16T14:14:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15372#p15372</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15372#p15372"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15372#p15372"><![CDATA[
Tom,<br /><br />I would suggest using a packet capture tool to see what the controller is sending before and after your changes. I would think you could use one of the USB to Bioloid bus adapters to snoop the communications with a PC and log it to a file. I plan on doing this with my <a href="http://parallax.com/Store/Microcontrollers/PropellerDevelopmentBoards/tabid/514/CategoryID/73/List/0/Level/a/ProductID/423/Default.aspx?SortField=ProductName%2cProductName" class="postlink">propeller prototype board</a> soon. There is already a working bus and a SD memory card object for this board.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=482">lnielsen</a> — Wed Apr 16, 2008 2:14 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tom_chang79]]></name></author>
<updated>2008-04-14T16:10:55+01:00</updated>
<published>2008-04-14T16:10:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15339#p15339</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15339#p15339"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=15339#p15339"><![CDATA[
Lately, I've been using the Robot Terminal to edit some of my motion pages. Yesterday, I've edited the speed of an individual pose across many pages. The results were far from pleasing. My bot looked like it was having some seizures... I'm still struggling to understand the relationship of these parameters:<br /><br />1) SPEED of an INDIVIDUAL pose (in Robot Terminal, STP1, STP2, ...,)<br /><br />2) TIME of an INDIVIDUAL pose (in Robot Terminal, STP1, STP2, ...,)<br /><br />3) Accel Time of the PAGE<br /><br />4) Speed of the PAGE<br /><br />All I did yesterday, was change the speed of the various motions on all the related pages of the walking from the default value of &quot;10&quot; to &quot;05&quot; which I thought would halve the speed of the overall gait. My bot looked like it was struggling to go to position, like it was having some seizures.<br /><br />I've left a few of the motion pages untouched, and left the individual poses to be the default speed of &quot;10&quot; to see the comparison of the motion between the different pages.<br /><br />Does anyone know of the relationship between these parameters? I've posted the individual effect of these parameters on the last post, but I fail to understand the interaction between them and which parameters get priority over which ones...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=877">tom_chang79</a> — Mon Apr 14, 2008 4:10 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tom_chang79]]></name></author>
<updated>2008-03-05T07:02:25+01:00</updated>
<published>2008-03-05T07:02:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14583#p14583</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14583#p14583"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14583#p14583"><![CDATA[
thanks Bullit.  Strange thing though, I never touched the default value of the Accel Time (which is four in the default humanoid motion file that came with the software suite/cd), I thought <span style="font-style: italic">reducing</span> the Motion speed would actually make the walking gait slower.  It ended up doing the opposite, it made the poses incomplete and made it jerk around faster then the normal 14/4 for the MotionSpeed/Accel Time setting.<br /><br />I think the robot terminal section of the user's guide hints at the mathematics.  On page 110 of the User's Guide:<br /><br /><blockquote class="uncited"><div><br />Stopping Time = 7.8msec * Pause Time * 32 / Page Speed<br /></div></blockquote><br /><br /><blockquote class="uncited"><div><br />Pose Performing Time = 7.8msec * Time * 32 / Page Speed<br /></div></blockquote><br /><br />On Page 78:<br /><br /><blockquote class="uncited"><div><br />Motion Speed           Regulates the speed at which a page is played.  The initial value...<br /></div></blockquote><br /><br />Perhaps Motion Speed = Page Speed?<br /><br />I'm going to fiddle around with the values some more to see if the two equations above matches what I'm seeing...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=877">tom_chang79</a> — Wed Mar 05, 2008 7:02 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Bullit]]></name></author>
<updated>2008-03-04T17:55:23+01:00</updated>
<published>2008-03-04T17:55:23+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14571#p14571</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14571#p14571"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14571#p14571"><![CDATA[
In the bioloid firmware max velocity achieved between poses is the product of page speed and pose speed.  There is a problem in the bioloid firmware when the product of page and pose speed exceeds the maximum servo speed.  In this situation I think the pose is simply skipped.  The bioloid firmware does updates to the servos at about 8ms so in the motion editor a pose delay of 1 = 8ms, 2 = 16ms, accel time of 1 = 8ms etc...  So if you have a very small move from one pose to the next having a long accel time may limit the actual velocity achieved betwen poses.  To address this you can reduce the accel time.  With shorter accel / decel time, hence greater acceleration I would expect more jerk and overshoot from the system.  <br /><br />Another thing to keep in mind in the bioloid firmware is that a delay setting of 0 implies that there will be a 0 deceleration time to allow continuous motion from one pose to another.<br />   <a href="http://www.megarobot.net/cj/manualy/robotis/cycloid/CM2/Motion_Data_aj.pdf" class="postlink">Here</a> is a reference to some old Robotis information about the motion 512 data structure.  I believe its evolved a bit since this document was created.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=173">Bullit</a> — Tue Mar 04, 2008 5:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[lnielsen]]></name></author>
<updated>2008-03-04T14:54:01+01:00</updated>
<published>2008-03-04T14:54:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14569#p14569</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14569#p14569"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14569#p14569"><![CDATA[
I don't have the full answer but I can get you started in the right direction...<br /><br />Bioloid uses these values to compute their s-curve. Near the bottom of the following thread &quot;Bullit&quot; writes about how acceleration controls the rise time of the s-curve. <a href="http://forums.tribotix.info/forum1/76.html" class="postlink">http://forums.tribotix.info/forum1/76.html</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=482">lnielsen</a> — Tue Mar 04, 2008 2:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tom_chang79]]></name></author>
<updated>2008-03-04T06:56:06+01:00</updated>
<published>2008-03-04T06:56:06+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14568#p14568</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14568#p14568"/>
<title type="html"><![CDATA[Speed, Motion Speed, and Accel Time question]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2307&amp;p=14568#p14568"><![CDATA[
I need help with adjusting the variables in the motion editor.<br /><br />In the right pane of this GUI, what does the &quot;Motion speed&quot; and &quot;Accel time&quot; do?  I read the user manual and it's quite cryptic on what the instructions meant.  I know that the &quot;speed&quot; underneath each pose is the speed at which that pose is executed from its previous position, wherever it may be.  But I don't understand the relationship of the &quot;Motion speed&quot; has to do with &quot;Accel time.&quot;  The instruction book says that &quot;Motion speed&quot; is the speed at which the page is executed.  32 is the default value for a blank page, and changing it to 64 makes the page move twice as fast.<br /><br />I was going through all the pages of &quot;forward walk&quot; and &quot;backward walk&quot; motion page that exists in the default humanoid motion file.  The values in the default humanoid motion file were:<br /><br />Motion speed: 14<br />Accel time: 4<br /><br />I changed the &quot;Motion speed&quot; of every page of the forward walk and backward walk by following the &quot;next page&quot; until  ALL the associated pages were changed.  The values I changed it to are:<br /><br />Motion speed: 7<br />Accel time:4<br /><br />Now, the forward walk and the backward walk are unusable.  My bot just throws its knees up really fast and just freezes there.  The speed at which the motion is played is much much faster then default and I noticed that not all the poses in the pages seems to be played.<br /><br />What exactly is the relationship of the &quot;speed&quot; underneath each pose, the &quot;motion speed&quot; in the table on the right, and the &quot;accel time&quot; that is also in the table on the right?<br /><br /> <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=877">tom_chang79</a> — Tue Mar 04, 2008 6:56 am</p><hr />
]]></content>
</entry>
</feed>