<?xml version='1.0'?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss"  >
<channel>
	<title><![CDATA[BlogYourNao]]></title>
	<link>http://www.naoforge.fr/BlogYourNao/</link>
		
<div id="login-box">
<h2>Log in</h2>
	<form    action="http://www.naoforge.fr/BlogYourNao/action/login" method="post" >
<input type="hidden"  name="__elgg_token"  value="6ddf314291982491a17fc2ed49dafb32" /><input type="hidden"  name="__elgg_ts"  value="1284148701" /><p class="loginbox"><label>Username<br />
<input type="text"   name="username"  value="" class="login-textarea"/></label><br /><label>Password<br />
<input type="password"   name="password"  value="" class="login-textarea" /></label><br /><input name=""  type="submit" class="submit_button"  value="Log in"  /> <div id="persistent_login"><label><input type="checkbox" name="persistent" value="true" />Remember me</label></div></p><p class="loginbox"><a href="http://www.naoforge.fr/BlogYourNao/pg/register/">Register</a> | <a href="http://www.naoforge.fr/BlogYourNao/account/forgotten_password.php">Lost password</a></p></form></div>
<script type="text/javascript">
	$(document).ready(function() { $('input[name=username]').focus(); });
</script>
	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/file/zelig/read/7010/nao-artistique</guid>
	  <pubDate>Tue, 15 Jun 2010 18:31:15 +0200</pubDate>
	  <link>http://www.naoforge.fr/BlogYourNao/pg/file/zelig/read/7010/nao-artistique</link>
	  <title><![CDATA[Nao artistique]]></title>
	  <description><![CDATA[<br />
]]></description>
	  <enclosure url="http://www.naoforge.fr/BlogYourNao/action/file/download?file_guid=7010" length="27855" type="image/jpeg" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/file/zelig/read/6822/irobot</guid>
	  <pubDate>Fri, 28 May 2010 16:23:37 +0200</pubDate>
	  <link>http://www.naoforge.fr/BlogYourNao/pg/file/zelig/read/6822/irobot</link>
	  <title><![CDATA[irobot]]></title>
	  <description><![CDATA[<br />
]]></description>
	  <enclosure url="http://www.naoforge.fr/BlogYourNao/action/file/download?file_guid=6822" length="886241" type="image/png" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/file/Suresh_UoSalford/read/6337/me-with-my-nao</guid>
	  <pubDate>Mon, 08 Feb 2010 21:33:14 +0100</pubDate>
	  <link>http://www.naoforge.fr/BlogYourNao/pg/file/Suresh_UoSalford/read/6337/me-with-my-nao</link>
	  <title><![CDATA[Me with My Nao]]></title>
	  <description><![CDATA[<p>Just starting day...</p>
]]></description>
	  <enclosure url="http://www.naoforge.fr/BlogYourNao/action/file/download?file_guid=6337" length="4479723" type="image/jpeg" />
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/file/Guido/read/4025/example-opencv-avec-python</guid>
	  <pubDate>Sun, 30 Aug 2009 14:22:20 +0200</pubDate>
	  <link>http://www.naoforge.fr/BlogYourNao/pg/file/Guido/read/4025/example-opencv-avec-python</link>
	  <title><![CDATA[example opencv avec python]]></title>
	  <description><![CDATA[<p>Cette example prend une image du camera de Nao et montre comment on peut utiliser opencv pour traiter l'image.</p>
<p>La parti showImage de opencv marche ne marche pas directement sur Nao.</p>
<p>Pour installer l'interface python opencv il suffit de copier le repertoire:</p>
<p>ctc-academics-1.3.13\staging\i486-linux\usr\lib\python2.5\site-packages\opencv</p>
<p>vers:</p>
<p>/usr/lib/python2.5/site-packages/</p>
<p>Neanmois il reste un probleme si on execute directment sur Nao. L'image est deformee. Il me semble qu'il y un 'offset' dans les donnees de l'image.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></description>
	  <enclosure url="http://www.naoforge.fr/BlogYourNao/action/file/download?file_guid=4025" length="1651" type="text/plain" />
	</item>
Array
<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/blog/quocanh/read/5514/how-to-create-a-program-visual-c-without-using-cmake-nor-modulegenerator</guid>
<pubDate>Thu, 22 Oct 2009 00:45:23 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/blog/quocanh/read/5514/how-to-create-a-program-visual-c-without-using-cmake-nor-modulegenerator</link>
<title><![CDATA[How to create a program Visual C++ without using CMake nor ModuleGenerator]]></title>
<description><![CDATA[<p>Why you have to use CMake and ModuleGenerator to make a program Visual C++ if you can make it yourself easily? I will show you step by step to do it in this entry.</p>
<p>Firstly, open the visual C++ and create a new project in the normal way. Then go to "Project properties" menu (Alt+F7):</p>
<p>1. Go to "Property Pages" -&gt; "C/C++" -&gt; "Additional Include Directories" and add some paths to the include folder as follows:</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\modules\proxies</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\include</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\aldebaran\rttools\include</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\aldebaran\alcommon\include</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\aldebaran\alcommon\interface</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\aldebaran\alcommon\soap</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\include</p>
<p>C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\src\tinyxml</p>
<p>&nbsp;</p>
<p>2. Go to Linker-&gt;Additional Dependencies and add some paths as follows:</p>
<p>kernel32.lib<br />user32.lib<br />gdi32.lib<br />winspool.lib<br />shell32.lib<br />ole32.lib<br />oleaut32.lib<br />uuid.lib<br />comdlg32.lib<br />advapi32.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\libboost_thread-vc80-mt-1_38.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\libboost_filesystem-vc80-mt-1_38.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\libboost_signals-vc80-mt-1_38.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\libboost_program_options-vc80-mt-1_38.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\aldebaran\rttools\lib\rttools.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\aldebaran\alcommon\lib\windows\alcommon.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\pthread.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\tinyxml.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\highgui.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\cxcore.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\cvaux.lib<br />C:\NaoQiAcademicsvc80-1.3.17-win32\NaoQiAcademicsvc80-1.3.17-win32\extern\c\windows\lib\cv.lib</p>
<p>&nbsp;</p>
<p>3. Go to the code source and add the line</p>
<p>#ifndef NAO_GRETA_IS_REMOTE_OFF</p>
<p>..</p>
<p>your code</p>
<p>..</p>
<p>#endif</p>
<p>&nbsp;</p>
<p>Ok, you can press F7 to complie your project successfully now.</p>
<p>Goodluck!</p>
]]></description>
<dc:creator>Le Quoc Anh</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/blog/zelig/read/5367/bruno-bonnell-veut-faire-la-robovolution</guid>
<pubDate>Thu, 15 Oct 2009 10:35:59 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/blog/zelig/read/5367/bruno-bonnell-veut-faire-la-robovolution</link>
<title><![CDATA[Bruno Bonnell veut faire la robovolution]]></title>
<description><![CDATA[<p><object classid="denied:clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.clubic.com/v/300222" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://www.clubic.com/v/300222" /><br />
</object><br />
Source de la vid&eacute;o : Clubic<br />
Pionnier de l'acc&egrave;s &agrave; internet avec Infonie mais surtout des jeux vid&eacute;o avec Infogrames (Atari), Bruno Bonnell a d&eacute;sormais une nouvelle passion : la robotique.L'entrepreneur lyonnais a en effet pris les commandes de&nbsp;Robopolis, une boutique en ligne sp&eacute;cialis&eacute;e dans les robots, mais qui devrait lancer d&egrave;s l'ann&eacute;e prochaine des applications logicielles destin&eacute;es aux roboticiens, ces ing&eacute;nieurs programmant les robots.Pr&eacute;sident du&nbsp;Syrobo, le syndicat des acteurs fran&ccedil;ais de la robotique (Robopolis, Gostai, Aldebaran, Violet, ..), Bruno Bonnell &eacute;tait cette semaine l'invit&eacute; du premier "Robot Wednesday" organis&eacute; &agrave; Paris. Nous en avons profit&eacute; pour lui poser quelques questions sur cette "robovolution".</p>
]]></description>
<dc:creator>zelig</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/blog/quocanh/read/5341/a-complete-program-in-visual-c-not-any-more-python-in-the-code</guid>
<pubDate>Wed, 14 Oct 2009 12:47:01 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/blog/quocanh/read/5341/a-complete-program-in-visual-c-not-any-more-python-in-the-code</link>
<title><![CDATA[A complete program in Visual C++ (not any more Python in the code)]]></title>
<description><![CDATA[<p>For the examples that Aldebaran gives us in the NaoSdk, all modules will be called by a Python programme (as test files). These modules may be done by Aldebaran availably for using or be written by yourself. However, if we do not want to use any Python language, we can write a complete program in Visual C++.</p>
<p>Today, I will show you how to do. Take the program MotionExample in the NaoSdk for moving the head of robot as an example to illustrate this lesson, we will see that proxies will be used to access modules. In order to access the created module "ALSetAnglesExamples", a proxy is created in the Python language as follows:</p>
<p>setAnglesExamplesProxy = ALProxy("ALSetAnglesExamples")</p>
<p>that will be corresponding to VC++:</p>
<p>ALProxy setAnglesExamplesProxy = ALProxy("ALSetAnglesExamples", parentBrokerIP, parentBrokerPort);</p>
<p>and in order to access others modules availables in the library of Aldebaran, a proxy is created in the Python language as follows:</p>
<p>motionProxy = ALProxy("ALMotion")<br />that will be corresponding to VC++:</p>
<p>ALProxy motionProxy = ALProxy("ALMotion", parentBrokerIP, parentBrokerPort);</p>
<p>Now,&nbsp; we will call some necessary modules to make moving the head of robot. Firstly, set the stiffness of head to full control:</p>
<p>&nbsp; motionProxy.setChainStiffness('Head',1.0,1.0);</p>
<p>after that, set a time delay to finish this task.<br />&nbsp; time.sleep(2)</p>
<p>That will be corresponding to the VC++:</p>
<p>motionProxy.callVoid("setChainStiffness",string("Head"),1.0,1.0);<br />SleepMs(2000);</p>
<p>Call the function in the user module:</p>
<p>setAnglesExamplesProxy.startdemo1()</p>
<p>and wait function is finish<br />&nbsp; time.sleep (6)</p>
<p>This will be corresponding to VC++:</p>
<p>&nbsp;&nbsp; setAnglesExamplesProxy.callVoid("startdemo1");<br />&nbsp;&nbsp;&nbsp; SleepMs (6000);</p>
<p>Do the rest in the same way, we have:<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; // Do the Same Job in remote with TCPConnection as soon as possible and See the problem of Synchronization<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; std::cout &lt;&lt; "ALSetAnglesExamples&nbsp; : Remote with TCP Connection" &lt;&lt; std::endl;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; double HeadPitchPosition =&nbsp; motionProxy.call&lt;double&gt;("getAngle",string("HeadPitch"));<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; int Sign = 1;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; for(int i = 0; i&lt;250; i++){<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (HeadPitchPosition &gt;= 0.5 &amp;&amp; Sign == 1) <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Sign = -1;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else if (HeadPitchPosition &lt;= -0.5 &amp;&amp; Sign == -1) <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Sign = 1;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; HeadPitchPosition = HeadPitchPosition + Sign * 0.01;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; motionProxy.callVoid("setAngle",string("HeadPitch"),HeadPitchPosition );<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br />&nbsp;<br />&nbsp;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // Put Head Stifnness to 0.0<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; motionProxy.callVoid("setChainStiffness",string("Head"),0.0,1.0);<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SleepMs(2000);</p>
<p>Ok, we have a complete program in Visual C++</p>
<p>&nbsp;</p>
]]></description>
<dc:creator>Le Quoc Anh</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/blog/Drack/read/4936/challenge-nao-storyteller</guid>
<pubDate>Thu, 01 Oct 2009 21:27:26 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/blog/Drack/read/4936/challenge-nao-storyteller</link>
<title><![CDATA[Challenge Nao Storyteller]]></title>
<description><![CDATA[<p>Depuis la rentr&eacute;e, Igor &agrave; &eacute;volu&eacute; !&nbsp;Nous avons eut un challenge &agrave; r&eacute;aliser consistant &agrave; faire raconter &agrave; Nao une histoire interactive.&nbsp;Du genre "livre dont vous &ecirc;tes le h&eacute;ro"&nbsp;Trois NaoTesteurs, Harkanork, Tibot et moi, ont relev&eacute; le d&eacute;fi !&nbsp;4 semaines pour mettre en oeuvre la solution.&nbsp;Nous avons des points communs dans nos r&eacute;alisations :&nbsp;- Lecture d'un fichier d'histoire (c'est &agrave; dire qu'on peut faire lire d'autres histoires)&nbsp;- Interaction avec le Robot. (Directement en manipulant le robot pour Harkanork, avec une t&eacute;l&eacute;commande pour Tibot et avec des cartes d'actions pour moi)&nbsp;C'est Harkanork qui a gagn&eacute; le d&eacute;fi.&nbsp;Gr&acirc;ce je pense, &agrave; une histoire bien ficel&eacute;e et surtout une interaction g&eacute;niale avec le robot.&nbsp;Il faut lui lever les bras, lui toucher la t&ecirc;te, les pieds et m&ecirc;me faire des mini jeux en r&eacute;p&eacute;tant des notes jou&eacute;es.&nbsp;On est vraiment immerg&eacute; dans l'histoire.&nbsp;Techniquement, je pense que c'est Tibot qui est le plus avanc&eacute;.&nbsp;Le robot t&eacute;l&eacute;charge sur internet tout un tas de fichiers sonore, de musique et surtout l'histoire.&nbsp;De plus, il a r&eacute;ussi &agrave; mod&eacute;liser pas mal de voix diff&eacute;rentes, donnant de la vie &agrave; ses personnages. Sans parler des effets avec les diodes des yeux !&nbsp;Quant &agrave; ma solution, je voulais que ce soit le plus proche du jeux de r&ocirc;le que du livre dont vous &ecirc;te le h&eacute;ros.&nbsp;Donc, il n'y avait pas forc&eacute;ment de choix d&eacute;fini &agrave; l'avance.&nbsp;Par exemple si vous etes dans une pi&egrave;ce, il faut utiliser la carte d'action fouiller, m&ecirc;me si le robot ne le demande pas.&nbsp;Ceci n'a pas &eacute;t&eacute; tr&egrave;s appr&eacute;ci&eacute; par le jury qui devait lire le manuel &agrave; chaque fois pour savoir comment faire&nbsp;&nbsp;En tout cas, j'ai trouv&eacute; l'exp&eacute;rience tr&egrave;s enrichissante car j'ai mis les mains dans le camboui. (dans le python, plut&ocirc;t)&nbsp;Igor et moi sommes pr&ecirc;ts pour le prochain d&eacute;fi par &eacute;quipe qui vient d'arriver&nbsp;</p>
]]></description>
<dc:creator>Drack</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/groups/4838/bynteam/</guid>
<pubDate>Mon, 28 Sep 2009 19:56:42 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/groups/4838/bynteam/</link>
<title><![CDATA[BYNTeam]]></title>
<description><![CDATA[<p>Groupe BYNTeam pour le superchallenge.</p>
<p>Acc&egrave;s limit&eacute; aux 5 membres du groupe.</p>
<p>drack - lexa - tibot - zelig - ksan</p>
]]></description>
<dc:creator>zelig</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/groups/4771/naokey/</guid>
<pubDate>Sat, 26 Sep 2009 22:14:02 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/groups/4771/naokey/</link>
<title><![CDATA[NaoKey]]></title>
<description><![CDATA[<p>Ce groupe est cree dans le but de faire une clef USB bootable sur une distribution Linux (Ubuntu) comportant tous ce qui est necessaire pour programmer/mettre &agrave; jour Nao.</p>
]]></description>
<dc:creator>Laurent</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/groups/4176/tuto-dev-nao/</guid>
<pubDate>Fri, 04 Sep 2009 08:25:05 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/groups/4176/tuto-dev-nao/</link>
<title><![CDATA[Tuto Dev Nao]]></title>
<description><![CDATA[<p>Ce groupe est cr&eacute;&eacute; dans le but de faire des tutoriels texte et screencast (tuto video).</p>
<p>A acc&egrave;s limit&eacute; aux propri&eacute;taires de nao (academics, robocup, beta testers, Edition llimit&eacute;e) ce groupe sera ouvert &agrave; la sortie GP de nao.</p>
]]></description>
<dc:creator>zelig</dc:creator>
</item>

<item>
<guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/groups/4145/nao-artists/</guid>
<pubDate>Wed, 02 Sep 2009 16:39:40 +0200</pubDate>
<link>http://www.naoforge.fr/BlogYourNao/pg/groups/4145/nao-artists/</link>
<title><![CDATA[NAO Artists]]></title>
<description><![CDATA[<p>A little group for all NAO fans who love to portray their beloved little robot on paper :)</p>
]]></description>
<dc:creator>RobotMommy</dc:creator>
</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/bookmarks/zelig/read/6190/makezinecom-make-technology-on-your-time</guid>
	  <pubDate>Mon, 25 Jan 2010 23:35:18 +0100</pubDate>
	  <link>http://makezine.com/</link>
	  <title><![CDATA[makezine.com: MAKE: technology on your time]]></title>
	  <description><![CDATA[<br />
]]></description>
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/bookmarks/zelig/read/6076/robotintelligenceartificiellecom</guid>
	  <pubDate>Sun, 10 Jan 2010 22:08:13 +0100</pubDate>
	  <link>http://www.robot-intelligence-artificielle.com/home.html</link>
	  <title><![CDATA[robot-intelligence-artificielle.com]]></title>
	  <description><![CDATA[<br />
]]></description>
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/bookmarks/zelig/read/6038/amorces</guid>
	  <pubDate>Wed, 30 Dec 2009 22:45:56 +0100</pubDate>
	  <link>http://homepages.laas.fr/rachid/amorces/amorces-psirob07-revue-18mois.pdf</link>
	  <title><![CDATA[Amorces]]></title>
	  <description><![CDATA[<br />
]]></description>
	</item>

	<item>
	  <guid isPermaLink='true'>http://www.naoforge.fr/BlogYourNao/pg/bookmarks/RobotMommy/read/3915/blogyournao-romecup-2009-umanoide-che-balla</guid>
	  <pubDate>Thu, 27 Aug 2009 20:27:52 +0200</pubDate>
	  <link>http://www.naoforge.fr/BlogYourNao/pg/izap_videos/zelig/play/2909</link>
	  <title><![CDATA[BlogYourNao: Romecup 2009 Umanoide che balla]]></title>
	  <description><![CDATA[<br />
]]></description>
	</item>
</channel>
</rss>
