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

<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-07-08T05:28:55+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=2&amp;t=6376</id>
<entry>
<author><name><![CDATA[ks_khr3]]></name></author>
<updated>2010-07-08T05:28:55+01:00</updated>
<published>2010-07-08T05:28:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27371#p27371</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27371#p27371"/>
<title type="html"><![CDATA[KHR3 progress report]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27371#p27371"><![CDATA[
Thank you very much for the offer. That would be terrific. The examples provided with the SDK have at least one sample involving the PSD (IR sensor) and gyro etc so I assumed it has coverage for the AD but if not it would be great to expand your library.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2203">ks_khr3</a> — Thu Jul 08, 2010 5:28 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chrisvo]]></name></author>
<updated>2010-07-07T21:22:54+01:00</updated>
<published>2010-07-07T21:22:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27370#p27370</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27370#p27370"/>
<title type="html"><![CDATA[KHR3 progress report]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27370#p27370"><![CDATA[
Let me know if you need some additional functionality - From what I remember, the KCB-1 SDK only implements running motions and setting/unsetting RC buttons; however I've added some code in libkondo4 to read A/D, free servos, get servo data, etc which can be easily ported to KCB-1.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1751">chrisvo</a> — Wed Jul 07, 2010 9:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ks_khr3]]></name></author>
<updated>2010-07-07T14:01:40+01:00</updated>
<published>2010-07-07T14:01:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27367#p27367</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27367#p27367"/>
<title type="html"><![CDATA[KHR3 progress report]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27367#p27367"><![CDATA[
I caved in and bought the KCB-1 kit today. It comes with a shiny bright CD called the SDK!!! I am busy installing the tool-kit. Fingers crossed. <br /><br />I figured this is the lowest cost solution to get some autonomous experience going right away while waiting to figure out which way to go with a more powerful platform.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2203">ks_khr3</a> — Wed Jul 07, 2010 2:01 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[ks_khr3]]></name></author>
<updated>2010-07-07T19:54:52+01:00</updated>
<published>2010-07-06T02:14:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27333#p27333</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27333#p27333"/>
<title type="html"><![CDATA[KHR3 progress report]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6376&amp;p=27333#p27333"><![CDATA[
Ok. Short update. <br /><br />Finished installing the Ultrasonic TX &amp; RX on the head. I needed to bend one of the standard brackets to look the other-way so I could install TX &amp; RX in a symmetrical fashion on the sides of the head. Wish Kondo manufactured these brackets in a Left &amp; Right configuration. Oh well, if this was my only gripe...<br /><br />Also finished installing 2 x IR sensors or as Kondo calls them PSDs. There were no specific instructions as to where to put them on the robot. Some KHR-2 based photos show them installed on the feet right above the sole. I chose to attach them to the arms. On the dummy servo right above the hands. Rationale for this decision was that I have more mobility on the arms so I can &quot;look&quot; around with the IR sensors with ease. Also when I open the arms to make the look like a T I get maximum distance possible between the IR sensors which will help in triangulating later on.<br /><br />On the software front... <br /><br />My love &amp; hate relationship with HTH4 is thriving. After some struggle I managed to program an endless loop that listens to the sensors and throws a motion when an object gets closer than a threshold that I set. I was able to put a call to my GetUpConditional motion in there as well so now if the robot gets thrown on the floor it gets up itself without me triggering the motion. All cool &amp; nice. The family pet dog hates #6 (yes that's the name of my robot) even more now since the Ultrasonic transmitter seems to bother her much! <br /><br />Once above was accomplished I then progressed to expanding my autonomous behavior motion to be more selective. I managed to figure out how to chain to CmdAD boxes to form an If-Then-ElseIf-Then struct. Now the robot responds to left &amp; right IR sensors being approached differently by raising the corresponding arm.<br /><br />I wish part... <br /><br />I really really really wish HTH4 had variables in it. I want to now be able to compare readings from 2 sensors and do something. Ideally I would love to see a CmdAD variant that has 2 drop-downs for 2 AD inputs and then allows me to do something based on a comparison operator. Failing this I wish there was a way to assign the current reading of an AD input to a variable and then do the same for the other AD input and then compare the 2 and go from there... <br /><br />Unless I'm missing the obvious I think I am very close to depleting the autonomous behavior possibilities in HTH4... Robotis Bioloid is looking nicer &amp; nicer as I read more about it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2203">ks_khr3</a> — Tue Jul 06, 2010 2:14 am</p><hr />
]]></content>
</entry>
</feed>