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

<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-12-17T22:52:02+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6645</id>
<entry>
<author><name><![CDATA[Fraser]]></name></author>
<updated>2010-12-17T22:52:02+01:00</updated>
<published>2010-12-17T22:52:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=29394#p29394</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=29394#p29394"/>
<title type="html"><![CDATA[Inverse kinematic by Jacobian transpose]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=29394#p29394"><![CDATA[
Nice rig Limor!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2470">Fraser</a> — Fri Dec 17, 2010 10:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-12-15T01:19:23+01:00</updated>
<published>2010-12-15T01:19:23+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=29347#p29347</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=29347#p29347"/>
<title type="html"><![CDATA[Inverse kinematic by Jacobian transpose]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=29347#p29347"><![CDATA[
Hi, how is your project progressing ?<br />We are doing something in the same line of thought.<br />More info will be posted on <!-- m --><a class="postlink" href="http://actuated.wordpress.com">http://actuated.wordpress.com</a><!-- m --><br /><br /><a href="http://robosavvy.com/Builders/limor/BioloidJacobian/2010-12-14%2014.35.25.jpg" class="postlink"><img src="http://robosavvy.com/Builders/limor/BioloidJacobian/300/2010-12-14%2014.35.25.jpg" alt="Image" /></a><a href="http://robosavvy.com/Builders/limor/BioloidJacobian/2010-12-14%2014.35.32.jpg" class="postlink"><img src="http://robosavvy.com/Builders/limor/BioloidJacobian/300/2010-12-14%2014.35.32.jpg" alt="Image" /></a><br /><a href="http://robosavvy.com/Builders/limor/BioloidJacobian/2010-12-14%2014.35.43.jpg" class="postlink"><img src="http://robosavvy.com/Builders/limor/BioloidJacobian/300/2010-12-14%2014.35.43.jpg" alt="Image" /></a><a href="http://robosavvy.com/Builders/limor/BioloidJacobian/2010-12-14%2014.35.50.jpg" class="postlink"><img src="http://robosavvy.com/Builders/limor/BioloidJacobian/300/2010-12-14%2014.35.50.jpg" alt="Image" /></a><br /><a href="http://robosavvy.com/Builders/limor/BioloidJacobian/2010-12-14%2014.36.09.jpg" class="postlink"><img src="http://robosavvy.com/Builders/limor/BioloidJacobian/300/2010-12-14%2014.36.09.jpg" alt="Image" /></a><a href="http://robosavvy.com/Builders/limor/BioloidJacobian/2010-12-14%2014.46.27.jpg" class="postlink"><img src="http://robosavvy.com/Builders/limor/BioloidJacobian/300/2010-12-14%2014.46.27.jpg" alt="Image" /></a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Dec 15, 2010 1:19 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Mirko]]></name></author>
<updated>2010-10-12T16:08:28+01:00</updated>
<published>2010-10-12T16:08:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=28439#p28439</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=28439#p28439"/>
<title type="html"><![CDATA[Inverse kinematic by Jacobian transpose]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6645&amp;p=28439#p28439"><![CDATA[
Hi everybody!<br />I'm currently working (VERY slowly) on a project about biped balance control. My architecture is meant to work as follows:<br />- trajectory for each leg is planned on Cartesian space, and expressed as a matrix of via points<br />- the algorithm, written in C, calculates at each time interval the inverse kinematics by transposing the Jacobian matrix, multiplying it by a weighted error vector, and finally integrating the result (using Euler's method)<br />- a global vector containing the future robot stance is updated and commands are sent to the servos (at a much slower rate than that of the calculations)<br />- additionally, I plan to use Huv's pressure sensor to mesure the position of the ZMP, and use it to balance the biped, but this is not important for now.<br />In pseudo code:<br /><br /> <dl class="codebox"><dt>Code: </dt><dd><code>while &#40; time_counter &lt; max &#41;<br />&#123;<br />   <br />   for &#40;cycle=0; cycle &lt; end_cycle; cycle++&#41;<br />  &#123;<br />     //present target position by linear spline interpolation<br />     x_d_dx = lin_spline&#40;time_counter, via_points&#41;;<br />     e_dx =K*&#40; x_dx - x_d_dx&#41;;<br />     qdot_dx = traspJac&#40;e_dx, q_old_dx&#41;;<br />     q_dx = euler&#40;qdot_dx, q_old_dx&#41;;<br />     q_old_dx = q_dx;<br /><br />     x_dx = direct_kin&#40;q_dx&#41;;<br />     <br />     //same for the left<br />    _delay_ms&#40;DELTA&#41;;<br />   &#125;<br /><br />   //update the portion of the global stance vector corresponding to that leg<br />   update&#40;RIGHT_LEG&#41;;<br />    //same for the left<br /><br />  send_next_stance&#40;&#41;;<br />  time_counter++;<br />&#125;<br /></code></dd></dl><br /><br />Everything works fine in some situations, (and the logic is tested on Matlab), but other commands lead to strange behaviours, which I believe are related to temporization (in fact I can't determine the frequency at which I'm integrating, because calculatioins are slower than _delay_ms() ), and above all on the tracking precision of the algorithm, since to obtain small errors you need larger gains K, but numerical stability limits the distance you can travel. And again, larger frequencies allow for larger gains, but you can't increase it as you like ( I'm assuming from the CM-5 schematic that F_CPU = 16 MHz).<br />Has anyone already tried something similar?<br />Thanks, and sorry for bothering you!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2162">Mirko</a> — Tue Oct 12, 2010 4:08 pm</p><hr />
]]></content>
</entry>
</feed>