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

<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>2009-11-29T13:15:47+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=4279</id>
<entry>
<author><name><![CDATA[roboard]]></name></author>
<updated>2009-11-29T13:15:47+01:00</updated>
<published>2009-11-29T13:15:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=23304#p23304</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=23304#p23304"/>
<title type="html"><![CDATA[Development Environment &amp; Setup for the RoBoard]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=23304#p23304"><![CDATA[
<blockquote><div><cite>Tsai Sung Yang wrote:</cite><br />I want to use C# as the development tool, but don't know how to import the library. Does anyone know?<br /></div></blockquote><br /><br />You may refer to: <!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/magazine/cc301501.aspx">http://msdn.microsoft.com/en-us/magazine/cc301501.aspx</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1542">roboard</a> — Sun Nov 29, 2009 1:15 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tsai Sung Yang]]></name></author>
<updated>2009-11-19T01:42:36+01:00</updated>
<published>2009-11-19T01:42:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22838#p22838</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22838#p22838"/>
<title type="html"><![CDATA[Development Environment &amp; Setup for the RoBoard]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22838#p22838"><![CDATA[
I want to use C# as the development tool, but don't know how to import the library. Does anyone know?<br /><br />Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1767">Tsai Sung Yang</a> — Thu Nov 19, 2009 1:42 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2009-10-22T19:53:55+01:00</updated>
<published>2009-10-22T19:53:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22435#p22435</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22435#p22435"/>
<title type="html"><![CDATA[Development Environment &amp; Setup for the RoBoard]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22435#p22435"><![CDATA[
<a href="http://www.codeblocks.org/" class="postlink">Code::Blocks</a> Simple and useful<br /><br /><a href="http://tinyurl.com/ylmvvfv" class="postlink">Qt IDE</a> Great to create (Qt, of course) user interfaces (cross-paltform or not)<br /><br />You also could use <a href="http://www.eclipse.org/downloads/" class="postlink">Eclipse for C/C++</a> or <a href="http://www.netbeans.org/features/cpp/index.html" class="postlink">NetBeans for C/C++</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Thu Oct 22, 2009 7:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Marsman]]></name></author>
<updated>2009-10-22T14:41:57+01:00</updated>
<published>2009-10-22T14:41:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22422#p22422</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22422#p22422"/>
<title type="html"><![CDATA[Development Environment &amp; Setup for the RoBoard]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=4279&amp;p=22422#p22422"><![CDATA[
Hi all,<br /><br />I'm sorry to drag this discussion on this very basic level but I hope you can help me to run in the right direction from the beginning. Here is what I have:<br />- my RoBoard runs a Ubuntu 9.04 Linux in runlevel 2 (console only)<br />- my RoBoard is connected with my network via WLAN card<br />- I have another laptop which runs Linux (tbd.) and which can connect/login to the RoBoard via WLAN<br /><br />Now, in order to do SW development for my Robot connected to the ports of the BoBoard I wanted to use C++ since I am somewhat familiar with that language from my experience about 15 years ago. My dilemma now is &quot;choice&quot;. Which C++ development environment do you recommend: Anjuta, KDev, Phyton, Eclipse, ... other?<br />Once I got that how is the actual SW development done conveniently? Coding/compiling/linking/debugging on the RoBoard is a bit slow so I guess the main coding/compiling/linking should be done on the laptop machine. Then copy the executable to the RoBoard and execute it there for testing, or?<br />Please someone help to describe what is a convenient setup for this development. Just don't want to invent the wheel for the 2d time <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":-)" title="Smile" /><br /><br />Appreciate your help,<br /><br />Marsman<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1699">Marsman</a> — Thu Oct 22, 2009 2:41 pm</p><hr />
]]></content>
</entry>
</feed>