This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
icub:icub_general [2012/11/13 13:36] – [__**Table of contents**__] ramirezk | icub:icub_general [2012/11/28 14:23] (current) – [Setting up the environment] jansohn | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Installation Instructions for YARP and ICUB sowftware ====== | ||
+ | |||
+ | This web page contains the information related to the iCub installation in different computers, | ||
+ | please choose the correct one: | ||
+ | |||
+ | ^ __**Table of contents**__ ^ | ||
+ | |[[icub_general# | ||
+ | |[[icub_general# | ||
+ | |[[icub_general# | ||
+ | |[[icub_general# | ||
+ | |[[icub_general# | ||
+ | ====== 1) Installation instructions for the PC (general use/ | ||
+ | |||
+ | You should use this option if you want to install yarp and iCub sowftware for your own laptop or | ||
+ | Personal PC for develop modules. | ||
+ | |||
+ | ===== 1.1) Linux Installation ===== | ||
+ | The instruction on this manual were successfully tested on Machines with **Ubuntu** operating systems versions | ||
+ | from 11.10 until Ubuntu 12.10 | ||
+ | |||
+ | ==== Setting up the environment ==== | ||
+ | We need to set up the environment variables. It is necessary to edit the " | ||
+ | cd | ||
+ | gedit .bashrc | ||
+ | | ||
+ | Add the following: | ||
+ | export YARP_ROOT=${HOME}/ | ||
+ | export ICUB_ROOT=${HOME}/ | ||
+ | | ||
+ | Create directories to store the sources: | ||
+ | cd | ||
+ | mkdir -p local/src | ||
+ | |||
+ | ===== Installing YARP ===== | ||
+ | |||
+ | Follow the steps in here: [[icub: | ||
+ | |||
+ | |||
+ | ===== Installing iCub ===== | ||
+ | |||
+ | Follow the steps in here: [[icub: | ||
+ | | ||
+ | ==== Verify your installation: | ||
+ | |||
+ | |||
+ | Now you are ready to check your installation, | ||
+ | follow the steps in here: [[http:// | ||
+ | |||
+ | ===== 1.2) Windows Installation ===== | ||
+ | |||
+ | |||
+ | |||
+ | ====== 2) Installation of the Laptop that comes with the iCub ====== | ||
+ | |||
+ | 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, | ||
+ | the user, nfs directories and network are done. Please do the steps in [[icub: | ||
+ | and iCub sowftare. | ||
+ | |||
+ | **NOTE:** It is important to make sure that when the iCub arrives from the upgrade this configurations are done: | ||
+ | [[icub: | ||
+ | |||
+ | |||
+ | Configure bashrc. Add these lines in / | ||
+ | |||
+ | export ICUB_ROOT=/ | ||
+ | export ICUB_DIR=$ICUB_ROOT/ | ||
+ | export YARP_ROOT=/ | ||
+ | export YARP_DIR=$YARP_ROOT/ | ||
+ | export ICUB_ROBOTNAME=iCubMunich01 | ||
+ | export PATH=$PATH: | ||
+ | |||
+ | Now, that the laptop configurations are done, we proceed with the installation of the yarp and iCub | ||
+ | software: | ||
+ | ===== Installation of Yarp ===== | ||
+ | |||
+ | 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: [[icub: | ||
+ | |||
+ | |||
+ | |||
+ | ===== Installation of iCub ===== | ||
+ | The installation or upgrade of the iCub software differs from the previous section. | ||
+ | Therefore, please follow the following steps instead: [[icub: | ||
+ | |||
+ | |||
+ | It is important that after installing yarp and iCub software, you check if everything was installed | ||
+ | correctly, therefore, follow this: [[http:// | ||
+ | ====== 3) Installation of the PC104 ====== | ||
+ | |||
+ | 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 | ||
+ | | ||
+ | |||
+ | ===== YARP installation: | ||
+ | It is important that you follow this steps if you want to install or upgrade YARP | ||
+ | on the pc104: [[icub: | ||
+ | |||
+ | |||
+ | ===== iCub Installation: | ||
+ | |||
+ | It is important that you follow this steps if you want to install or upgrade iCub software | ||
+ | on the pc104: [[icub: |