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

<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>2005-04-14T11:26:11+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=1&amp;t=44</id>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2005-04-14T11:26:11+01:00</updated>
<published>2005-04-14T11:26:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=175#p175</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=175#p175"/>
<title type="html"><![CDATA[What is teaching mode ?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=175#p175"><![CDATA[
The actual ICS servos protocol doesn't seem to demand switching them off before a position read. Maybe they didn't assume that anyone would want the feedback in runtime..  <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Thu Apr 14, 2005 11:26 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[inaki]]></name></author>
<updated>2005-04-13T13:01:20+01:00</updated>
<published>2005-04-13T13:01:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=172#p172</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=172#p172"/>
<title type="html"><![CDATA[What is teaching mode ?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=172#p172"><![CDATA[
The switch bit 1 is the motion bit. It pauses motion when set (motion bit=1). When motion is stopped if we read the motors positions we get the actual position from the servo itself. However if motion is running (motion bit=0) we get the current positions stored in the RCB controller. <br />When you reset  the motion bit the motion resumes at the point it stopped.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=8">inaki</a> — Wed Apr 13, 2005 1:01 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2005-04-13T02:31:33+01:00</updated>
<published>2005-04-13T02:31:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=171#p171</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=171#p171"/>
<title type="html"><![CDATA[What is teaching mode ?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=171#p171"><![CDATA[
what does the switch bit do?<p>Statistics: Posted by Guest — Wed Apr 13, 2005 2:31 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[inaki]]></name></author>
<updated>2005-04-13T00:30:38+01:00</updated>
<published>2005-04-13T00:30:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=170#p170</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=170#p170"/>
<title type="html"><![CDATA[What is teaching mode ?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=170#p170"><![CDATA[
The following example shows hot to display real time values of a motor being managed in teaching mode. Just run the program and use your hand to move the head of the KHR (motor 6). You will see the position values being updated on the PC display in real time. Pres ESC to end the test.<br /><br /><!-- m --><a class="postlink" href="http://robosavvy.com/Builders/inaki/khr_teach.c">http://robosavvy.com/Builders/inaki/khr_teach.c</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=8">inaki</a> — Wed Apr 13, 2005 12:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2005-04-12T17:35:22+01:00</updated>
<published>2005-04-12T17:35:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=168#p168</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=168#p168"/>
<title type="html"><![CDATA[What is teaching mode ?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=168#p168"><![CDATA[
Technically what HeartToHeart does in "teaching mode" is turn off the PWM signal to the motors and take a one-off read of the servos positions (potentiometer's values).<br /><br />When the servos are turned on and you try to rotate the robot's arm (for example) you will find that the robot is very stiff and increadibly tough to rotate. By turning off (one or more) motors, you are then able to mold the robot into a pose and capture the servo relative rotational positions that define that pose. Using HeartToHeart again, you record a few of these poses and then you can create a motion sequence that transits between the poses. The transition between each pose in the sequence can be fast or slow at one of 7 possible speeds.<br /><br />Finally, after you record several of these motion sequences (ex: "kick", "walk", "punch", "get up") you map them to keyboard or gamepad keys and you play the robot like in a video game. Here's where the radio unit comes handy.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Tue Apr 12, 2005 5:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2005-04-11T18:26:50+01:00</updated>
<published>2005-04-11T18:26:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=167#p167</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=167#p167"/>
<title type="html"><![CDATA[What is teaching mode ?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=44&amp;p=167#p167"><![CDATA[
It seems according to Kondo documentation that the ability to read servos is used in the so called 'teaching mode'. What is this mode ?<br />Is it used in Heartoheart ?<p>Statistics: Posted by Guest — Mon Apr 11, 2005 6:26 pm</p><hr />
]]></content>
</entry>
</feed>