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

<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>2006-05-07T15:43:31+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=2&amp;t=249</id>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-05-07T15:43:31+01:00</updated>
<published>2006-05-07T15:43:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1397#p1397</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1397#p1397"/>
<title type="html"><![CDATA[Continuous sampling of KHR-1 positions]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1397#p1397"><![CDATA[
Hi Takashi,<br /><br />This Apollo Java project looks very promissing although it doesn't seem to have been updated since July 2005. I found through google some <a href="http://www.simi.com/en/examples/index.html" class="postlink">other</a> commercial applications that do the same.<br /><br />I assume you would like to use the motion capture data and apply it to KHR-1<br /><br />If you apply to KHR-1 the relative angles of each joint in the human during the captured motion, it may work although humans and KHR-1 have different weight distribution and humans have a real-time feedback corrections that compensates for uneven terrain (KHR-1 can do something similar with a gyro). <br />but it is worth testing<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sun May 07, 2006 3:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[takashi]]></name></author>
<updated>2006-05-07T08:46:59+01:00</updated>
<published>2006-05-07T08:46:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1396#p1396</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1396#p1396"/>
<title type="html"><![CDATA[Re Continuous sampling of KHR-1 positions]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1396#p1396"><![CDATA[
Hi, limor.<br /><br />I'm sorry that the answer is late. <br /><br />&gt; If so, can you post instructions on how to run the application using only the JRE? (for example, i have c:\Program Files\java\jre1.5.0_06\)<br /><br />It is possible to execute it in the following way. <br /><br />1) installed JRE <br /><br />2) downloaded Takashi's files from <!-- m --><a class="postlink" href="http://sourceforge.net/project/showfiles.php?group_id=156998">http://sourceforge.net/project/showfile ... _id=156998</a><!-- m --> <br /><br />3) modified setpath.bat as instructed: <br />set JAVA_HOME="c:\Program Files\java\jre1.5.0_06\"<br /><br />4) opened a CMD window<br /><br />5) run.bat <br /><br />////////////////////////////////////////////////////////////<br /><br />I think whether to make optical  capture an input to the robot now. <br />(like <!-- m --><a class="postlink" href="https://apollo.dev.java.net/">https://apollo.dev.java.net/</a><!-- m -->)<br /><br /><img src="https://apollo.dev.java.net/frmtrackmodel.JPG" alt="Image" /><br /><br />What does limor think of it ?<br />Realistic ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=106">takashi</a> — Sun May 07, 2006 8:46 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-04-22T23:41:26+01:00</updated>
<published>2006-04-22T23:41:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1308#p1308</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1308#p1308"/>
<title type="html"><![CDATA[Continuous sampling of KHR-1 positions]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1308#p1308"><![CDATA[
I managed to get it to work after I did the following:<br /><br />1) installed JDK (<!-- m --><a class="postlink" href="http://java.sun.com/j2se/1.4.2/download.html">http://java.sun.com/j2se/1.4.2/download.html</a><!-- m -->) - it installed inself into C:\j2sdk1.4.2_11 - during the installation it didnt ask me where to install so i guess it was a hidden parameter or something<br /><br />2) downloaded Takashi's files from <!-- m --><a class="postlink" href="http://sourceforge.net/project/showfiles.php?group_id=156998">http://sourceforge.net/project/showfile ... _id=156998</a><!-- m --><br />(there's a link from the <!-- m --><a class="postlink" href="http://hyperkhr.sourceforge.net/index.html">http://hyperkhr.sourceforge.net/index.html</a><!-- m --> page which can be missed out)<br /><br />3) modified setpath.bat as instructed: set JAVA_HOME=C:\j2sdk1.4.2_11<br /><br />4) opened a CMD window (actually a visual-studio command prompt because cmd doesn't run for some odd reason on my 64bit dual core w/ XP)<br /><br />5) compile.bat<br /><br />5) run.bat<br /><br /> <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br /><img src="http://robosavvy.com/Builders/limor/hyperkhr.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sat Apr 22, 2006 11:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-04-22T23:07:50+01:00</updated>
<published>2006-04-22T23:07:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1307#p1307</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1307#p1307"/>
<title type="html"><![CDATA[Continuous sampling of KHR-1 positions]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=249&amp;p=1307#p1307"><![CDATA[
I haven't seen any comments on Takashi's previous post regarding the Java API.<br /><br />In case you missed it, he wrote (using his Java API) a pretty cool application that augments Kondo's Heart2Heart. You can move the KHR-1's limbs about and the program will sample in real-time the servos's positions every given interval. the sampled data can then be used to make the KHR-1 perform a sequence of movements.<br /><br />KHR-1 owners should check out the video at<br /><!-- m --><a class="postlink" href="http://hyperkhr.sourceforge.net/">http://hyperkhr.sourceforge.net/</a><!-- m --><br /><br />Now a question to Takashi :<br />If someone doesn't want to program the KHR-1 in Java but only to use your application, can it run without having to download and install the 50mb of the latest Java Development system (JDK). ie: can it run simply with the Java Runtime Environment (JRE)?<br /><br />If so, can you post instructions on how to run the application using only the JRE? (for example, i have c:\Program Files\java\jre1.5.0_06\)<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sat Apr 22, 2006 11:07 pm</p><hr />
]]></content>
</entry>
</feed>