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

<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>2011-10-26T07:44:45+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=7544</id>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2011-10-26T07:44:45+01:00</updated>
<published>2011-10-26T07:44:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32612#p32612</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32612#p32612"/>
<title type="html"><![CDATA[Needing assistance with accelerometer]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32612#p32612"><![CDATA[
Reading on the above wiki and this blog looks like the gyro signal is used by the gait generator eeprom motion player through GYROSET GYROSENSE GYRODIR <br />the gyro signal is of rate vs the accelerometer signal which is absolute directional. So plugging the accelerometer to the gyro port won't work.<br />some people here hacked the rn1 firmware and maybe can help you take take the difference between consecutive samples as input to the gyro port.<br /><br />Haven't looked at how to directly control servos from code in case that's what you are interested. That should be in the rn1 programming manua and some examples pointed at in the wiki.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Oct 26, 2011 7:44 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[serithseraki]]></name></author>
<updated>2011-10-25T17:26:19+01:00</updated>
<published>2011-10-25T17:26:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32603#p32603</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32603#p32603"/>
<title type="html"><![CDATA[Needing assistance with accelerometer]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32603#p32603"><![CDATA[
I have read what I could find on the forum and wiki and I am aware that gyros would be the better alternative for this. I would use them if I had the funds and available space on my robonova for them. But sadly I have to use what I got available and the accelerometer is it. Now I assume I would have to use the servo command to adjust the servos individually according to tilt, but I do not know how to write code for this. But to give you all an idea on my plans I want to use the accelerometer to compensate for slight tilt, and then use the arms and legs to brace for impact at a large tilt.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1735">serithseraki</a> — Tue Oct 25, 2011 5:26 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2011-10-25T10:26:45+01:00</updated>
<published>2011-10-25T10:26:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32591#p32591</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32591#p32591"/>
<title type="html"><![CDATA[Needing assistance with accelerometer]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32591#p32591"><![CDATA[
Usually a gyro is used to identify and correct involuntary rolling motion of the robot that is usually early signs of falling.<br />Have you checked out the accelerometer references on the Robonova Wiki<br /><!-- m --><a class="postlink" href="http://robosavvy.com/site/index.php?option=com_openwiki&amp;id=wiki:robonova-i_faq">http://robosavvy.com/site/index.php?opt ... nova-i_faq</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Tue Oct 25, 2011 10:26 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[serithseraki]]></name></author>
<updated>2011-10-25T04:10:00+01:00</updated>
<published>2011-10-25T04:10:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32585#p32585</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32585#p32585"/>
<title type="html"><![CDATA[Needing assistance with accelerometer]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7544&amp;p=32585#p32585"><![CDATA[
I got the 2Axis-accelerometer from active robots shown here.<br /><a href="http://www.active-robots.com/special-offers/robonova-accessories/robonova-2-axis-accelometer.html" class="postlink">http://www.active-robots.com/special-offers/robonova-accessories/robonova-2-axis-accelometer.html</a><br /><br />Now I understand how to get the signal from the AD ports and I have set my Robonova to stand up after falling. But recently I read on this website that the accelerometer can allow individual servos to correct their placement when deviating from the set axis.<br /><a href="http://ornella.iwr.uni-heidelberg.de/ROBOTICSLAB/ROBPROJECTS/COMPLETED/robonova_stab1/software.php" class="postlink">http://ornella.iwr.uni-heidelberg.de/ROBOTICSLAB/ROBPROJECTS/COMPLETED/robonova_stab1/software.php</a><br /><br />Now my question is how does one write the proper code for this? Can someone demonstrate how this would be done?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1735">serithseraki</a> — Tue Oct 25, 2011 4:10 am</p><hr />
]]></content>
</entry>
</feed>