<?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=Nconraria</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=Nconraria"/>
	<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/wiki/Special:Contributions/Nconraria"/>
	<updated>2026-06-23T22:12:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3104</id>
		<title>Vizzy</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3104"/>
		<updated>2010-11-18T15:21:38Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy is a nice and new robot.&lt;br /&gt;
&lt;br /&gt;
[[Image:Vizzy.jpg‎|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plan=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1week - 29May&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Head cabling done&lt;br /&gt;
&lt;br /&gt;
Motor control board fixation projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Definition of computation power, check if iCub version is enough&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One shoulder/arm + hand cabled to test&lt;br /&gt;
&lt;br /&gt;
Control board supports built and ready&lt;br /&gt;
&lt;br /&gt;
Shell completly projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
==Motors==&lt;br /&gt;
&lt;br /&gt;
Faulhaber motors&lt;br /&gt;
&lt;br /&gt;
==Shell==&lt;br /&gt;
&lt;br /&gt;
Still missing the project of one connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cabling==&lt;br /&gt;
&lt;br /&gt;
Where to connect the cameras???? Sensors???&lt;br /&gt;
&lt;br /&gt;
==Computation power==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian Linux installation on the PC104&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Due to the constraints of PCAN bus module, the Debian version must be 4.0 (etch)&lt;br /&gt;
&lt;br /&gt;
   Linux version 2.6.24-etchnhalf.1-686&lt;br /&gt;
&lt;br /&gt;
The repositories of this version are not online anymore, so in order to install the system, you should:&lt;br /&gt;
&lt;br /&gt;
*Download the netinstaller and the DVDs containing the packages,  http://www.debian.org/releases/etch/debian-installer/&lt;br /&gt;
*During installation, there will be a problem due to the unavailability of the packages. At this point continue the install procedure and when rebooting the system you will be able to add manually all the packages you need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation of PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original installation procedure is on the robotCub wiki, http://eris.liralab.it/wiki/The_Linux_on_the_pc104 and http://eris.liralab.it/wiki/Compilation_on_the_pc104 . We follow the same procedure,&lt;br /&gt;
&lt;br /&gt;
1) In addition to the iCub and YARP environment variables, and depending on the device you use you will also need:&lt;br /&gt;
&lt;br /&gt;
  PLXCANAPI_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
&lt;br /&gt;
2) Uncompress the file http://eris.liralab.it/iCub/downloads/drivers/linux/pc104etchnhalf-bin-1.2.tgz in the folder /usr/local/src/robot/.&lt;br /&gt;
&lt;br /&gt;
3) Compilation of the iCub repository, which it needs to enable the follwing flags:&lt;br /&gt;
&lt;br /&gt;
 ENABLE_icubmod_pcan&lt;br /&gt;
 ENABLE_icubmod_canmotioncontrol&lt;br /&gt;
 ENABLE_icubmod_dragonfly2&lt;br /&gt;
 ENABLE_icubmod_logpolarclient&lt;br /&gt;
 ENABLE_icubmod_logpolargrabber&lt;br /&gt;
 ENABLE_icubmod_xsensmtx&lt;br /&gt;
&lt;br /&gt;
ToDo: Check the source code provided by IIT in order to compile it against newer or other Linux versions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start up script for PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/rc.local script:&lt;br /&gt;
&lt;br /&gt;
   declare -x PLX_SDK_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
   bash -c &amp;quot;$PLX_SDK_DIR/Bin/Plx_load 9030&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The lines above allow the PLX module loading during the pc104 boot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enviroment variables for running the iCubInterface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/bash.bashrc (as root)&lt;br /&gt;
&lt;br /&gt;
    export ICUB_DIR=/iCub&lt;br /&gt;
    export ICUB_ROOT=/iCub&lt;br /&gt;
    export YARP_DIR=/yarp2&lt;br /&gt;
    export YARP_ROOT=/yarp2&lt;br /&gt;
&lt;br /&gt;
==Motor Control Boards==&lt;br /&gt;
&lt;br /&gt;
===Head===&lt;br /&gt;
2x M4C, 1 MCP&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: done&lt;br /&gt;
&lt;br /&gt;
===Torso and Shoulder===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected, one may be short in current&lt;br /&gt;
status fixation: projected, under verification&lt;br /&gt;
&lt;br /&gt;
===Hands===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: under project&lt;br /&gt;
&lt;br /&gt;
==Battery==&lt;br /&gt;
&lt;br /&gt;
Power demand: ????&lt;br /&gt;
Supplier: Kokam&lt;br /&gt;
Typical 25A - 5Kg - 16x30x5 cm&lt;br /&gt;
&lt;br /&gt;
Charger:?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Segway==&lt;br /&gt;
&lt;br /&gt;
Software to be developed&lt;br /&gt;
&lt;br /&gt;
Payload is over the limit, check&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
&lt;br /&gt;
===Cameras===&lt;br /&gt;
&lt;br /&gt;
Dragonfly2&lt;br /&gt;
&lt;br /&gt;
===Inertial sensor===&lt;br /&gt;
&lt;br /&gt;
XSens&lt;br /&gt;
&lt;br /&gt;
===Expressions===&lt;br /&gt;
&lt;br /&gt;
Shapes, aesthetics, done&lt;br /&gt;
&lt;br /&gt;
Under definition supports, electronic, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tactile sensors===&lt;br /&gt;
&lt;br /&gt;
Still some parts missing, magnets&lt;br /&gt;
&lt;br /&gt;
Sensors bought&lt;br /&gt;
&lt;br /&gt;
Electronic board, waiting for PCB, ...&lt;br /&gt;
&lt;br /&gt;
Software under development&lt;br /&gt;
&lt;br /&gt;
http://www.pressureprofile.com/products-fingertps&lt;br /&gt;
&lt;br /&gt;
===Laser===&lt;br /&gt;
&lt;br /&gt;
Kyoko &lt;br /&gt;
&lt;br /&gt;
Fixation: inside front cover&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Robots]]&lt;br /&gt;
[[Category:Vislab]]&lt;br /&gt;
[[Media:Example.ogg]]&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=File:Vizzy.jpg&amp;diff=3103</id>
		<title>File:Vizzy.jpg</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=File:Vizzy.jpg&amp;diff=3103"/>
		<updated>2010-11-18T15:21:14Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: Vizzy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3101</id>
		<title>Vizzy</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3101"/>
		<updated>2010-11-18T15:17:06Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy is a nice and new robot.&lt;br /&gt;
&lt;br /&gt;
[[Image:DSC_0750.jpg‎|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plan=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1week - 29May&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Head cabling done&lt;br /&gt;
&lt;br /&gt;
Motor control board fixation projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Definition of computation power, check if iCub version is enough&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One shoulder/arm + hand cabled to test&lt;br /&gt;
&lt;br /&gt;
Control board supports built and ready&lt;br /&gt;
&lt;br /&gt;
Shell completly projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
==Motors==&lt;br /&gt;
&lt;br /&gt;
Faulhaber motors&lt;br /&gt;
&lt;br /&gt;
==Shell==&lt;br /&gt;
&lt;br /&gt;
Still missing the project of one connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cabling==&lt;br /&gt;
&lt;br /&gt;
Where to connect the cameras???? Sensors???&lt;br /&gt;
&lt;br /&gt;
==Computation power==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian Linux installation on the PC104&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Due to the constraints of PCAN bus module, the Debian version must be 4.0 (etch)&lt;br /&gt;
&lt;br /&gt;
   Linux version 2.6.24-etchnhalf.1-686&lt;br /&gt;
&lt;br /&gt;
The repositories of this version are not online anymore, so in order to install the system, you should:&lt;br /&gt;
&lt;br /&gt;
*Download the netinstaller and the DVDs containing the packages,  http://www.debian.org/releases/etch/debian-installer/&lt;br /&gt;
*During installation, there will be a problem due to the unavailability of the packages. At this point continue the install procedure and when rebooting the system you will be able to add manually all the packages you need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation of PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original installation procedure is on the robotCub wiki, http://eris.liralab.it/wiki/The_Linux_on_the_pc104 and http://eris.liralab.it/wiki/Compilation_on_the_pc104 . We follow the same procedure,&lt;br /&gt;
&lt;br /&gt;
1) In addition to the iCub and YARP environment variables, and depending on the device you use you will also need:&lt;br /&gt;
&lt;br /&gt;
  PLXCANAPI_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
&lt;br /&gt;
2) Uncompress the file http://eris.liralab.it/iCub/downloads/drivers/linux/pc104etchnhalf-bin-1.2.tgz in the folder /usr/local/src/robot/.&lt;br /&gt;
&lt;br /&gt;
3) Compilation of the iCub repository, which it needs to enable the follwing flags:&lt;br /&gt;
&lt;br /&gt;
 ENABLE_icubmod_pcan&lt;br /&gt;
 ENABLE_icubmod_canmotioncontrol&lt;br /&gt;
 ENABLE_icubmod_dragonfly2&lt;br /&gt;
 ENABLE_icubmod_logpolarclient&lt;br /&gt;
 ENABLE_icubmod_logpolargrabber&lt;br /&gt;
 ENABLE_icubmod_xsensmtx&lt;br /&gt;
&lt;br /&gt;
ToDo: Check the source code provided by IIT in order to compile it against newer or other Linux versions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start up script for PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/rc.local script:&lt;br /&gt;
&lt;br /&gt;
   declare -x PLX_SDK_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
   bash -c &amp;quot;$PLX_SDK_DIR/Bin/Plx_load 9030&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The lines above allow the PLX module loading during the pc104 boot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enviroment variables for running the iCubInterface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/bash.bashrc (as root)&lt;br /&gt;
&lt;br /&gt;
    export ICUB_DIR=/iCub&lt;br /&gt;
    export ICUB_ROOT=/iCub&lt;br /&gt;
    export YARP_DIR=/yarp2&lt;br /&gt;
    export YARP_ROOT=/yarp2&lt;br /&gt;
&lt;br /&gt;
==Motor Control Boards==&lt;br /&gt;
&lt;br /&gt;
===Head===&lt;br /&gt;
2x M4C, 1 MCP&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: done&lt;br /&gt;
&lt;br /&gt;
===Torso and Shoulder===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected, one may be short in current&lt;br /&gt;
status fixation: projected, under verification&lt;br /&gt;
&lt;br /&gt;
===Hands===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: under project&lt;br /&gt;
&lt;br /&gt;
==Battery==&lt;br /&gt;
&lt;br /&gt;
Power demand: ????&lt;br /&gt;
Supplier: Kokam&lt;br /&gt;
Typical 25A - 5Kg - 16x30x5 cm&lt;br /&gt;
&lt;br /&gt;
Charger:?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Segway==&lt;br /&gt;
&lt;br /&gt;
Software to be developed&lt;br /&gt;
&lt;br /&gt;
Payload is over the limit, check&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
&lt;br /&gt;
===Cameras===&lt;br /&gt;
&lt;br /&gt;
Dragonfly2&lt;br /&gt;
&lt;br /&gt;
===Inertial sensor===&lt;br /&gt;
&lt;br /&gt;
XSens&lt;br /&gt;
&lt;br /&gt;
===Expressions===&lt;br /&gt;
&lt;br /&gt;
Shapes, aesthetics, done&lt;br /&gt;
&lt;br /&gt;
Under definition supports, electronic, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tactile sensors===&lt;br /&gt;
&lt;br /&gt;
Still some parts missing, magnets&lt;br /&gt;
&lt;br /&gt;
Sensors bought&lt;br /&gt;
&lt;br /&gt;
Electronic board, waiting for PCB, ...&lt;br /&gt;
&lt;br /&gt;
Software under development&lt;br /&gt;
&lt;br /&gt;
http://www.pressureprofile.com/products-fingertps&lt;br /&gt;
&lt;br /&gt;
===Laser===&lt;br /&gt;
&lt;br /&gt;
Kyoko &lt;br /&gt;
&lt;br /&gt;
Fixation: inside front cover&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Robots]]&lt;br /&gt;
[[Category:Vislab]]&lt;br /&gt;
[[Media:Example.ogg]]&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=File:DSC_0750.jpg&amp;diff=3099</id>
		<title>File:DSC 0750.jpg</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=File:DSC_0750.jpg&amp;diff=3099"/>
		<updated>2010-11-18T14:57:49Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: uploaded a new version of &amp;quot;Image:DSC 0750.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3049</id>
		<title>Vizzy</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3049"/>
		<updated>2010-11-17T16:02:31Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy is a nice and new robot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plan=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1week - 29May&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Head cabling done&lt;br /&gt;
&lt;br /&gt;
Motor control board fixation projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Definition of computation power, check if iCub version is enough&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One shoulder/arm + hand cabled to test&lt;br /&gt;
&lt;br /&gt;
Control board supports built and ready&lt;br /&gt;
&lt;br /&gt;
Shell completly projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
==Motors==&lt;br /&gt;
&lt;br /&gt;
Faulhaber motors&lt;br /&gt;
&lt;br /&gt;
==Shell==&lt;br /&gt;
&lt;br /&gt;
Still missing the project of one connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cabling==&lt;br /&gt;
&lt;br /&gt;
Where to connect the cameras???? Sensors???&lt;br /&gt;
&lt;br /&gt;
==Computation power==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian Linux installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Due to the constraints of PCAN bus module, the Debian version must be 4.0 (etch)&lt;br /&gt;
&lt;br /&gt;
   Linux version 2.6.24-etchnhalf.1-686&lt;br /&gt;
&lt;br /&gt;
The repositories of this version are not online anymore, so in order to install the system, you should:&lt;br /&gt;
&lt;br /&gt;
*Download the netinstaller and the DVDs containing the packages,  http://www.debian.org/releases/etch/debian-installer/&lt;br /&gt;
*During installation, there will be a problem due to the unavailability of the packages. At this point continue the install procedure and when rebooting the system you will be able to add manually all the packages you need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation of PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original installation procedure is on the robotCub wiki, http://eris.liralab.it/wiki/The_Linux_on_the_pc104 and http://eris.liralab.it/wiki/Compilation_on_the_pc104 . We follow the same procedure,&lt;br /&gt;
&lt;br /&gt;
1) In addition to the iCub and YARP environment variables, and depending on the device you use you will also need:&lt;br /&gt;
&lt;br /&gt;
  PLXCANAPI_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
&lt;br /&gt;
2) Uncompress the file http://eris.liralab.it/iCub/downloads/drivers/linux/pc104etchnhalf-bin-1.2.tgz in the folder /usr/local/src/robot/.&lt;br /&gt;
&lt;br /&gt;
3) Compilation of the iCub repository, which it needs to enable the follwing flags:&lt;br /&gt;
&lt;br /&gt;
 ENABLE_icubmod_pcan&lt;br /&gt;
 ENABLE_icubmod_canmotioncontrol&lt;br /&gt;
 ENABLE_icubmod_dragonfly2&lt;br /&gt;
 ENABLE_icubmod_logpolarclient&lt;br /&gt;
 ENABLE_icubmod_logpolargrabber&lt;br /&gt;
 ENABLE_icubmod_xsensmtx&lt;br /&gt;
&lt;br /&gt;
ToDo: Check the source code provided by IIT in order to compile it against newer or other Linux versions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start up script for PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/rc.local script:&lt;br /&gt;
&lt;br /&gt;
   declare -x PLX_SDK_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
   bash -c &amp;quot;$PLX_SDK_DIR/Bin/Plx_load 9030&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The lines above allow the PLX module loading during the pc104 boot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enviroment variables for running the iCubInterface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/bash.bashrc (as root)&lt;br /&gt;
&lt;br /&gt;
    export ICUB_DIR=/iCub&lt;br /&gt;
    export ICUB_ROOT=/iCub&lt;br /&gt;
    export YARP_DIR=/yarp2&lt;br /&gt;
    export YARP_ROOT=/yarp2&lt;br /&gt;
&lt;br /&gt;
==Motor Control Boards==&lt;br /&gt;
&lt;br /&gt;
===Head===&lt;br /&gt;
2x M4C, 1 MCP&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: done&lt;br /&gt;
&lt;br /&gt;
===Torso and Shoulder===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected, one may be short in current&lt;br /&gt;
status fixation: projected, under verification&lt;br /&gt;
&lt;br /&gt;
===Hands===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: under project&lt;br /&gt;
&lt;br /&gt;
==Battery==&lt;br /&gt;
&lt;br /&gt;
Power demand: ????&lt;br /&gt;
Supplier: Kokam&lt;br /&gt;
Typical 25A - 5Kg - 16x30x5 cm&lt;br /&gt;
&lt;br /&gt;
Charger:?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Segway==&lt;br /&gt;
&lt;br /&gt;
Software to be developed&lt;br /&gt;
&lt;br /&gt;
Payload is over the limit, check&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
&lt;br /&gt;
===Cameras===&lt;br /&gt;
&lt;br /&gt;
Dragonfly2&lt;br /&gt;
&lt;br /&gt;
===Inertial sensor===&lt;br /&gt;
&lt;br /&gt;
XSens&lt;br /&gt;
&lt;br /&gt;
===Expressions===&lt;br /&gt;
&lt;br /&gt;
Shapes, aesthetics, done&lt;br /&gt;
&lt;br /&gt;
Under definition supports, electronic, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tactile sensors===&lt;br /&gt;
&lt;br /&gt;
Still some parts missing, magnets&lt;br /&gt;
&lt;br /&gt;
Sensors bought&lt;br /&gt;
&lt;br /&gt;
Electronic board, waiting for PCB, ...&lt;br /&gt;
&lt;br /&gt;
Software under development&lt;br /&gt;
&lt;br /&gt;
http://www.pressureprofile.com/products-fingertps&lt;br /&gt;
&lt;br /&gt;
===Laser===&lt;br /&gt;
&lt;br /&gt;
Kyoko &lt;br /&gt;
&lt;br /&gt;
Fixation: inside front cover&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Robots]]&lt;br /&gt;
[[Category:Vislab]]&lt;br /&gt;
[[Media:Example.ogg]]&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=File:DSC_0750.jpg&amp;diff=3040</id>
		<title>File:DSC 0750.jpg</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=File:DSC_0750.jpg&amp;diff=3040"/>
		<updated>2010-11-17T15:42:06Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: Vizzy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3036</id>
		<title>Vizzy</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3036"/>
		<updated>2010-11-17T15:36:21Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy is a nice and new robot.&lt;br /&gt;
Image:http://users.isr.ist.utl.pt/~nconraria/Vizzy/Fotos/DSC_0750.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plan=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1week - 29May&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Head cabling done&lt;br /&gt;
&lt;br /&gt;
Motor control board fixation projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Definition of computation power, check if iCub version is enough&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One shoulder/arm + hand cabled to test&lt;br /&gt;
&lt;br /&gt;
Control board supports built and ready&lt;br /&gt;
&lt;br /&gt;
Shell completly projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
==Motors==&lt;br /&gt;
&lt;br /&gt;
Faulhaber motors&lt;br /&gt;
&lt;br /&gt;
==Shell==&lt;br /&gt;
&lt;br /&gt;
Still missing the project of one connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cabling==&lt;br /&gt;
&lt;br /&gt;
Where to connect the cameras???? Sensors???&lt;br /&gt;
&lt;br /&gt;
==Computation power==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian Linux installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Due to the constraints of PCAN bus module, the Debian version must be 4.0 (etch)&lt;br /&gt;
&lt;br /&gt;
   Linux version 2.6.24-etchnhalf.1-686&lt;br /&gt;
&lt;br /&gt;
The repositories of this version are not online anymore, so in order to install the system, you should:&lt;br /&gt;
&lt;br /&gt;
*Download the netinstaller and the DVDs containing the packages,  http://www.debian.org/releases/etch/debian-installer/&lt;br /&gt;
*During installation, there will be a problem due to the unavailability of the packages. At this point continue the install procedure and when rebooting the system you will be able to add manually all the packages you need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation of PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original installation procedure is on the robotCub wiki, http://eris.liralab.it/wiki/The_Linux_on_the_pc104 and http://eris.liralab.it/wiki/Compilation_on_the_pc104 . We follow the same procedure,&lt;br /&gt;
&lt;br /&gt;
1) In addition to the iCub and YARP environment variables, and depending on the device you use you will also need:&lt;br /&gt;
&lt;br /&gt;
  PLXCANAPI_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
&lt;br /&gt;
2) Uncompress the file http://eris.liralab.it/iCub/downloads/drivers/linux/pc104etchnhalf-bin-1.2.tgz in the folder /usr/local/src/robot/.&lt;br /&gt;
&lt;br /&gt;
3) Compilation of the iCub repository, which it needs to enable the follwing flags:&lt;br /&gt;
&lt;br /&gt;
 ENABLE_icubmod_pcan&lt;br /&gt;
 ENABLE_icubmod_canmotioncontrol&lt;br /&gt;
 ENABLE_icubmod_dragonfly2&lt;br /&gt;
 ENABLE_icubmod_logpolarclient&lt;br /&gt;
 ENABLE_icubmod_logpolargrabber&lt;br /&gt;
 ENABLE_icubmod_xsensmtx&lt;br /&gt;
&lt;br /&gt;
ToDo: Check the source code provided by IIT in order to compile it against newer or other Linux versions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start up script for PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/rc.local script:&lt;br /&gt;
&lt;br /&gt;
   declare -x PLX_SDK_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
   bash -c &amp;quot;$PLX_SDK_DIR/Bin/Plx_load 9030&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The lines above allow the PLX module loading during the pc104 boot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enviroment variables for running the iCubInterface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/bash.bashrc (as root)&lt;br /&gt;
&lt;br /&gt;
    export ICUB_DIR=/iCub&lt;br /&gt;
    export ICUB_ROOT=/iCub&lt;br /&gt;
    export YARP_DIR=/yarp2&lt;br /&gt;
    export YARP_ROOT=/yarp2&lt;br /&gt;
&lt;br /&gt;
==Motor Control Boards==&lt;br /&gt;
&lt;br /&gt;
===Head===&lt;br /&gt;
2x M4C, 1 MCP&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: done&lt;br /&gt;
&lt;br /&gt;
===Torso and Shoulder===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected, one may be short in current&lt;br /&gt;
status fixation: projected, under verification&lt;br /&gt;
&lt;br /&gt;
===Hands===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: under project&lt;br /&gt;
&lt;br /&gt;
==Battery==&lt;br /&gt;
&lt;br /&gt;
Power demand: ????&lt;br /&gt;
Supplier: Kokam&lt;br /&gt;
Typical 25A - 5Kg - 16x30x5 cm&lt;br /&gt;
&lt;br /&gt;
Charger:?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Segway==&lt;br /&gt;
&lt;br /&gt;
Software to be developed&lt;br /&gt;
&lt;br /&gt;
Payload is over the limit, check&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
&lt;br /&gt;
===Cameras===&lt;br /&gt;
&lt;br /&gt;
Dragonfly2&lt;br /&gt;
&lt;br /&gt;
===Inertial sensor===&lt;br /&gt;
&lt;br /&gt;
XSens&lt;br /&gt;
&lt;br /&gt;
===Expressions===&lt;br /&gt;
&lt;br /&gt;
Shapes, aesthetics, done&lt;br /&gt;
&lt;br /&gt;
Under definition supports, electronic, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tactile sensors===&lt;br /&gt;
&lt;br /&gt;
Still some parts missing, magnets&lt;br /&gt;
&lt;br /&gt;
Sensors bought&lt;br /&gt;
&lt;br /&gt;
Electronic board, waiting for PCB, ...&lt;br /&gt;
&lt;br /&gt;
Software under development&lt;br /&gt;
&lt;br /&gt;
http://www.pressureprofile.com/products-fingertps&lt;br /&gt;
&lt;br /&gt;
===Laser===&lt;br /&gt;
&lt;br /&gt;
Kyoko &lt;br /&gt;
&lt;br /&gt;
Fixation: inside front cover&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Robots]]&lt;br /&gt;
[[Category:Vislab]]&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
	<entry>
		<id>http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3035</id>
		<title>Vizzy</title>
		<link rel="alternate" type="text/html" href="http://mediawiki.isr.tecnico.ulisboa.pt/index.php?title=Vizzy&amp;diff=3035"/>
		<updated>2010-11-17T15:35:16Z</updated>

		<summary type="html">&lt;p&gt;Nconraria: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Vizzy is a nice and new robot.&lt;br /&gt;
[[Image:http://users.isr.ist.utl.pt/~nconraria/Vizzy/Fotos/DSC_0750.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Plan=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1week - 29May&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Head cabling done&lt;br /&gt;
&lt;br /&gt;
Motor control board fixation projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Definition of computation power, check if iCub version is enough&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One shoulder/arm + hand cabled to test&lt;br /&gt;
&lt;br /&gt;
Control board supports built and ready&lt;br /&gt;
&lt;br /&gt;
Shell completly projected&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4week&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hardware=&lt;br /&gt;
&lt;br /&gt;
==Motors==&lt;br /&gt;
&lt;br /&gt;
Faulhaber motors&lt;br /&gt;
&lt;br /&gt;
==Shell==&lt;br /&gt;
&lt;br /&gt;
Still missing the project of one connection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cabling==&lt;br /&gt;
&lt;br /&gt;
Where to connect the cameras???? Sensors???&lt;br /&gt;
&lt;br /&gt;
==Computation power==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Debian Linux installation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Due to the constraints of PCAN bus module, the Debian version must be 4.0 (etch)&lt;br /&gt;
&lt;br /&gt;
   Linux version 2.6.24-etchnhalf.1-686&lt;br /&gt;
&lt;br /&gt;
The repositories of this version are not online anymore, so in order to install the system, you should:&lt;br /&gt;
&lt;br /&gt;
*Download the netinstaller and the DVDs containing the packages,  http://www.debian.org/releases/etch/debian-installer/&lt;br /&gt;
*During installation, there will be a problem due to the unavailability of the packages. At this point continue the install procedure and when rebooting the system you will be able to add manually all the packages you need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installation of PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The original installation procedure is on the robotCub wiki, http://eris.liralab.it/wiki/The_Linux_on_the_pc104 and http://eris.liralab.it/wiki/Compilation_on_the_pc104 . We follow the same procedure,&lt;br /&gt;
&lt;br /&gt;
1) In addition to the iCub and YARP environment variables, and depending on the device you use you will also need:&lt;br /&gt;
&lt;br /&gt;
  PLXCANAPI_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
&lt;br /&gt;
2) Uncompress the file http://eris.liralab.it/iCub/downloads/drivers/linux/pc104etchnhalf-bin-1.2.tgz in the folder /usr/local/src/robot/.&lt;br /&gt;
&lt;br /&gt;
3) Compilation of the iCub repository, which it needs to enable the follwing flags:&lt;br /&gt;
&lt;br /&gt;
 ENABLE_icubmod_pcan&lt;br /&gt;
 ENABLE_icubmod_canmotioncontrol&lt;br /&gt;
 ENABLE_icubmod_dragonfly2&lt;br /&gt;
 ENABLE_icubmod_logpolarclient&lt;br /&gt;
 ENABLE_icubmod_logpolargrabber&lt;br /&gt;
 ENABLE_icubmod_xsensmtx&lt;br /&gt;
&lt;br /&gt;
ToDo: Check the source code provided by IIT in order to compile it against newer or other Linux versions.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start up script for PCAN bus driver&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/rc.local script:&lt;br /&gt;
&lt;br /&gt;
   declare -x PLX_SDK_DIR=/usr/local/src/robot/drivers/plxCanApi&lt;br /&gt;
   bash -c &amp;quot;$PLX_SDK_DIR/Bin/Plx_load 9030&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The lines above allow the PLX module loading during the pc104 boot.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Enviroment variables for running the iCubInterface&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Add the following lines to /etc/bash.bashrc (as root)&lt;br /&gt;
&lt;br /&gt;
    export ICUB_DIR=/iCub&lt;br /&gt;
    export ICUB_ROOT=/iCub&lt;br /&gt;
    export YARP_DIR=/yarp2&lt;br /&gt;
    export YARP_ROOT=/yarp2&lt;br /&gt;
&lt;br /&gt;
==Motor Control Boards==&lt;br /&gt;
&lt;br /&gt;
===Head===&lt;br /&gt;
2x M4C, 1 MCP&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: done&lt;br /&gt;
&lt;br /&gt;
===Torso and Shoulder===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected, one may be short in current&lt;br /&gt;
status fixation: projected, under verification&lt;br /&gt;
&lt;br /&gt;
===Hands===&lt;br /&gt;
&lt;br /&gt;
status electric specification: projected&lt;br /&gt;
status fixation: under project&lt;br /&gt;
&lt;br /&gt;
==Battery==&lt;br /&gt;
&lt;br /&gt;
Power demand: ????&lt;br /&gt;
Supplier: Kokam&lt;br /&gt;
Typical 25A - 5Kg - 16x30x5 cm&lt;br /&gt;
&lt;br /&gt;
Charger:?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Segway==&lt;br /&gt;
&lt;br /&gt;
Software to be developed&lt;br /&gt;
&lt;br /&gt;
Payload is over the limit, check&lt;br /&gt;
&lt;br /&gt;
==Sensors==&lt;br /&gt;
&lt;br /&gt;
===Cameras===&lt;br /&gt;
&lt;br /&gt;
Dragonfly2&lt;br /&gt;
&lt;br /&gt;
===Inertial sensor===&lt;br /&gt;
&lt;br /&gt;
XSens&lt;br /&gt;
&lt;br /&gt;
===Expressions===&lt;br /&gt;
&lt;br /&gt;
Shapes, aesthetics, done&lt;br /&gt;
&lt;br /&gt;
Under definition supports, electronic, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Tactile sensors===&lt;br /&gt;
&lt;br /&gt;
Still some parts missing, magnets&lt;br /&gt;
&lt;br /&gt;
Sensors bought&lt;br /&gt;
&lt;br /&gt;
Electronic board, waiting for PCB, ...&lt;br /&gt;
&lt;br /&gt;
Software under development&lt;br /&gt;
&lt;br /&gt;
http://www.pressureprofile.com/products-fingertps&lt;br /&gt;
&lt;br /&gt;
===Laser===&lt;br /&gt;
&lt;br /&gt;
Kyoko &lt;br /&gt;
&lt;br /&gt;
Fixation: inside front cover&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Robots]]&lt;br /&gt;
[[Category:Vislab]]&lt;/div&gt;</summary>
		<author><name>Nconraria</name></author>
	</entry>
</feed>