<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://mediawiki.isr.tecnico.ulisboa.pt/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fferreira</id>
	<title>ISRWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://mediawiki.isr.tecnico.ulisboa.pt/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Fferreira"/>
	<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/wiki/Special:Contributions/Fferreira"/>
	<updated>2026-06-28T09:55:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=248</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=248"/>
		<updated>2008-06-01T17:48:50Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - template has the code for choose the reference area for orange and reference height for blue (at 1m)&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed &lt;br /&gt;
    - raposa.reg needs to be added to the Registry &lt;br /&gt;
    - Raposo-novo.wgp is the profile for the new gamepad&lt;br /&gt;
    - source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Become root and follow these steps:&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;br /&gt;
&lt;br /&gt;
== How to run new modules ==&lt;br /&gt;
&lt;br /&gt;
 - Run yarp server&lt;br /&gt;
 - Run docking.exe 0 for offline mode or docking.exe 1 for online mode&lt;br /&gt;
 - Run dummy.exe &#039;drive&#039; &#039;folder_name&#039;&lt;br /&gt;
 - Run infra.exe for infrared module&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=238</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=238"/>
		<updated>2008-05-07T16:46:37Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed &lt;br /&gt;
    - raposa.reg needs to be added to the Registry &lt;br /&gt;
    - Raposo-novo.wgp is the profile for the new gamepad&lt;br /&gt;
    - source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Become root and follow these steps:&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;br /&gt;
&lt;br /&gt;
== How to run new modules ==&lt;br /&gt;
&lt;br /&gt;
 - Run yarp server&lt;br /&gt;
 - Run docking.exe 0 for offline mode or docking.exe 1 for online mode&lt;br /&gt;
 - Run dummy.exe &#039;drive&#039; &#039;folder_name&#039;&lt;br /&gt;
 - Run infra.exe for infrared module&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=56</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=56"/>
		<updated>2008-03-27T16:43:44Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed &lt;br /&gt;
    - raposa.reg needs to be added to the Registry &lt;br /&gt;
    - Raposo-novo.wgp is the profile for the new gamepad&lt;br /&gt;
    - source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Become root and follow these steps:&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=51</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=51"/>
		<updated>2008-03-21T17:20:09Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed - raposa.reg needs to be added to the Registry and the source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Become root and follow these steps:&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=49</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=49"/>
		<updated>2008-03-21T14:25:31Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed - raposa.reg needs to be added to the Registry and the source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
 - After plugging the flash to Raposa, use a monitor and a keyboard and type&lt;br /&gt;
   - cd /dev&lt;br /&gt;
   - mknod ttyUSB0 c 188 0&lt;br /&gt;
   - mknod ttyUSB1 c 188 1&lt;br /&gt;
   - mknod ttyUSB2 c 188 2&lt;br /&gt;
   - cd /var&lt;br /&gt;
   - chown root empty&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=48</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=48"/>
		<updated>2008-03-21T14:22:58Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed - raposa.reg needs to be added to the Registry and the source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
 - After plugging the flash to Raposa, use a monitor and a keyboard and type&lt;br /&gt;
   - cd /dev&lt;br /&gt;
   - mknod ttyUSB0 c 188 0&lt;br /&gt;
   - mknod ttyUSB1 c 188 1&lt;br /&gt;
   - mknod ttyUSB2 c 188 2&lt;br /&gt;
   - cd /var&lt;br /&gt;
   - chmod 755 empty&lt;br /&gt;
   - chown root empty&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=47</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=47"/>
		<updated>2008-03-21T13:56:03Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed - raposa.reg needs to be added to the Registry and the source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
 - After plugging the flash to Raposa, use a monitor and a keyboard and type&lt;br /&gt;
   - cd /dev&lt;br /&gt;
   - mknod ttyUSB0 c 188 0&lt;br /&gt;
   - mknod ttyUSB1 c 188 1&lt;br /&gt;
   - mknod ttyUSB2 c 188 2&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=46</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=46"/>
		<updated>2008-03-21T13:52:41Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed - raposa.reg needs to be added to the Registry and the source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
 - After plugging the flash to Raposa, use a monitor and a keyboard and type&lt;br /&gt;
   - mknod ttyUSB0 c 188 0&lt;br /&gt;
   - mknod ttyUSB1 c 188 1&lt;br /&gt;
   - mknod ttyUSB2 c 188 2&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=45</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=45"/>
		<updated>2008-03-20T16:39:56Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - misc has some files needed - raposa.reg needs to be added to the Registry and the source files need to be used when compiling OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=44</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=44"/>
		<updated>2008-03-20T16:23:41Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to compile the console code under Visual Studio 2005 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
 - Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
 - Change the function cvCreateTrackBar in otherlibs/highgui/window_32.cpp and otherlibs/highgui/highgui.h from OpenCV&lt;br /&gt;
 - Change the function cvThreshold in cv/include/cv.h and cv/src/cvthresh.cpp from OpenCV&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=43</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=43"/>
		<updated>2008-03-20T15:18:10Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - go to /media/disk/dev and run MAKEDEV generic&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=42</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=42"/>
		<updated>2008-03-20T14:28:26Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0,0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=40</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=40"/>
		<updated>2008-03-19T20:42:41Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
 - Run grub and type&lt;br /&gt;
   - device (hd0) /dev/sdb&lt;br /&gt;
   - root (hd0)&lt;br /&gt;
   - setup (hd0)&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=39</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=39"/>
		<updated>2008-03-19T20:37:36Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
 - Use fdisk to make the partition in ext2 type&lt;br /&gt;
 - mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
 - rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
 - rsync -a RaposaOS/ /media/disk&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=38</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=38"/>
		<updated>2008-03-19T20:36:52Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
 - raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - dock has the docking&#039;s module code&lt;br /&gt;
 - dummy is a offline testbed for docking module&lt;br /&gt;
 - infra has the hole detection&#039;s module code&lt;br /&gt;
 - raposa has the robot&#039;s code&lt;br /&gt;
 - raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
- Use fdisk to make the partition in ext2 type&lt;br /&gt;
&lt;br /&gt;
- mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
&lt;br /&gt;
- rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
&lt;br /&gt;
- rsync -a RaposaOS/ /media/disk&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=37</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=37"/>
		<updated>2008-03-19T20:35:40Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPOSA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
- raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
&lt;br /&gt;
- raposa has the robot&#039;s code&lt;br /&gt;
&lt;br /&gt;
- dock has the docking&#039;s module code&lt;br /&gt;
&lt;br /&gt;
- dummy is a offline testbed for docking module&lt;br /&gt;
&lt;br /&gt;
- infra has the hole detection&#039;s module code&lt;br /&gt;
&lt;br /&gt;
- raposa has the robot&#039;s code&lt;br /&gt;
&lt;br /&gt;
- raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
- Use fdisk to make the partition in ext2 type&lt;br /&gt;
&lt;br /&gt;
- mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
&lt;br /&gt;
- rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
&lt;br /&gt;
- rsync -a RaposaOS/ /media/disk&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=36</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=36"/>
		<updated>2008-03-19T20:34:43Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
- raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
&lt;br /&gt;
- raposa has the robot&#039;s code&lt;br /&gt;
&lt;br /&gt;
- dock has the docking&#039;s module code&lt;br /&gt;
&lt;br /&gt;
- dummy is a offline testbed for docking module&lt;br /&gt;
&lt;br /&gt;
- infra has the hole detection&#039;s module code&lt;br /&gt;
&lt;br /&gt;
- raposa has the robot&#039;s code&lt;br /&gt;
&lt;br /&gt;
- raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Use fdisk to make the partition in ext2 type&lt;br /&gt;
mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
rsync -a RaposaOS/ /media/disk&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=35</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=35"/>
		<updated>2008-03-19T20:32:58Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
- raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
- raposa has the robot&#039;s code&lt;br /&gt;
- dock has the docking&#039;s module code&lt;br /&gt;
- dummy is a offline testbed for docking module&lt;br /&gt;
- infra has the hole detection&#039;s module code&lt;br /&gt;
- raposa has the robot&#039;s code&lt;br /&gt;
- raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Use fdisk to make the partition in ext2 type&lt;br /&gt;
mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
rsync -a RaposaOS/ /media/disk&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=34</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=34"/>
		<updated>2008-03-19T20:31:30Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
raposaInterface9Rays, SensorSetup and RaposaSubWidgets are the folders with the interface code&lt;br /&gt;
raposa has the robot&#039;s code&lt;br /&gt;
dock has the docking&#039;s module code&lt;br /&gt;
dummy is a offline testbed for docking module&lt;br /&gt;
infra has the hole detection&#039;s module code&lt;br /&gt;
raposa has the robot&#039;s code&lt;br /&gt;
raposa.reg is a Windows registry file that contains entries that have to be added to the Registry of the PC in use&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
Use fdisk to make the partition in ext2 type&lt;br /&gt;
mk2efs -c -c -v /dev/sdb1 (checking bad blocks also)&lt;br /&gt;
rsync -avn RaposaOS/ /media/disk (to test which files will go to flash)&lt;br /&gt;
rsync -a RaposaOS/ /media/disk&lt;br /&gt;
&lt;br /&gt;
== How to compile the console code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;br /&gt;
&lt;br /&gt;
== How to compile the robot code under VMware ==&lt;br /&gt;
&lt;br /&gt;
Addition of new files: &lt;br /&gt;
 - change Makefile.am&lt;br /&gt;
      add the new .cpp files to testeagentslot_SOURCES and SOURCES&lt;br /&gt;
      add the new .cpp and .h files to EXTRA_DIST&lt;br /&gt;
 - run automake&lt;br /&gt;
 - run am_edit&lt;br /&gt;
 - run configure (with -fexceptions)&lt;br /&gt;
 - run make&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=33</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=33"/>
		<updated>2008-03-19T20:12:15Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;br /&gt;
&lt;br /&gt;
== How to compile the code under Visual Studio 2005 ==&lt;br /&gt;
&lt;br /&gt;
Remove the option /Zl under Project-&amp;gt;Properties-&amp;gt;Configuration Properties-&amp;gt;C/C++-&amp;gt;Command Line&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=32</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=32"/>
		<updated>2008-03-19T20:07:53Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* How to restore RAPSOA flash disk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPOSA flash disk ==&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=31</id>
		<title>RAPOSA procedures</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=RAPOSA_procedures&amp;diff=31"/>
		<updated>2008-03-19T20:07:30Z</updated>

		<summary type="html">&lt;p&gt;Fferreira: /* SVN repository access */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== SVN repository access ==&lt;br /&gt;
&lt;br /&gt;
svn://svn.isr.ist.utl.pt/raposa&lt;br /&gt;
&lt;br /&gt;
== How to restore RAPSOA flash disk ==&lt;/div&gt;</summary>
		<author><name>Fferreira</name></author>
	</entry>
</feed>