ICub laptop: Difference between revisions
Jump to navigation
Jump to search
(→Customization: launcher icons) |
|||
Line 36: | Line 36: | ||
# for each machine you want to connect to, e.g., pc104 | # for each machine you want to connect to, e.g., pc104 | ||
ssh-copy-id -i /home/icub/.ssh/id_rsa.pub icub@pc104 | ssh-copy-id -i /home/icub/.ssh/id_rsa.pub icub@pc104 | ||
== Launcher icons == | |||
Install <code>gnome-panel</code> and install <code>gnome-desktop-item-edit</code> to create launcher icons on the Desktop. | |||
For example, to create a launcher for icub-cluster.py, do | |||
gnome-desktop-item-edit cluster-manager.desktop | |||
and select: | |||
Type: Application in Terminal | |||
Name: icub-cluster // <-- put your preferred icon name here | |||
Command: icub-cluster.py vislab-cluster.xml | |||
Comment: Launch iCub cluster manager (yarpserver and yarprun) | |||
= See also = | = See also = |
Revision as of 15:49, 4 December 2014
This laptop is used to control the iCub robot.
Note: this laptop replaces Chico3, which was used during 2009-2014.
Specifications
- processor: 4 x i7-4700MQ @ 2.40-3.40 GHz
- memory: 32GB
- graphics card: Nvidia GeForce GTX 770M with CUDA and 3072MB of memory; onboard card HD 4600
Setup
Ubuntu LTS Desktop, 64-bit. Computer name: icub-laptop.
Operating system installation
In the Windows 8 preferences, configure the power button to really turn off the machine (as opposed to suspend). In the BIOS, activate CSM instead of UEFI. Now it is possible to boot from a Linux DVD.
Network
Additional software
Nvidia graphics card
YARP and iCub
Customization
Passwordless connection to other machines
# only need to it once; use default choices ssh-keygen -t rsa
# for each machine you want to connect to, e.g., pc104 ssh-copy-id -i /home/icub/.ssh/id_rsa.pub icub@pc104
Launcher icons
Install gnome-panel
and install gnome-desktop-item-edit
to create launcher icons on the Desktop.
For example, to create a launcher for icub-cluster.py, do
gnome-desktop-item-edit cluster-manager.desktop
and select:
Type: Application in Terminal Name: icub-cluster // <-- put your preferred icon name here Command: icub-cluster.py vislab-cluster.xml Comment: Launch iCub cluster manager (yarpserver and yarprun)