ICub coding basics

From ISRWiki
Revision as of 10:56, 9 September 2009 by Ajain (talk | contribs) (Changed the name of topic "Basic Image Processing Tutorial" to "Tutorial")
Jump to navigation Jump to search

Refer to RobotCub software to learn how to install, compile and update RobotCub software with Subversion (SVN). Below we will link to tutorials that are useful for people starting up with iCub and YARP coding.

General guides

Tutorial

Resource Finder

http://eris.liralab.it/wiki/Resource_finder_overview

RFModule class

Port Tutorials

Do read about the Bottle class also [1]

Examples

Auto Associative Memory

A small YARP+OpenCV project is the Auto-Associative (Episodic) Memory. It is well documented and adheres to good coding and documentation standards. Available here: http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/autoAssociativeMemory/

Cross Power Spectrum Vergence

Another application that is RFModule-compliant is http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/crossPowerSpectrumVergence/