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

<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>2013-06-08T18:42:14+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=9458</id>
<entry>
<author><name><![CDATA[dlc]]></name></author>
<updated>2013-06-08T18:42:14+01:00</updated>
<published>2013-06-08T18:42:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38049#p38049</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38049#p38049"/>
<title type="html"><![CDATA[Can an ActionBuilder file do more than one thing?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38049#p38049"><![CDATA[
To anyone watching this thread and no others, the RB support folks sent me a link to the newest RBC software, I've detailed it in this link:<br /><!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?t=9474">http://robosavvy.com/forum/viewtopic.php?t=9474</a><!-- m --><br /><br />Sigh.  Newer; yes, better? Maybe.<br /><br />DLC<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2468">dlc</a> — Sat Jun 08, 2013 6:42 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dlc]]></name></author>
<updated>2013-06-08T18:40:42+01:00</updated>
<published>2013-06-08T18:40:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38048#p38048</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38048#p38048"/>
<title type="html"><![CDATA[Can an ActionBuilder file do more than one thing?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38048#p38048"><![CDATA[
<blockquote><div><cite>l3v3rz wrote:</cite><br />I think actionbuilder is a nice introduction to programming but Just a thought - but have you tried using my BASIC firmware ? I built it specifically so you can program more complex operations but still run on the RBC and not requiring detail knowledge of C coding.<br /></div></blockquote><br /><br />Not yet, I'm still working through the system.  Does it replace the firmware in the RBC?  If so, that makes creating new motions very difficult if we have to program each servo and lose the pose recording capability.  I've never been able to get the &quot;zero&quot; position software to work for me, so that isn't much of a loss.  And there really isn't any documentation on how to USE the RBC software, so THAT isn't much of a loss.  I'm hip if there is something better.  Do you have motion editor as well as action editor functionality?  I should go read what you have written...<br /><br />Thanks,<br />DLC<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2468">dlc</a> — Sat Jun 08, 2013 6:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2013-06-06T18:56:58+01:00</updated>
<published>2013-06-06T18:56:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38018#p38018</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38018#p38018"/>
<title type="html"><![CDATA[Can an ActionBuilder file do more than one thing?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38018#p38018"><![CDATA[
I think actionbuilder is a nice introduction to programming but Just a thought - but have you tried using my BASIC firmware ? I built it specifically so you can program more complex operations but still run on the RBC and not requiring detail knowledge of C coding.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Thu Jun 06, 2013 6:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dlc]]></name></author>
<updated>2013-06-06T05:22:01+01:00</updated>
<published>2013-06-06T05:22:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38013#p38013</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38013#p38013"/>
<title type="html"><![CDATA[Can an ActionBuilder file do more than one thing?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9458&amp;p=38013#p38013"><![CDATA[
The Action Files made by action builder run until you power cycle the RBC according to the manual.  The manual only shows a single action in a single ActionBuilder file.  This isn't very useful.  Can you have a single ActionBuilder action file do multiple things?  I'm assuming you can, because having the HUNO be able to stand up when he falls down assumes that you were doing something to fall down, so...  But how?  There does not seem to be a sophisticated &quot;switch&quot; type construct to parse action triggers, or is there?<br /><br />(OP edit)<br /><br />I'll answer my own question.  Apparently every conditional is effectively a &quot;switch&quot; case.  I built one action file that uses the accelerometer to stand back up or will swat at you if you are closer than 15mc from his head.  I can get sound input or button input from the RBC, but...  Now I hit a bug.  When I want to get the remote control buttons as a case, this does not work.  The BTN_C entry is shown, and I can't select any other button, and when saved as an action file, the RBC does not even respond to the BTN_C button.  I don't know what version that I have, it doesn't say anywhere.  Is there a version that does work with choosing remote control buttons?<br /><br />Thanks,<br />DLC<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2468">dlc</a> — Thu Jun 06, 2013 5:22 am</p><hr />
]]></content>
</entry>
</feed>