ICub coding basics: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
(add link to Lorenzo Natale's "How to write a module" page)
m (→‎Examples of modules: better sectioning)
Line 30: Line 30:
*http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/myModule/
*http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/myModule/


== Other modules ==
== Auto Associative (Episodic) Memory ==
 
=== Auto Associative (Episodic) Memory ===
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/autoAssociativeMemory/
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/autoAssociativeMemory/
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/demoAAM/
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/demoAAM/
* http://eris.liralab.it/wiki/Auto-associative_Memory_Specification
* http://eris.liralab.it/wiki/Auto-associative_Memory_Specification


=== crossPowerSpectrumVergence ===
== crossPowerSpectrumVergence ==
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/crossPowerSpectrumVergence/
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/crossPowerSpectrumVergence/


=== logPolarTransform ===
== logPolarTransform ==
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/logPolarTransform/
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/logPolarTransform/


=== rectification ===
== rectification ==
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/rectification/src/
* http://robotcub.svn.sf.net/viewvc/robotcub/trunk/iCub/src/rectification/src/



Revision as of 16:02, 6 October 2009

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

Highly recommended:

Specific tutorials

Resource Finder

YARP ports

Examples of modules

The following are good examples of modules from the iCub repository that are generally compliant with iCub configuration guidelines (RFModule class), coding standards and documentation standards.

myModule

Auto Associative (Episodic) Memory

crossPowerSpectrumVergence

logPolarTransform

rectification

See also