<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://airwiki.deib.polimi.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AntonioBianchi</id>
		<title>AIRWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://airwiki.deib.polimi.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AntonioBianchi"/>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php/Special:Contributions/AntonioBianchi"/>
		<updated>2026-04-10T06:38:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=MoonSlam&amp;diff=12991</id>
		<title>MoonSlam</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=MoonSlam&amp;diff=12991"/>
				<updated>2011-03-13T22:36:01Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|title=moonSlam&lt;br /&gt;
|coordinator=MatteoMatteucci&lt;br /&gt;
|tutor=SimoneCeriani;&lt;br /&gt;
|students=VincenzoRizzo;RobertoBacciocchi; AntonioBianchi; MladenMazuran; MatteoLuperto; AngeloZuffiano;&lt;br /&gt;
|resarea=Computer Vision and Image Analysis&lt;br /&gt;
|start=2010/06/30&lt;br /&gt;
|status=Active&lt;br /&gt;
}}&lt;br /&gt;
== Goal ==&lt;br /&gt;
The aim of the moonSlam project is to create a generic software framework for SLAM (Simultaneous Localization And Mapping).&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Use the DEI svn system (you need a valid account):&lt;br /&gt;
&lt;br /&gt;
* cd in your workspace directory&lt;br /&gt;
* to download all the project: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/&amp;lt;/code&amp;gt;&lt;br /&gt;
* to download only the &amp;quot;trunk&amp;quot;: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/trunk/&amp;lt;/code&amp;gt;&lt;br /&gt;
* to download only a &amp;quot;tag&amp;quot;: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/tags/&amp;lt;tagname&amp;gt;/&amp;lt;/code&amp;gt;&lt;br /&gt;
** (you can know all the tags by &amp;lt;code&amp;gt;svn ls https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/tags/&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Use --username &amp;lt;username&amp;gt; after the svn command if you neeed to specify your username and password&lt;br /&gt;
&lt;br /&gt;
== SVN principal commands ==&lt;br /&gt;
Check this, seems to be a good tutorial: [[http://svnbook.red-bean.com/en/1.4/svn.tour.cycle.html]]&lt;br /&gt;
* do &amp;lt;code&amp;gt;svn up&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;svn update&amp;lt;/code&amp;gt; to check the status of repository&lt;br /&gt;
* with &amp;lt;code&amp;gt;svn add&amp;lt;/code&amp;gt; you can add the unversioned elements (it is recursive)&lt;br /&gt;
* with &amp;lt;code&amp;gt;svn stat&amp;lt;/code&amp;gt;  you can check your svn status&lt;br /&gt;
* with &amp;lt;code&amp;gt;svn ci -m&amp;quot;comments&amp;quot;&amp;lt;/code&amp;gt; you can checkin your files&lt;br /&gt;
&lt;br /&gt;
===How to says to svn that some folders or files has to be ignored===&lt;br /&gt;
This is the common situtation&lt;br /&gt;
* you want to avoid the versioning of .settings, build and doc folder (that are shown with a '?' in the svn stat result)&lt;br /&gt;
* do &amp;lt;code&amp;gt;svn propedit .&amp;lt;/code&amp;gt;&lt;br /&gt;
* add in the editor (nano, vim or something similar) the folders or files that you want to ignore (one per line).&lt;br /&gt;
* run &amp;lt;code&amp;gt;svn stat&amp;lt;/code&amp;gt;, the '?' should disappear, because the elements are ignored.&lt;br /&gt;
&lt;br /&gt;
== Useful readings ==&lt;br /&gt;
&lt;br /&gt;
=== Introduction to SLAM ===&lt;br /&gt;
* Wikipedia [http://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping]&lt;br /&gt;
* IEEE Slam tutorials&lt;br /&gt;
** Simultaneous Localization and Mapping: Part I [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=1638022&amp;amp;userType=inst]&lt;br /&gt;
** Simultaneous Localization and Mapping: Part II [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=1678144]&lt;br /&gt;
&lt;br /&gt;
* The SSS06 (SLAM Summer School) pages, refer to &amp;quot;lectures&amp;quot; and &amp;quot;Practicals&amp;quot; [http://www.robots.ox.ac.uk/~SSS06/Website/index.html]&lt;br /&gt;
* The BMVC 2007 tutorials [http://www.cs.bris.ac.uk/Research/Vision/Realtime/bmvctutorial/]&lt;br /&gt;
* Joan Solà have an on line course on SLAM [http://homepages.laas.fr/jsola/JoanSola/eng/course.html here]. It's based on a Matlab toolbox developed by Solà (http://homepages.laas.fr/jsola/JoanSola/eng/toolbox.html)&lt;br /&gt;
&lt;br /&gt;
==== EKF ====&lt;br /&gt;
* Probabilistic Robotics [http://robots.stanford.edu/probabilistic-robotics/]&lt;br /&gt;
&lt;br /&gt;
==== Computer Vision ====&lt;br /&gt;
* Computer Vision: Algorithms and Applications [http://szeliski.org/Book/]&lt;br /&gt;
A freely available book about Computer Vision. Some chapters are dedicated to features recognition.  &lt;br /&gt;
&lt;br /&gt;
==== Useful Materials ====&lt;br /&gt;
* Joan Solà materials on quaternions [http://homepages.laas.fr/jsola/JoanSola/objectes/notes/kinematics.pdf], EKF mathematics for SLAM [http://homepages.laas.fr/jsola/JoanSola/objectes/notes/FisslamNotes.pdf] and PhD Thesis [http://homepages.laas.fr/jsola/JoanSola/objectes/PhD/Thesis.pdf]&lt;br /&gt;
&lt;br /&gt;
=== Some thesis (Bachelor, MS or PhD) ===&lt;br /&gt;
* Visual&lt;br /&gt;
** Migliore Davide (PhD) []&lt;br /&gt;
** MarzoratiDaniele (PhD) []&lt;br /&gt;
** RigamontiRoberto (MS) []&lt;br /&gt;
** Joan Solà (Phd) [http://homepages.laas.fr/jsola/JoanSola/objectes/PhD/Thesis.pdf]&lt;br /&gt;
&lt;br /&gt;
* Laser&lt;br /&gt;
** [[User:MauroBrenna|Mauro Brenna]] []&lt;br /&gt;
** [[User:MladenMazuran|Mladen Mazuran]] &amp;amp;amp; [[User:MatteoLuperto|Matteo Luperto]] (Bachelor) []&lt;br /&gt;
&lt;br /&gt;
* Computer Vision&lt;br /&gt;
** MassimoQuadrana (Bachelor) []&lt;br /&gt;
&lt;br /&gt;
== How to compile ==&lt;br /&gt;
On a &amp;quot;clean&amp;quot; Ubuntu 10.04.2 32bit installation, first of all, you need to install these packages:&lt;br /&gt;
* &amp;lt;code&amp;gt;subversion cmake g++ doxygen&amp;lt;/code&amp;gt;&lt;br /&gt;
Then you have to install all the libraries required&lt;br /&gt;
by moonSlam:&lt;br /&gt;
* &amp;lt;code&amp;gt;liblog4cpp5-dev libxml++2.6-dev libpng3-dev libboost-all-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
moonSlam requires packages that are not available in Ubuntu standard repositories: &lt;br /&gt;
*libconfig++1.4.6&lt;br /&gt;
Download it from [http://www.hyperrealm.com/main.php?s=libconfig here]&lt;br /&gt;
and then install it, following the instructions written in INSTALL file.&lt;br /&gt;
* Eigen 3.0 library&lt;br /&gt;
Download it from [http://eigen.tuxfamily.org/index.php?title=3.0_beta here]&lt;br /&gt;
and then install it, following the instructions written in INSTALL file.&lt;br /&gt;
* Opencv 2.2&lt;br /&gt;
Download it from [http://opencv.willowgarage.com here]&lt;br /&gt;
and then install it, following the instruction written [http://opencv.willowgarage.com/wiki/InstallGuide here].&lt;br /&gt;
&lt;br /&gt;
Opencv2.2 needs eigen2 library. Before compiling it, install eigen2 library (&amp;lt;code&amp;gt;apt-get install libeigen2-dev&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can compile moonSlam.&lt;br /&gt;
* open a shell inside trunk folder&lt;br /&gt;
* &amp;lt;code&amp;gt;mkdir build &amp;lt;br&amp;gt; cd build &amp;lt;/code&amp;gt;&lt;br /&gt;
* now you can make one of these folder&lt;br /&gt;
** &amp;lt;code&amp;gt;Debug&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;Release&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;RelWithDebInfo&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;MinSizeRel&amp;lt;/code&amp;gt;&lt;br /&gt;
* cd in the created folder (e.g. &amp;lt;code&amp;gt;cd Debug&amp;lt;/code&amp;gt;)&lt;br /&gt;
* &amp;lt;code&amp;gt;cmake ../..&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt;&lt;br /&gt;
If everything goes fine, compiled binaries and libraries will be&lt;br /&gt;
written inside trunk/build/&amp;lt;yourChoice&amp;gt; folder (keeping trunk folder &amp;quot;clean&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' performance, executable size and other aspects depends on the choosen build configuration. See the CMakeLists.txt file to know which compilations flags are used.&lt;br /&gt;
&lt;br /&gt;
'''Note(2):''' MoonSlam compile with the libconfig++ proposed in Ubuntu repository, but some configuration files use the @include directive, that is supported by the libconfig++1.4.6.&lt;br /&gt;
&lt;br /&gt;
== Create the documentation ==&lt;br /&gt;
go in the base folder (e.g. trunk) and type&lt;br /&gt;
&amp;lt;code&amp;gt;doxygen &amp;lt;LibraryName&amp;gt;.doxyfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you will find documentation in doc/&amp;lt;LibraryName&amp;gt;/html folder&lt;br /&gt;
&lt;br /&gt;
for each library&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://www.doc.ic.ac.uk/~ajd/ Andrew Davison home page]&lt;br /&gt;
&lt;br /&gt;
[http://homepages.laas.fr/jsola/JoanSola/eng/JoanSola.html Joan Solà home page]&lt;br /&gt;
&lt;br /&gt;
[http://robots.unizar.es/html/home.php Robotics, Perception and Real Time group, Zaragoza]&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=MoonSlam&amp;diff=12962</id>
		<title>MoonSlam</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=MoonSlam&amp;diff=12962"/>
				<updated>2011-02-19T23:46:11Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: /* How to compile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|title=moonSlam&lt;br /&gt;
|coordinator=MatteoMatteucci&lt;br /&gt;
|tutor=SimoneCeriani;&lt;br /&gt;
|students=VincenzoRizzo;RobertoBacciocchi; AntonioBianchi; MladenMazuran; MatteoLuperto; AngeloZuffiano;&lt;br /&gt;
|resarea=Computer Vision and Image Analysis&lt;br /&gt;
|start=2010/06/30&lt;br /&gt;
|status=Active&lt;br /&gt;
}}&lt;br /&gt;
== Goal ==&lt;br /&gt;
The aim of the moonSlam project is to create a generic software framework for SLAM (Simultaneous Localization And Mapping).&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Use the DEI svn system (you need a valid account):&lt;br /&gt;
&lt;br /&gt;
* cd in your workspace directory&lt;br /&gt;
* to download all the project: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/&amp;lt;/code&amp;gt;&lt;br /&gt;
* to download only the &amp;quot;trunk&amp;quot;: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/trunk/&amp;lt;/code&amp;gt;&lt;br /&gt;
* to download only a &amp;quot;tag&amp;quot;: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/tags/&amp;lt;tagname&amp;gt;/&amp;lt;/code&amp;gt;&lt;br /&gt;
** (you can know all the tags by &amp;lt;code&amp;gt;svn ls https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/tags/&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Use --username &amp;lt;username&amp;gt; after the svn command if you neeed to specify your username and password&lt;br /&gt;
&lt;br /&gt;
== SVN principal commands ==&lt;br /&gt;
Check this, seems to be a good tutorial: [[http://svnbook.red-bean.com/en/1.4/svn.tour.cycle.html]]&lt;br /&gt;
* do &amp;lt;code&amp;gt;svn up&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;svn update&amp;lt;/code&amp;gt; to check the status of repository&lt;br /&gt;
* with &amp;lt;code&amp;gt;svn add&amp;lt;/code&amp;gt; you can add the unversioned elements (it is recursive)&lt;br /&gt;
* with &amp;lt;code&amp;gt;svn stat&amp;lt;/code&amp;gt;  you can check your svn status&lt;br /&gt;
* with &amp;lt;code&amp;gt;svn ci -m&amp;quot;comments&amp;quot;&amp;lt;/code&amp;gt; you can checkin your files&lt;br /&gt;
&lt;br /&gt;
===How to says to svn that some folders or files has to be ignored===&lt;br /&gt;
This is the common situtation&lt;br /&gt;
* you want to avoid the versioning of .settings, build and doc folder (that are shown with a '?' in the svn stat result)&lt;br /&gt;
* do &amp;lt;code&amp;gt;svn propedit .&amp;lt;/code&amp;gt;&lt;br /&gt;
* add in the editor (nano, vim or something similar) the folders or files that you want to ignore (one per line).&lt;br /&gt;
* run &amp;lt;code&amp;gt;svn stat&amp;lt;/code&amp;gt;, the '?' should disappear, because the elements are ignored.&lt;br /&gt;
&lt;br /&gt;
== Useful readings ==&lt;br /&gt;
&lt;br /&gt;
=== Introduction to SLAM ===&lt;br /&gt;
* Wikipedia [http://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping]&lt;br /&gt;
* IEEE Slam tutorials&lt;br /&gt;
** Simultaneous Localization and Mapping: Part I [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=1638022&amp;amp;userType=inst]&lt;br /&gt;
** Simultaneous Localization and Mapping: Part II [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=1678144]&lt;br /&gt;
&lt;br /&gt;
* The SSS06 (SLAM Summer School) pages, refer to &amp;quot;lectures&amp;quot; and &amp;quot;Practicals&amp;quot; [http://www.robots.ox.ac.uk/~SSS06/Website/index.html]&lt;br /&gt;
* The BMVC 2007 tutorials [http://www.cs.bris.ac.uk/Research/Vision/Realtime/bmvctutorial/]&lt;br /&gt;
* Joan Solà have an on line course on SLAM [http://homepages.laas.fr/jsola/JoanSola/eng/course.html here]. It's based on a Matlab toolbox developed by Solà (http://homepages.laas.fr/jsola/JoanSola/eng/toolbox.html)&lt;br /&gt;
&lt;br /&gt;
==== EKF ====&lt;br /&gt;
* Probabilistic Robotics [http://robots.stanford.edu/probabilistic-robotics/]&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Useful Materials ====&lt;br /&gt;
* Joan Solà materials on quaternions [http://homepages.laas.fr/jsola/JoanSola/objectes/notes/kinematics.pdf], EKF mathematics for SLAM [http://homepages.laas.fr/jsola/JoanSola/objectes/notes/FisslamNotes.pdf] and PhD Thesis [http://homepages.laas.fr/jsola/JoanSola/objectes/PhD/Thesis.pdf]&lt;br /&gt;
&lt;br /&gt;
=== Some thesis (Bachelor, MS or PhD) ===&lt;br /&gt;
* Visual&lt;br /&gt;
** Migliore Davide (PhD) []&lt;br /&gt;
** MarzoratiDaniele (PhD) []&lt;br /&gt;
** RigamontiRoberto (MS) []&lt;br /&gt;
** Joan Solà (Phd) [http://homepages.laas.fr/jsola/JoanSola/objectes/PhD/Thesis.pdf]&lt;br /&gt;
&lt;br /&gt;
* Laser&lt;br /&gt;
** [[User:MauroBrenna|Mauro Brenna]] []&lt;br /&gt;
** [[User:MladenMazuran|Mladen Mazuran]] &amp;amp;amp; [[User:MatteoLuperto|Matteo Luperto]] (Bachelor) []&lt;br /&gt;
&lt;br /&gt;
* Computer Vision&lt;br /&gt;
** MassimoQuadrana (Bachelor) []&lt;br /&gt;
&lt;br /&gt;
== How to compile ==&lt;br /&gt;
On a &amp;quot;clean&amp;quot; Ubuntu 10.04.2 32bit installation, first of all, you need to install these packages:&lt;br /&gt;
* &amp;lt;code&amp;gt;subversion cmake g++ doxygen&amp;lt;/code&amp;gt;&lt;br /&gt;
Then you have to install all the libraries required&lt;br /&gt;
by moonSlam:&lt;br /&gt;
* &amp;lt;code&amp;gt;liblog4cpp5-dev libxml++2.6-dev libpng3-dev libboost-all-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
moonSlam requires packages that are not available in Ubuntu standard repositories: &lt;br /&gt;
*libconfig++1.4.6&lt;br /&gt;
Download it from [http://www.hyperrealm.com/main.php?s=libconfig here]&lt;br /&gt;
and then install it, following the instructions written in INSTALL file.&lt;br /&gt;
* Eigen 3.0 library&lt;br /&gt;
Download it from [http://eigen.tuxfamily.org/index.php?title=3.0_beta here]&lt;br /&gt;
and then install it, following the instructions written in INSTALL file.&lt;br /&gt;
* Opencv 2.2&lt;br /&gt;
Download it from [http://opencv.willowgarage.com here]&lt;br /&gt;
and then install it, following the instruction written [http://opencv.willowgarage.com/wiki/InstallGuide here].&lt;br /&gt;
&lt;br /&gt;
Opencv2.2 needs eigen2 library. Before compiling it, install eigen2 library (&amp;lt;code&amp;gt;apt-get install libeigen2-dev&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can compile moonSlam.&lt;br /&gt;
* open a shell inside trunk folder&lt;br /&gt;
* &amp;lt;code&amp;gt;mkdir build &amp;lt;br&amp;gt; cd build &amp;lt;/code&amp;gt;&lt;br /&gt;
* now you can make one of these folder&lt;br /&gt;
** &amp;lt;code&amp;gt;Debug&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;Release&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;RelWithDebInfo&amp;lt;/code&amp;gt;&lt;br /&gt;
** &amp;lt;code&amp;gt;MinSizeRel&amp;lt;/code&amp;gt;&lt;br /&gt;
* cd in the created folder (e.g. &amp;lt;code&amp;gt;cd Debug&amp;lt;/code&amp;gt;)&lt;br /&gt;
* &amp;lt;code&amp;gt;cmake ../..&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt;&lt;br /&gt;
If everything goes fine, compiled binaries and libraries will be&lt;br /&gt;
written inside trunk/build/&amp;lt;yourChoice&amp;gt; folder (keeping trunk folder &amp;quot;clean&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' performance, executable size and other aspects depends on the choosen build configuration. See the CMakeLists.txt file to know which compilations flags are used.&lt;br /&gt;
&lt;br /&gt;
'''Note(2):''' MoonSlam compile with the libconfig++ proposed in Ubuntu repository, but some configuration files use the @include directive, that is supported by the libconfig++1.4.6.&lt;br /&gt;
&lt;br /&gt;
== Create the documentation ==&lt;br /&gt;
go in the base folder (e.g. trunk) and type&lt;br /&gt;
&amp;lt;code&amp;gt;doxygen &amp;lt;LibraryName&amp;gt;.doxyfile&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
you will find documentation in doc/&amp;lt;LibraryName&amp;gt;/html folder&lt;br /&gt;
&lt;br /&gt;
for each library&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://www.doc.ic.ac.uk/~ajd/ Andrew Davison home page]&lt;br /&gt;
&lt;br /&gt;
[http://homepages.laas.fr/jsola/JoanSola/eng/JoanSola.html Joan Solà home page]&lt;br /&gt;
&lt;br /&gt;
[http://robots.unizar.es/html/home.php Robotics, Perception and Real Time group, Zaragoza]&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=MoonSlam&amp;diff=12949</id>
		<title>MoonSlam</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=MoonSlam&amp;diff=12949"/>
				<updated>2011-02-06T00:40:17Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Project&lt;br /&gt;
|title=moonSlam&lt;br /&gt;
|coordinator=MatteoMatteucci&lt;br /&gt;
|tutor=SimoneCeriani;&lt;br /&gt;
|students=VincenzoRizzo;RobertoBacciocchi; AntonioBianchi; MladenMazuran; MatteoLuperto; AngeloZuffiano;&lt;br /&gt;
|resarea=Computer Vision and Image Analysis&lt;br /&gt;
|start=2010/06/30&lt;br /&gt;
|status=Active&lt;br /&gt;
}}&lt;br /&gt;
== Goal ==&lt;br /&gt;
The aim of the moonSlam project is to create a generic software framework for SLAM (Simultaneous Localization And Mapping).&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
Use the DEI svn system (you need a valid account):&lt;br /&gt;
&lt;br /&gt;
* cd in your workspace directory&lt;br /&gt;
* to download all the project: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/&amp;lt;/code&amp;gt;&lt;br /&gt;
* to download only the &amp;quot;trunk&amp;quot;: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/trunk/&amp;lt;/code&amp;gt;&lt;br /&gt;
* to download only a &amp;quot;tag&amp;quot;: &amp;lt;code&amp;gt;svn co https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/tags/&amp;lt;tagname&amp;gt;/&amp;lt;/code&amp;gt;&lt;br /&gt;
** (you can know all the tags by &amp;lt;code&amp;gt;svn ls https://svn.ws.dei.polimi.it/airlab/Projects/MoonSlamProject/tags/&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
Use --username &amp;lt;username&amp;gt; after the svn command if you neeed to specify your username and password&lt;br /&gt;
&lt;br /&gt;
== Useful readings ==&lt;br /&gt;
&lt;br /&gt;
=== Introduction to SLAM ===&lt;br /&gt;
* Wikipedia [http://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping]&lt;br /&gt;
* IEEE Slam tutorials&lt;br /&gt;
** Simultaneous Localization and Mapping: Part I [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=1638022&amp;amp;userType=inst]&lt;br /&gt;
** Simultaneous Localization and Mapping: Part II [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=1678144]&lt;br /&gt;
&lt;br /&gt;
* The SSS06 (SLAM Summer School) pages, refer to &amp;quot;lectures&amp;quot; and &amp;quot;Practicals&amp;quot; [http://www.robots.ox.ac.uk/~SSS06/Website/index.html]&lt;br /&gt;
* The BMVC 2007 tutorials [http://www.cs.bris.ac.uk/Research/Vision/Realtime/bmvctutorial/]&lt;br /&gt;
* Joan Solà have an on line course on SLAM [http://homepages.laas.fr/jsola/JoanSola/eng/course.html here]. It's based on a Matlab toolbox developed by Solà (http://homepages.laas.fr/jsola/JoanSola/eng/toolbox.html)&lt;br /&gt;
&lt;br /&gt;
==== EKF ====&lt;br /&gt;
* Probabilistic Robotics [http://robots.stanford.edu/probabilistic-robotics/]&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==== Useful Materials ====&lt;br /&gt;
* Joan Solà materials on quaternions [http://homepages.laas.fr/jsola/JoanSola/objectes/notes/kinematics.pdf], EKF mathematics for SLAM [http://homepages.laas.fr/jsola/JoanSola/objectes/notes/FisslamNotes.pdf] and PhD Thesis [http://homepages.laas.fr/jsola/JoanSola/objectes/PhD/Thesis.pdf]&lt;br /&gt;
&lt;br /&gt;
=== Some thesis (Bachelor, MS or PhD) ===&lt;br /&gt;
* Visual&lt;br /&gt;
** Migliore Davide (PhD) []&lt;br /&gt;
** MarzoratiDaniele (PhD) []&lt;br /&gt;
** RigamontiRoberto (MS) []&lt;br /&gt;
** Joan Solà (Phd) [http://homepages.laas.fr/jsola/JoanSola/objectes/PhD/Thesis.pdf]&lt;br /&gt;
&lt;br /&gt;
* Laser&lt;br /&gt;
** [[User:MauroBrenna|Mauro Brenna]] []&lt;br /&gt;
** [[User:MladenMazuran|Mladen Mazuran]] &amp;amp;amp; [[User:MatteoLuperto|Matteo Luperto]] (Bachelor) []&lt;br /&gt;
&lt;br /&gt;
* Computer Vision&lt;br /&gt;
** MassimoQuadrana (Bachelor) []&lt;br /&gt;
&lt;br /&gt;
== How to compile ==&lt;br /&gt;
On a &amp;quot;clean&amp;quot; Ubuntu 10.4 32bit installation, first of all you need to install these packages:&lt;br /&gt;
* &amp;lt;code&amp;gt;svn cmake g++&amp;lt;/code&amp;gt;&lt;br /&gt;
Then you have to install all the libraries required&lt;br /&gt;
by moonSlam:&lt;br /&gt;
* &amp;lt;code&amp;gt;liblog4cpp5 liblog4cpp5-dev libcv-dev libhighgui-dev libconfig++8-dev libxml++2.6-dev libboost-all-dev libcvaux-dev opencv libopencv-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
moonSlam requires also Eigen 3.0 library.&lt;br /&gt;
It is not present on official Ubuntu 10.4 repository,&lt;br /&gt;
download it from [http://eigen.tuxfamily.org/index.php?title=3.0_beta here]&lt;br /&gt;
and then install it, following the instructions written in INSTALL file.&lt;br /&gt;
&lt;br /&gt;
Now you can compile moonSlam.&lt;br /&gt;
* open a shell inside trunk folder&lt;br /&gt;
* &amp;lt;code&amp;gt;mkdir build &amp;lt;br&amp;gt; cd build &amp;lt;br&amp;gt; cmake .. &amp;lt;br&amp;gt; make &amp;lt;/code&amp;gt;&lt;br /&gt;
If everything goes fine, compiled binaries and libraries will be&lt;br /&gt;
written inside trunk/build folder (keeping trunk folder &amp;quot;clean&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://www.doc.ic.ac.uk/~ajd/ Andrew Davison home page]&lt;br /&gt;
&lt;br /&gt;
[http://homepages.laas.fr/jsola/JoanSola/eng/JoanSola.html Joan Solà home page]&lt;br /&gt;
&lt;br /&gt;
[http://robots.unizar.es/html/home.php Robotics, Perception and Real Time group, Zaragoza]&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4922</id>
		<title>ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4922"/>
				<updated>2008-11-19T20:22:36Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RoboWii ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wiimote.jpg|thumb|left|Wii Remote controller]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo scopo del nostro lavoro è quello di studiare l'utilizzo del Wii Remote, il controller principale della console Nintendo Wii, in ambito robotico, mediante la creazione di un gioco basato sull'interazione fra il Wii Remote e un robot.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Essendo il Wii Remote (di seguito abbreviato in Wiimote) dotato di un accelerometro, di una telecamera sensibile all'infrarosso, di uno speaker, di 4 led e della possibilità di vibrare, può essere utilizzato come interfaccia uomo-computer in svariate applicazioni della robotica.&lt;br /&gt;
In particolare, abbiamo sviluppato un sistema di gioco (Robowii) che consiste nel cercare di colpire un bersaglio, montato su di un robot, mentre il robot stesso cerca di raggiungere una determinata posizione. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Robowii_robot.jpg|thumb|right|300px|Our robot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Abbiamo utilizzato un robot a 2 ruote fisse parallele, controllabili separatamente.&lt;br /&gt;
Robowii è stato sviluppato in Linux, utilizzando il linguaggio C++. La comunicazione con il Wiimote è stata ottenuta tramite la libreria Wiiuse.&lt;br /&gt;
Sono stati, inoltre, utilizzati i seguenti software, precedentemente sviluppati dal Politecnico di Milano all'interno del progetto MRT (da interpretare sia come Milan Robocup Team, sia come Modular Robotic Toolkit):&lt;br /&gt;
*DCDT, per lo scambio di messaggi all'interno dei vari componenti di Robowii&lt;br /&gt;
*Mr. Brian, per la programmazione dei comportamenti del robot tramite logica fuzzy&lt;br /&gt;
*Inoltre abbiamo utilizzato il software di localizzazione, precedentemente sviluppato per il progetto Lurch, per permettere al robot di localizzare la sua posizione all'interno del campo di gioco, utilizzando una telecamera ed appositi marker. Questo software si basa sulle librerie ArtToolkitPlus.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Doumentation==&lt;br /&gt;
&lt;br /&gt;
Tesina completa: [[Media:Tesina_robowii.pdf]]&lt;br /&gt;
&lt;br /&gt;
Codice completo:&lt;br /&gt;
&lt;br /&gt;
[[Media: robowii_v1.1.tgz]]&lt;br /&gt;
&lt;br /&gt;
[[Media: robowii_v1.2.tgz]]&lt;br /&gt;
&lt;br /&gt;
nuova versione:&lt;br /&gt;
*compatibile con Ubuntu 8.10&lt;br /&gt;
*contiene istruzioni dettagliate per l'installazione in Ubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.ma5.it/luigi/polimi/mrt.tar.gz Guide to MRT software]&lt;br /&gt;
&lt;br /&gt;
= Robowii Video =&lt;br /&gt;
&lt;br /&gt;
=Persone coinvolte=&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioBianchi|Antonio Bianchi]]&lt;br /&gt;
&lt;br /&gt;
[[User:BenChen|Ben Chen]]&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioMicali|Antonio Micali]]&lt;br /&gt;
&lt;br /&gt;
Advisor: [[User:AndreaBonarini|Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
=== Materiale ===&lt;br /&gt;
Nella scatola del progetto si trova:&lt;br /&gt;
*1 Nintendo Wiimote&lt;br /&gt;
*angolari di metallo, velcro e cartone (per il montaggio della sensor bar e della telecamera)&lt;br /&gt;
*il materiale usato precedentemente per il progetto Polyphemus (telecamera mobile, cavi vari, ...)&lt;br /&gt;
&lt;br /&gt;
Sul robot è presente:&lt;br /&gt;
*1 telecamera Firewire&lt;br /&gt;
*1 cavo firewire (3 mt.)&lt;br /&gt;
*1 Airboard&lt;br /&gt;
&lt;br /&gt;
Abbiamo creato un nuovo utente sul Mac Mini (user: robowii, password: robowii)&lt;br /&gt;
&lt;br /&gt;
=== Cronologia ===&lt;br /&gt;
&lt;br /&gt;
*Inizio del progetto: marzo 2008&lt;br /&gt;
*Primo prototipo: realizzazione conclusa (tesi Settembre 2008)&lt;br /&gt;
*Stato attuale: progetto in ampliamento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project is mainly performed at AIRLab/Lambrate. It includes some mechanical work and electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Transportation of heavy loads (e.g. robots).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Robowii_v1.2.tgz&amp;diff=4921</id>
		<title>File:Robowii v1.2.tgz</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Robowii_v1.2.tgz&amp;diff=4921"/>
				<updated>2008-11-19T20:20:14Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: Source code used by Robowii project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source code used by Robowii project&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Talk:ROBOWII&amp;diff=4578</id>
		<title>Talk:ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Talk:ROBOWII&amp;diff=4578"/>
				<updated>2008-10-22T14:16:57Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi guys, [[PierLucaLanzi]] read your project page and sent us [http://www.ted.com/talks/view/id/245 this link], thinking it could be interesting for you. I didn't know that... it's really amazing!&lt;br /&gt;
&lt;br /&gt;
--[[User:DavideEynard|DavideEynard]] 09:52, 23 April 2008 (CEST)&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4577</id>
		<title>ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4577"/>
				<updated>2008-10-22T14:16:27Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RoboWii ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wiimote.jpg|thumb|left|Wii Remote controller]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo scopo del nostro lavoro è quello di studiare l'utilizzo del Wii Remote, il controller principale della console Nintendo Wii, in ambito robotico, mediante la creazione di un gioco basato sull'interazione fra il Wii Remote e un robot.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Essendo il Wii Remote (di seguito abbreviato in Wiimote) dotato di un accelerometro, di una telecamera sensibile all'infrarosso, di uno speaker, di 4 led e della possibilità di vibrare, può essere utilizzato come interfaccia uomo-computer in svariate applicazioni della robotica.&lt;br /&gt;
In particolare, abbiamo sviluppato un sistema di gioco (Robowii) che consiste nel cercare di colpire un bersaglio, montato su di un robot, mentre il robot stesso cerca di raggiungere una determinata posizione. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Robowii_robot.jpg|thumb|right|300px|Our robot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Abbiamo utilizzato un robot a 2 ruote fisse parallele, controllabili separatamente.&lt;br /&gt;
Robowii è stato sviluppato in Linux, utilizzando il linguaggio C++. La comunicazione con il Wiimote è stata ottenuta tramite la libreria Wiiuse.&lt;br /&gt;
Sono stati, inoltre, utilizzati i seguenti software, precedentemente sviluppati dal Politecnico di Milano all'interno del progetto MRT (da interpretare sia come Milan Robocup Team, sia come Modular Robotic Toolkit):&lt;br /&gt;
*DCDT, per lo scambio di messaggi all'interno dei vari componenti di Robowii&lt;br /&gt;
*Mr. Brian, per la programmazione dei comportamenti del robot tramite logica fuzzy&lt;br /&gt;
*Inoltre abbiamo utilizzato il software di localizzazione, precedentemente sviluppato per il progetto Lurch, per permettere al robot di localizzare la sua posizione all'interno del campo di gioco, utilizzando una telecamera ed appositi marker. Questo software si basa sulle librerie ArtToolkitPlus.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Doumentation==&lt;br /&gt;
&lt;br /&gt;
Tesina completa: [[Media:Tesina_robowii.pdf]]&lt;br /&gt;
&lt;br /&gt;
Codice completo: [[Media: robowii_v1.1.tgz]]&lt;br /&gt;
&lt;br /&gt;
[http://www.ma5.it/luigi/polimi/mrt.tar.gz Guide to MRT software]&lt;br /&gt;
&lt;br /&gt;
= Robowii Video =&lt;br /&gt;
&lt;br /&gt;
=Persone coinvolte=&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioBianchi|Antonio Bianchi]]&lt;br /&gt;
&lt;br /&gt;
[[User:BenChen|Ben Chen]]&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioMicali|Antonio Micali]]&lt;br /&gt;
&lt;br /&gt;
Advisor: [[User:AndreaBonarini|Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
=== Materiale ===&lt;br /&gt;
Nella scatola del progetto si trova:&lt;br /&gt;
*1 Nintendo Wiimote&lt;br /&gt;
*angolari di metallo, velcro e cartone (per il montaggio della sensor bar e della telecamera)&lt;br /&gt;
*il materiale usato precedentemente per il progetto Polyphemus (telecamera mobile, cavi vari, ...)&lt;br /&gt;
&lt;br /&gt;
Sul robot è presente:&lt;br /&gt;
*1 telecamera Firewire&lt;br /&gt;
*1 cavo firewire (3 mt.)&lt;br /&gt;
*1 Airboard&lt;br /&gt;
&lt;br /&gt;
Abbiamo creato un nuovo utente sul Mac Mini (user: robowii, password: robowii)&lt;br /&gt;
&lt;br /&gt;
=== Cronologia ===&lt;br /&gt;
&lt;br /&gt;
*Inizio del progetto: marzo 2008&lt;br /&gt;
*Primo prototipo: realizzazione conclusa (tesi Settembre 2008)&lt;br /&gt;
*Stato attuale: progetto in ampliamento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project is mainly performed at AIRLab/Lambrate. It includes some mechanical work and electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Transportation of heavy loads (e.g. robots).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4576</id>
		<title>ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4576"/>
				<updated>2008-10-22T14:15:49Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RoboWii ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wiimote.jpg|thumb|left|Wii Remote controller]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo scopo del nostro lavoro è quello di studiare l'utilizzo del Wii Remote, il controller principale della console Nintendo Wii, in ambito robotico, mediante la creazione di un gioco basato sull'interazione fra il Wii Remote e un robot.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Essendo il Wii Remote (di seguito abbreviato in Wiimote) dotato di un accelerometro, di una telecamera sensibile all'infrarosso, di uno speaker, di 4 led e della possibilità di vibrare, può essere utilizzato come interfaccia uomo-computer in svariate applicazioni della robotica.&lt;br /&gt;
In particolare, abbiamo sviluppato un sistema di gioco (Robowii) che consiste nel cercare di colpire un bersaglio, montato su di un robot, mentre il robot stesso cerca di raggiungere una determinata posizione. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Robowii_robot.jpg|thumb|right|300px|Our robot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Abbiamo utilizzato un robot a 2 ruote fisse parallele, controllabili separatamente.&lt;br /&gt;
Robowii è stato sviluppato in Linux, utilizzando il linguaggio C++. La comunicazione con il Wiimote è stata ottenuta tramite la libreria Wiiuse.&lt;br /&gt;
Sono stati, inoltre, utilizzati i seguenti software, precedentemente sviluppati dal Politecnico di Milano all'interno del progetto MRT (da interpretare sia come Milan Robocup Team, sia come Modular Robotic Toolkit):&lt;br /&gt;
*DCDT, per lo scambio di messaggi all'interno dei vari componenti di Robowii&lt;br /&gt;
*Mr. Brian, per la programmazione dei comportamenti del robot tramite logica fuzzy&lt;br /&gt;
*Inoltre abbiamo utilizzato il software di localizzazione, precedentemente sviluppato per il progetto Lurch, per permettere al robot di localizzare la sua posizione all'interno del campo di gioco, utilizzando una telecamera ed appositi marker. Questo software si basa sulle librerie ArtToolkitPlus.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Doumentation==&lt;br /&gt;
&lt;br /&gt;
Tesina completa: [[Media:Tesina_robowii.pdf]]&lt;br /&gt;
&lt;br /&gt;
Codice completo: [[Media: robowii_v1.1.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
[http://www.ma5.it/luigi/polimi/mrt.tgz Guide to MRT software]&lt;br /&gt;
&lt;br /&gt;
= Robowii Video =&lt;br /&gt;
&lt;br /&gt;
=Persone coinvolte=&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioBianchi|Antonio Bianchi]]&lt;br /&gt;
&lt;br /&gt;
[[User:BenChen|Ben Chen]]&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioMicali|Antonio Micali]]&lt;br /&gt;
&lt;br /&gt;
Advisor: [[User:AndreaBonarini|Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
=== Materiale ===&lt;br /&gt;
Nella scatola del progetto si trova:&lt;br /&gt;
*1 Nintendo Wiimote&lt;br /&gt;
*angolari di metallo, velcro e cartone (per il montaggio della sensor bar e della telecamera)&lt;br /&gt;
*il materiale usato precedentemente per il progetto Polyphemus (telecamera mobile, cavi vari, ...)&lt;br /&gt;
&lt;br /&gt;
Sul robot è presente:&lt;br /&gt;
*1 telecamera Firewire&lt;br /&gt;
*1 cavo firewire (3 mt.)&lt;br /&gt;
*1 Airboard&lt;br /&gt;
&lt;br /&gt;
Abbiamo creato un nuovo utente sul Mac Mini (user: robowii, password: robowii)&lt;br /&gt;
&lt;br /&gt;
=== Cronologia ===&lt;br /&gt;
&lt;br /&gt;
*Inizio del progetto: marzo 2008&lt;br /&gt;
*Primo prototipo: realizzazione conclusa (tesi Settembre 2008)&lt;br /&gt;
*Stato attuale: progetto in ampliamento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project is mainly performed at AIRLab/Lambrate. It includes some mechanical work and electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Transportation of heavy loads (e.g. robots).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Robowii_v1.1.tgz&amp;diff=4575</id>
		<title>File:Robowii v1.1.tgz</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Robowii_v1.1.tgz&amp;diff=4575"/>
				<updated>2008-10-22T14:14:53Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4574</id>
		<title>ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4574"/>
				<updated>2008-10-22T13:39:07Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RoboWii ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wiimote.jpg|thumb|left|Wii Remote controller]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo scopo del nostro lavoro è quello di studiare l'utilizzo del Wii Remote, il controller principale della console Nintendo Wii, in ambito robotico, mediante la creazione di un gioco basato sull'interazione fra il Wii Remote e un robot.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Essendo il Wii Remote (di seguito abbreviato in Wiimote) dotato di un accelerometro, di una telecamera sensibile all'infrarosso, di uno speaker, di 4 led e della possibilità di vibrare, può essere utilizzato come interfaccia uomo-computer in svariate applicazioni della robotica.&lt;br /&gt;
In particolare, abbiamo sviluppato un sistema di gioco (Robowii) che consiste nel cercare di colpire un bersaglio, montato su di un robot, mentre il robot stesso cerca di raggiungere una determinata posizione. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Robowii_robot.jpg|thumb|right|300px|Our robot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Abbiamo utilizzato un robot a 2 ruote fisse parallele, controllabili separatamente.&lt;br /&gt;
Robowii è stato sviluppato in Linux, utilizzando il linguaggio C++. La comunicazione con il Wiimote è stata ottenuta tramite la libreria Wiiuse.&lt;br /&gt;
Sono stati, inoltre, utilizzati i seguenti software, precedentemente sviluppati dal Politecnico di Milano all'interno del progetto MRT (da interpretare sia come Milan Robocup Team, sia come Modular Robotic Toolkit):&lt;br /&gt;
*DCDT, per lo scambio di messaggi all'interno dei vari componenti di Robowii&lt;br /&gt;
*Mr. Brian, per la programmazione dei comportamenti del robot tramite logica fuzzy&lt;br /&gt;
*Inoltre abbiamo utilizzato il software di localizzazione, precedentemente sviluppato per il progetto Lurch, per permettere al robot di localizzare la sua posizione all'interno del campo di gioco, utilizzando una telecamera ed appositi marker. Questo software si basa sulle librerie ArtToolkitPlus.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Doumentation==&lt;br /&gt;
&lt;br /&gt;
Tesina completa: [[Media:Tesina_robowii.pdf]]&lt;br /&gt;
&lt;br /&gt;
Codice completo: [[Media: robowii_v1.1.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
[http://www.ma5.it/luigi/polimi/mrt.tar.gz Guide to MRT software]&lt;br /&gt;
&lt;br /&gt;
= Robowii Video =&lt;br /&gt;
&lt;br /&gt;
=Persone coinvolte=&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioBianchi|Antonio Bianchi]]&lt;br /&gt;
&lt;br /&gt;
[[User:BenChen|Ben Chen]]&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioMicali|Antonio Micali]]&lt;br /&gt;
&lt;br /&gt;
Advisor: [[User:AndreaBonarini|Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
=== Materiale ===&lt;br /&gt;
Nella scatola del progetto si trova:&lt;br /&gt;
*1 Nintendo Wiimote&lt;br /&gt;
*angolari di metallo, velcro e cartone (per il montaggio della sensor bar e della telecamera)&lt;br /&gt;
*il materiale usato precedentemente per il progetto Polyphemus (telecamera mobile, cavi vari, ...)&lt;br /&gt;
&lt;br /&gt;
Sul robot è presente:&lt;br /&gt;
*1 telecamera Firewire&lt;br /&gt;
*1 cavo firewire (3 mt.)&lt;br /&gt;
*1 Airboard&lt;br /&gt;
&lt;br /&gt;
Abbiamo creato un nuovo utente sul Mac Mini (user: robowii, password: robowii)&lt;br /&gt;
&lt;br /&gt;
=== Cronologia ===&lt;br /&gt;
&lt;br /&gt;
*Inizio del progetto: marzo 2008&lt;br /&gt;
*Primo prototipo: realizzazione conclusa (tesi Settembre 2008)&lt;br /&gt;
*Stato attuale: progetto in ampliamento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project is mainly performed at AIRLab/Lambrate. It includes some mechanical work and electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Transportation of heavy loads (e.g. robots).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Talk:ROBOWII&amp;diff=4550</id>
		<title>Talk:ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Talk:ROBOWII&amp;diff=4550"/>
				<updated>2008-10-19T21:18:06Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi guys, [[PierLucaLanzi]] read your project page and sent us [http://www.ted.com/talks/view/id/245 this link], thinking it could be interesting for you. I didn't know that... it's really amazing!&lt;br /&gt;
&lt;br /&gt;
--[[User:DavideEynard|DavideEynard]] 09:52, 23 April 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
Ho qualche problema a mettere il file del codice,&lt;br /&gt;
il file è di 14 MB, probabilmente è troppo grande...&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4549</id>
		<title>ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4549"/>
				<updated>2008-10-19T21:01:52Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RoboWii ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wiimote.jpg|thumb|left|Wii Remote controller]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo scopo del nostro lavoro è quello di studiare l'utilizzo del Wii Remote, il controller principale della console Nintendo Wii, in ambito robotico, mediante la creazione di un gioco basato sull'interazione fra il Wii Remote e un robot.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Essendo il Wii Remote (di seguito abbreviato in Wiimote) dotato di un accelerometro, di una telecamera sensibile all'infrarosso, di uno speaker, di 4 led e della possibilità di vibrare, può essere utilizzato come interfaccia uomo-computer in svariate applicazioni della robotica.&lt;br /&gt;
In particolare, abbiamo sviluppato un sistema di gioco (Robowii) che consiste nel cercare di colpire un bersaglio, montato su di un robot, mentre il robot stesso cerca di raggiungere una determinata posizione. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Robowii_robot.jpg|thumb|right|300px|Our robot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Abbiamo utilizzato un robot a 2 ruote fisse parallele, controllabili separatamente.&lt;br /&gt;
Robowii è stato sviluppato in Linux, utilizzando il linguaggio C++. La comunicazione con il Wiimote è stata ottenuta tramite la libreria Wiiuse.&lt;br /&gt;
Sono stati, inoltre, utilizzati i seguenti software, precedentemente sviluppati dal Politecnico di Milano all'interno del progetto MRT (da interpretare sia come Milan Robocup Team, sia come Modular Robotic Toolkit):&lt;br /&gt;
*DCDT, per lo scambio di messaggi all'interno dei vari componenti di Robowii&lt;br /&gt;
*Mr. Brian, per la programmazione dei comportamenti del robot tramite logica fuzzy&lt;br /&gt;
*Inoltre abbiamo utilizzato il software di localizzazione, precedentemente sviluppato per il progetto Lurch, per permettere al robot di localizzare la sua posizione all'interno del campo di gioco, utilizzando una telecamera ed appositi marker. Questo software si basa sulle librerie ArtToolkitPlus.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Doumentation==&lt;br /&gt;
&lt;br /&gt;
Tesina completa: [[Media:Tesina_robowii.pdf]]&lt;br /&gt;
&lt;br /&gt;
Codice completo: [[Media: robowii_v1.1.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
[http://www.ma5.it/luigi/polimi/mrt.tar.gz Guide to MRT software]&lt;br /&gt;
&lt;br /&gt;
= Robowii Video =&lt;br /&gt;
&lt;br /&gt;
=Persone coinvolte=&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioBianchi|Antonio Bianchi]]&lt;br /&gt;
&lt;br /&gt;
[[User:BenChen|Ben Chen]]&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioMicali|Antonio Micali]]&lt;br /&gt;
&lt;br /&gt;
Advisor: [[User:AndreaBonarini|Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
=== Cronologia ===&lt;br /&gt;
&lt;br /&gt;
*Inizio del progetto: marzo 2008&lt;br /&gt;
*Primo prototipo: realizzazione conclusa (tesi Settembre 2008)&lt;br /&gt;
*Stato attuale: progetto in ampliamento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project is mainly performed at AIRLab/Lambrate. It includes some mechanical work and electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Transportation of heavy loads (e.g. robots).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4548</id>
		<title>ROBOWII</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=ROBOWII&amp;diff=4548"/>
				<updated>2008-10-19T20:56:45Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RoboWii ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Wiimote.jpg|thumb|left|Wii Remote controller]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo scopo del nostro lavoro è quello di studiare l'utilizzo del Wii Remote, il controller principale della console Nintendo Wii, in ambito robotico, mediante la creazione di un gioco basato sull'interazione fra il Wii Remote e un robot.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Essendo il Wii Remote (di seguito abbreviato in Wiimote) dotato di un accelerometro, di una telecamera sensibile all'infrarosso, di uno speaker, di 4 led e della possibilità di vibrare, può essere utilizzato come interfaccia uomo-computer in svariate applicazioni della robotica.&lt;br /&gt;
In particolare, abbiamo sviluppato un sistema di gioco (Robowii) che consiste nel cercare di colpire un bersaglio, montato su di un robot, mentre il robot stesso cerca di raggiungere una determinata posizione. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Robowii_robot.jpg|thumb|right|300px|Our robot]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Abbiamo utilizzato un robot a 2 ruote fisse parallele, controllabili separatamente.&lt;br /&gt;
Robowii è stato sviluppato in Linux, utilizzando il linguaggio C++. La comunicazione con il Wiimote è stata ottenuta tramite la libreria Wiiuse.&lt;br /&gt;
Sono stati, inoltre, utilizzati i seguenti software, precedentemente sviluppati dal Politecnico di Milano all'interno del progetto MRT (da interpretare sia come Milan Robocup Team, sia come Modular Robotic Toolkit):&lt;br /&gt;
*DCDT, per lo scambio di messaggi all'interno dei vari componenti di Robowii&lt;br /&gt;
*Mr. Brian, per la programmazione dei comportamenti del robot tramite logica fuzzy&lt;br /&gt;
*Inoltre abbiamo utilizzato il software di localizzazione, precedentemente sviluppato per il progetto Lurch, per permettere al robot di localizzare la sua posizione all'interno del campo di gioco, utilizzando una telecamera ed appositi marker. Questo software si basa sulle librerie ArtToolkitPlus.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Available Doumentation==&lt;br /&gt;
&lt;br /&gt;
Tesina completa: [[Media:Tesina_robowii.pdf]]&lt;br /&gt;
&lt;br /&gt;
[http://www.ma5.it/luigi/polimi/mrt.tar.gz Guide to MRT software]&lt;br /&gt;
&lt;br /&gt;
= Robowii Video =&lt;br /&gt;
&lt;br /&gt;
=Persone coinvolte=&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioBianchi|Antonio Bianchi]]&lt;br /&gt;
&lt;br /&gt;
[[User:BenChen|Ben Chen]]&lt;br /&gt;
&lt;br /&gt;
[[User:AntonioMicali|Antonio Micali]]&lt;br /&gt;
&lt;br /&gt;
Advisor: [[User:AndreaBonarini|Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
=== Cronologia ===&lt;br /&gt;
&lt;br /&gt;
*Inizio del progetto: marzo 2008&lt;br /&gt;
*Primo prototipo: realizzazione conclusa (tesi Settembre 2008)&lt;br /&gt;
*Stato attuale: progetto in ampliamento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project is mainly performed at AIRLab/Lambrate. It includes some mechanical work and electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Transportation of heavy loads (e.g. robots).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:Tesina_robowii.pdf&amp;diff=4547</id>
		<title>File:Tesina robowii.pdf</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:Tesina_robowii.pdf&amp;diff=4547"/>
				<updated>2008-10-19T20:54:31Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:AntonioBianchi_photo.jpg&amp;diff=3278</id>
		<title>File:AntonioBianchi photo.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:AntonioBianchi_photo.jpg&amp;diff=3278"/>
				<updated>2008-05-30T01:28:09Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My personal photo, it is used in my homepage.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:AntonioBianchi&amp;diff=2251</id>
		<title>User:AntonioBianchi</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:AntonioBianchi&amp;diff=2251"/>
				<updated>2008-04-15T12:36:10Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;quot;Hi!&amp;quot; ==&lt;br /&gt;
Actually I'm an AIR Lab newbie.&lt;br /&gt;
&lt;br /&gt;
I attend the third year of &amp;quot;Ingegneria Informatica&amp;quot; at &amp;quot;Politecnico di Milano&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I am working to realize the [[ROBOWII]] project&lt;br /&gt;
as &amp;quot;progetto di robotica&amp;quot; course and thesis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{User&lt;br /&gt;
|firstname=Antonio&lt;br /&gt;
|lastname=Bianchi&lt;br /&gt;
|email=antonio.bianchi.333@gmail.com&lt;br /&gt;
|advisor=AndreaBonarini&lt;br /&gt;
|projectpage=ROBOWII&lt;br /&gt;
|photo=AntonioBianchi_photo.jpg|thumb|MyPicture|300px|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:AntonioBianchi&amp;diff=2250</id>
		<title>User:AntonioBianchi</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:AntonioBianchi&amp;diff=2250"/>
				<updated>2008-04-15T12:35:12Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;quot;Hi!&amp;quot; ==&lt;br /&gt;
Actually I'm an AIR Lab newbie.&lt;br /&gt;
I attend the third year of &amp;quot;Ingegneria Informatica&amp;quot; at &amp;quot;Politecnico di Milano&amp;quot;&lt;br /&gt;
I am working to realize the [[ROBOWII]] project&lt;br /&gt;
as &amp;quot;progetto di robotica&amp;quot; course and thesis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{User&lt;br /&gt;
|firstname=Antonio&lt;br /&gt;
|lastname=Bianchi&lt;br /&gt;
|email=antonio.bianchi.333@gmail.com&lt;br /&gt;
|advisor=AndreaBonarini&lt;br /&gt;
|projectpage=ROBOWII&lt;br /&gt;
|photo=AntonioBianchi_photo.jpg|thumb|MyPicture|300px|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:AntonioBianchi_photo.jpg&amp;diff=2249</id>
		<title>File:AntonioBianchi photo.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:AntonioBianchi_photo.jpg&amp;diff=2249"/>
				<updated>2008-04-15T12:23:05Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: My personal photo, it used in my homepage.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My personal photo, it used in my homepage.&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:AntonioBianchi&amp;diff=2248</id>
		<title>User:AntonioBianchi</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:AntonioBianchi&amp;diff=2248"/>
				<updated>2008-04-15T12:18:11Z</updated>
		
		<summary type="html">&lt;p&gt;AntonioBianchi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;quot;Hi!&amp;quot; ==&lt;br /&gt;
Actually I'm an AIR Lab newbie.&lt;br /&gt;
I the third year of &amp;quot;Ingegneria Informatica&amp;quot; at &amp;quot;Politecnico di Milano&amp;quot;&lt;br /&gt;
I am working to realize the [[ROBOWII]] project,&lt;br /&gt;
as &amp;quot;progetto di robotica&amp;quot; course and thesis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{User&lt;br /&gt;
|firstname=Antonio&lt;br /&gt;
|lastname=Bianchi&lt;br /&gt;
|email=antonio.bianchi.333@gmail.com&lt;br /&gt;
|advisor=AndreaBonarini&lt;br /&gt;
|projectpage=ROBOWII&lt;br /&gt;
|photo=MyPicture.jpg|thumb|MyPicture|300 px|&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>AntonioBianchi</name></author>	</entry>

	</feed>