This web page contains the information related to the iCub installation in different computers, please choose the correct one:
You should use this option if you want to install yarp and iCub sowftware for your own laptop or Personal PC for develop modules.
The instruction on this manual were successfully tested on Machines with Ubuntu operating systems versions from 11.10 until Ubuntu 12.10
We need to set up the environment variables. It is necessary to edit the “.bashrc” file from the home directory.
cd gedit .bashrc
Add the following:
export YARP_ROOT=${HOME}/local/src/yarp2 export ICUB_ROOT=${HOME}/local/src/iCub
Create directories to store the sources:
cd mkdir -p local/src
Follow the steps in here: Installing YARP on PC
Follow the steps in here: Installing iCub on a PC
Now you are ready to check your installation, please follow the steps in here: http://eris.liralab.it/wiki/Check_your_installation
This secction contains guidelines for installation of the iCub server so that it matches the requirements of the Linux on the pc104 (open call configuration).
If the laptop is going to be reformatted, it is important that the configuration on the user, nfs directories and network are done. Please do the steps in here, before installing the yarp and iCub sowftare.
NOTE: It is important to make sure that when the iCub arrives from the upgrade this configurations are done: Icubsrv configuration previous to the installation
Configure bashrc. Add these lines in /home/icub/.bashrc:
export ICUB_ROOT=/usr/local/src/robot/iCub export ICUB_DIR=$ICUB_ROOT/main/build export YARP_ROOT=/usr/local/src/robot/yarp2 export YARP_DIR=$YARP_ROOT/build export ICUB_ROBOTNAME=iCubMunich01 export PATH=$PATH:$ICUB_DIR/bin:$YARP_DIR/bin
Now, that the laptop configurations are done, we proceed with the installation of the yarp and iCub software:
These instructions assume you have internet connection on the laptop shipped with the robot.
And this installation differs a bit from the previous section, so please follow this steps: YARP installation on the icubsrv (Laptop that comes with the iCub)
The installation or upgrade of the iCub software differs from the previous section. Therefore, please follow the following steps instead: iCub installation on the icubsrv (Laptop that comes with the iCub)
It is important that after installing yarp and iCub software, you check if everything was installed correctly, therefore, follow this: Check your installation
The Debian Linux that comes installed on the pc104 is already configured. Before you go ahead make sure the Debian Live on the pc104 is configured to use SVN (use image version > 1.3).
If you want to update the Debian version on the PC104, please take a look here PC104 Debian versions
It is important that you follow this steps if you want to install or upgrade YARP on the pc104: YARP installation on PC104
It is important that you follow this steps if you want to install or upgrade iCub software on the pc104: ICUB installation on PC104