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

<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>2007-08-29T14:59:34+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=9&amp;t=37</id>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2007-08-29T14:59:34+01:00</updated>
<published>2007-08-29T14:59:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=10729#p10729</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=10729#p10729"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=10729#p10729"><![CDATA[
The translation by Javi or the <a href="http://www.majingaa.com/majingaa/report" class="postlink">original</a>?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Aug 29, 2007 2:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Droid Works]]></name></author>
<updated>2007-08-24T01:04:18+01:00</updated>
<published>2007-08-24T01:04:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=10585#p10585</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=10585#p10585"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=10585#p10585"><![CDATA[
I cant get the program to run for some reason. I keep getting a error code 3 saying cant read khr 1.vx3. Anyone else havening the same problem?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=714">Droid Works</a> — Fri Aug 24, 2007 1:04 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[robbybot]]></name></author>
<updated>2007-01-25T22:54:13+01:00</updated>
<published>2007-01-25T22:54:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=6498#p6498</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=6498#p6498"/>
<title type="html"><![CDATA[limor , original problem with v.khrplus]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=6498#p6498"><![CDATA[
hi limor ,<br />just downloaded the english version of this simulator but seem to be getting the original error message you did and subsequently posted about. hoew did you overcome this? and what is " a powerful ode engine". as you can tell i am an absolute beginner but just want a crack at the sym before buying my first robot.cheers! 8O<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=493">robbybot</a> — Thu Jan 25, 2007 10:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[saotome]]></name></author>
<updated>2006-07-09T03:17:28+01:00</updated>
<published>2006-07-09T03:17:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2568#p2568</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2568#p2568"/>
<title type="html"><![CDATA[Re:About Virtual KHR-Plus]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2568#p2568"><![CDATA[
Hello,Limor.<br /><br /> I'm glad to know my installer is working well in English Environment.<br />So,Only thing that I should do is extract all the japanese strings<br /> from my source code.<br /><br />&gt;&gt;How did you simulate the linear rotation speed of the servo with ODE?<br /><br /> I use the ODE function 'dJointSetHingeParam (dJointID, dParamVel, dReal value)' for controling joints. ''.  The difference of  current joint angle and distination angle is set to the value.<br /><br />&gt;&gt;Can you please explain how you acheived this "soft" foot servo effect?<br />&gt;&gt;and how did you make the robot react to pushing as if he had a gyro.. ?<br /><br />The prodecure of 'soft' control is below.<br /> 1) Set the servo gain to the lower value.<br /> 2) Obtain the differnce value of the potentiometer(= joint angle) and the target angle.<br /> 3) Shift the target value using by the above value.<br /><br />This great idea is conceived by Yumi and Juzoh of our team.<br />(sorry, I don know quite well about the detail (x_x) )<br /><br />And our robot 'Majingaa' has two gyro. Of course we use them for this control.<br /><br />&gt;&gt;What controller board and what servos do you use? <br /> <br /> We use BTC070 and BTE058 of BEST TECHNOLOGY as a control board.<br /><!-- m --><a class="postlink" href="http://www.besttechnology.co.jp/goods/goodlist/BTC070.htm">http://www.besttechnology.co.jp/goods/g ... BTC070.htm</a><!-- m --><br /><br /> And servos are KONDO KRS-2350HV and KRS-4014HV.<br /><!-- m --><a class="postlink" href="http://www.kondo-robot.com/html/Products_Servo.html">http://www.kondo-robot.com/html/Products_Servo.html</a><!-- m --><br /><br />Saotome<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=167">saotome</a> — Sun Jul 09, 2006 3:17 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-07-05T21:58:12+01:00</updated>
<published>2006-07-05T21:58:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2529#p2529</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2529#p2529"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2529#p2529"><![CDATA[
I've downloaded the "<a href="http://www.majingaa.com/majingaa/report/v_KHR-1/KHRBasic" class="postlink">KHR Basic</a>" development environment.<br />The <a href="http://www.majingaa.com/majingaa/report/v_KHR-1/VKB_HELP/khrbasic.htm" class="postlink">help page</a> looks good although I dont have Japanese language support on my windowsXP so here is what I see:<br /><img src="http://robosavvy.com/Builders/limor/virtualKHR-Basic.JPG" alt="Image" /><br /><img src="http://robosavvy.com/Builders/limor/virtualKHR-Plus.JPG" alt="Image" /><br /><br />I'll be very happy to test the VB interface to the simulator.<br /><br />The installer worked without a problem. The only thing that would be great is if you could add a separate file with all the strings so that GUI and error messages can be easily translated to English (or any other language). <br /><br />How did you simulate the linear rotation speed of the servo with ODE?<br /><br />Also, while i was looking at your site, i found these interesting videos: <!-- m --><a class="postlink" href="http://www.majingaa.com/movies/2006">http://www.majingaa.com/movies/2006</a><!-- m --><br />Can you please explain how you acheived this "soft" foot servo effect?<br />and how did you make the robot react to pushing as if he had a gyro.. ?<br /><br />What controller board and what servos do you use?<br /><br />Thanks <br /><br />Limor<br /> <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Jul 05, 2006 9:58 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[saotome]]></name></author>
<updated>2006-07-05T15:55:19+01:00</updated>
<published>2006-07-05T15:55:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2527#p2527</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2527#p2527"/>
<title type="html"><![CDATA[RE:About Virtual KHR-Plus]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2527#p2527"><![CDATA[
Dear limor and all guys,<br /><br /> My name is Saotme, one of the team Majingaa.<br /><br /> Thanx for introducing our software "Virtual KHR-Plus".<br />I hope you enjoy this software.<br /><br />And now we're developing to integrate "Virtual KHR-Plus" and "KHR Basic".<br /> "KHR Basic" is a software to control KHR-1 by Visual Basic Scripting Edition via serial port. (This software is already released in our web site.)<br /> By integrating those two softwares, You'll soon enjoy controling KHR-1 in the virtual space.<br /><br /> But there are only Japanese version of these software.<br /><br /> Do u need english version of those software?<br /> <br /> But  I've never build an installer of English version.<br />  So, When I build it, Can you test installing?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=167">saotome</a> — Wed Jul 05, 2006 3:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tempusmaster]]></name></author>
<updated>2006-06-23T05:39:04+01:00</updated>
<published>2006-06-23T05:39:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2239#p2239</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2239#p2239"/>
<title type="html"><![CDATA[Beating Majingaa!]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2239#p2239"><![CDATA[
<img src="http://robosavvy.com/Builders/tempusmaster/beatingmajingaa.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=56">tempusmaster</a> — Fri Jun 23, 2006 5:39 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tempusmaster]]></name></author>
<updated>2006-06-22T15:15:33+01:00</updated>
<published>2006-06-22T15:15:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2219#p2219</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2219#p2219"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2219#p2219"><![CDATA[
<blockquote><div><cite>limor wrote:</cite><br />The simulator now integrates ODE, a powerfull rigid body simulator.<br /><br />This means that you can test-run your gaits in simulation before you try them on your real robot<br /><br />Amazing work YUMI!!!!<br />In case you read this: how did you simulate the servos?<br /><br />(<a href="http://www.robots-dreams.com/2006/06/gulliver_virtua.html" class="postlink">robots-dreams full story</a>)<br /></div></blockquote><br /><br />It is amazingly realistic. You can do a few things that don't quite match the real world, like interrupt the KHR-1 before it finishes a motion and cause it to start the interrupting motion. Actually that's a KHR-1 design limitation, not any shortcoming in the simulator.<br /><br />It also gives you a good feel for how much stronger, heavier, and more stable the Great Majingaa is. An unmodified virgin KHR-1 doesn't stand much of a chance.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=56">tempusmaster</a> — Thu Jun 22, 2006 3:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2006-06-22T12:00:17+01:00</updated>
<published>2006-06-22T12:00:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2212#p2212</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2212#p2212"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=2212#p2212"><![CDATA[
The simulator now integrates ODE, a powerfull rigid body simulator.<br /><br />This means that you can test-run your gaits in simulation before you try them on your real robot<br /><br />Amazing work YUMI!!!!<br />In case you read this: how did you simulate the servos?<br /><br /><img src="http://www.robots-dreams.com/Image01552_small.jpg" alt="Image" /><br /><br />(<a href="http://www.robots-dreams.com/2006/06/gulliver_virtua.html" class="postlink">robots-dreams full story</a>)<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Thu Jun 22, 2006 12:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[javi]]></name></author>
<updated>2005-04-09T20:46:47+01:00</updated>
<published>2005-04-09T20:46:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=162#p162</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=162#p162"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=162#p162"><![CDATA[
Limor, I've looked into the xv3 player functions. Unfortunately, the 3D model is internal to the player (although there are function to access the faces, edges and vertices of the model, the player doesn't create these objects, so...).<br />The only thing that can be extracted is something called "groups", which correspond to high level 3D objects (and which are used in the simulator, like the head, the arms or the legs), but point information can't be extracted.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=14">javi</a> — Sat Apr 09, 2005 8:46 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[javi]]></name></author>
<updated>2005-04-09T14:12:26+01:00</updated>
<published>2005-04-09T14:12:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=159#p159</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=159#p159"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=159#p159"><![CDATA[
Hello YUMI,<br />Ok, no problem. I have added your logo with a link to the <a href="http://www.majingaa.com/majingaa/report/v_KHR-1/" class="postlink">original</a> simulator.<br />I have replaced the online version with this change.<br />But what do you mean by <blockquote class="uncited"><div><br />But you should get the agreement from KONDO about this<br /></div></blockquote> ? I thought you have developed the simulator, so I asked for your permission. Of course it's not a problem contacting Kondo. Just give me the email you used to ask their permission, and I'll contact them for the translated version.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=14">javi</a> — Sat Apr 09, 2005 2:12 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2005-04-09T04:19:30+01:00</updated>
<published>2005-04-09T04:19:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=158#p158</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=158#p158"/>
<title type="html"><![CDATA[Hello]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=158#p158"><![CDATA[
Hello<br />Thank you for your E-mail and visitting our HP.<br />And I'm sorry to be late replying.<br />I'm not  good at English.<br /><br />I have no objection about your work.<br />I appreciate what you introduced our HP and Virtual KHR-1.<br /><br />But you should get the agreement from KONDO about this.<br /><br />I would like you to use our HP's logo (and link us).<br /><!-- m --><a class="postlink" href="http://www.majingaa.com/majingaa/link/header/logo_large.GIF">http://www.majingaa.com/majingaa/link/h ... _large.GIF</a><!-- m --><br />(of course you can change its size)<br />Because I want much people visit our HP.<br /><br />regards.<p>Statistics: Posted by Guest — Sat Apr 09, 2005 4:19 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[javi]]></name></author>
<updated>2005-04-04T22:26:56+01:00</updated>
<published>2005-04-04T22:26:56+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=145#p145</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=145#p145"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=145#p145"><![CDATA[
Yes Limor, as you say the .xv3 format is proprietary, but the player has some functions to manipulate its contents, so maybe it is possible to extract the 3D data using them. I'll look at it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=14">javi</a> — Mon Apr 04, 2005 10:26 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2005-04-04T14:19:48+01:00</updated>
<published>2005-04-04T14:19:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=143#p143</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=143#p143"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=143#p143"><![CDATA[
<blockquote><div><cite>limor wrote:</cite><br />I went quickly through the source code but couldn't figure out where is the part that reads Khr1.xv3 . I am really really anxious to decypher this file.<br /></div></blockquote><br /><br />seems like the xv3 file has a <a href="http://www.xvl3d.com/en/support/player/specification/Manual/XVL3spec_UsersGuide.html" class="postlink">proprietary</a> format that deviates from VRML2 and even though they have documentation about it, it would be a big project to read this format from scratch and extract the geometry data of KHR-1 and i havent found any 3rd party importers of this format (more info in <a href="http://www.cadwire.net/commentary/?35970" class="postlink">this</a>  article and on XVL3D's <a href="http://www.xvl3d.com/en/support/" class="postlink">support</a> site)<br /><br />However, maybe it is possible to access the data structures through VB by browsing at the dll's exposed function hierarchy ; then calling these functions recursively and saving them in a different format? I'm not familiar with such VB/.NET tricks..<br />  <img src="http://forum.robosavvy.com/images/smilies/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /> <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=2">limor</a> — Mon Apr 04, 2005 2:19 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2005-04-03T23:35:55+01:00</updated>
<published>2005-04-03T23:35:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=141#p141</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=141#p141"/>
<title type="html"><![CDATA[English version of KHR1 simulator]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=37&amp;p=141#p141"><![CDATA[
<img src="http://forum.robosavvy.com/images/smilies/icon_exclaim.gif" alt=":!:" title="Exclamation" /> Amazing work!!  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br />I went quickly through the source code but couldn't figure out where is the part that reads Khr1.xv3 . I am really really anxious to decypher this file.<br /><br />what do you suggest is the easiest way to read this data file and convert it to some other xml format ?<br /><br />BTW: The <a href="http://robosavvy.com/Support/3" class="postlink">translated</a> Japanese help page may still be of help as an introduction to the simulator.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sun Apr 03, 2005 11:35 pm</p><hr />
]]></content>
</entry>
</feed>