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

<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-04-06T09:21:25+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=6029</id>
<entry>
<author><name><![CDATA[SoBot]]></name></author>
<updated>2010-04-06T09:21:25+01:00</updated>
<published>2010-04-06T09:21:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26248#p26248</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26248#p26248"/>
<title type="html"><![CDATA[Re: IO library fails to initialize (linux)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26248#p26248"><![CDATA[
Thanks roboard, that solved my problem! <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2054">SoBot</a> — Tue Apr 06, 2010 9:21 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2010-04-01T10:18:29+01:00</updated>
<published>2010-04-01T10:18:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26174#p26174</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26174#p26174"/>
<title type="html"><![CDATA[Re: IO library fails to initialize (linux)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26174#p26174"><![CDATA[
HI<br /><br />In RoBoIO library, there have many function are belong to internal control, please login as root (administrator) then try again.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Thu Apr 01, 2010 10:18 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SoBot]]></name></author>
<updated>2010-03-31T15:18:13+01:00</updated>
<published>2010-03-31T15:18:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26163#p26163</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26163#p26163"/>
<title type="html"><![CDATA[IO library fails to initialize (linux)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6029&amp;p=26163#p26163"><![CDATA[
I am running Xubuntu on my roboard with Eclipce installed for C/C++ development. I am able to compile and run the following code:<br /><br />#include &lt;roboard&gt;<br />#include &lt;iostream&gt;<br />using namespace std;<br /><br />int main() {<br /><br />cout &lt;&lt; &quot;Roboard test program&quot; &lt;&lt; endl;<br />if (rcservo_Initialize(RCSERVO_USECHANNEL0))<br />{<br />rcservo_Outp(17, 1);<br />cout &lt;&lt; &quot;setting pin high&quot;&lt;&lt; endl;<br />rcservo_Close();<br />} else cout &lt;&lt; roboio_GetErrMsg();<br />return 0;<br />}<br /><br /><br />but for some reason the IO library won't initialize. This is the output:<br /><br />Roboard test program<br /><span style="font-weight: bold">I/O library fails to initialize</span><br /><br />What can be the reason for this?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2054">SoBot</a> — Wed Mar 31, 2010 3:18 pm</p><hr />
]]></content>
</entry>
</feed>