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

<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-05-03T20:35:12+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=1338</id>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-05-03T20:35:12+01:00</updated>
<published>2007-05-03T20:35:12+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8786#p8786</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8786#p8786"/>
<title type="html"><![CDATA[Gyro calls]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8786#p8786"><![CDATA[
The example I use works for me. When I pick up the robot and tilt him, his arm moves in response to the gyro input.<br /><br />Where did you learn the PEEK location for the gyro.<br />I wonder how much other information like this I am missing.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Thu May 03, 2007 8:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2007-05-03T10:26:04+01:00</updated>
<published>2007-05-03T10:26:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8771#p8771</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8771#p8771"/>
<title type="html"><![CDATA[Gyro calls]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8771#p8771"><![CDATA[
I don't understand how this works, I couldn't make it work.<br /><br />You are reading a pulse input from the Gyro using an analog input. Do you have the Gyro actually enabled ?<br /><br />I would propose the following to see the Gyro working:<br /><br /><br />MOTOR G24<br />SPEED 10<br />GYROSET G6A,0,1,1,1,0,0 <br />GYROSET G6D,0,1,1,1,0,0 <br /><br />GYRODIR G6A,0,0,0,0,0,0 <br />GYRODIR G6D,0,0,0,0,0,0 <br /><br />GYROSENSE G6A,0,250,200,250,0,0 <br />GYROSENSE G6D,0,250,200,250,0,0 <br /><br />gm:<br />DIM t AS BYTE <br />t = PEEK(1328)<br />t = t * 3<br />SERVO 12,t<br />GOTO gm<br /><br />The location 1328 will have a value which is proportional to the Gyro angular velocity in the range 4 to 56. (1329..1331 for other gyro)<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu May 03, 2007 10:26 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[DirtyRoboto]]></name></author>
<updated>2007-05-02T21:23:03+01:00</updated>
<published>2007-05-02T21:23:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8759#p8759</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8759#p8759"/>
<title type="html"><![CDATA[Gyro calls]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1338&amp;p=8759#p8759"><![CDATA[
Here is some goddamn simple code to see what the gyro is doing. Please set the AD read to the AD channel you have the gyro input on.<br /><br />This is part of the technique I use to get Takeshi to stop at boundries or solid objects.<br />Please bare in mind that this an infinate loop routine just to show the simplicity of an Gyro call.<br /><br />Marcus.<br /><br /><br />'  DIRTYROBOTO 02 May 2007<br />' Press 5 on the Remcon to activate<br />gm:<br />' Gyro to arm feedback. DIRTYROBOTO 02 May 2007<br />' please set the AD read to whatever AD input u r using<br />DIM t AS BYTE<br />t = AD(5)<br />t = t + 90<br />SERVO 12,t<br />GOTO gm<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=312">DirtyRoboto</a> — Wed May 02, 2007 9:23 pm</p><hr />
]]></content>
</entry>
</feed>