|
ANNarchy iCub Interface 1.1.1
|
| bool ANN_iCub_Interface.iCub.Skin_Reader.PySkinReader.init | ( | self, | |
| ANNiCub_wrapper | iCub, | ||
| str | name, | ||
| str | arm, | ||
| norm = ..., | |||
| str | ini_path = ... ) |
Initialize skin reader with given parameters.
Parameters
----------
iCub : ANNiCub_wrapper
main interface wrapper
name : str
individual name for the skin reader module
arm : str
character to choose the arm side (r/R for right; l/L for left)
norm : bool
if true, the sensor data are returned normalized (iCub [0..255]; normalized [0..1]). (Default value = True)
ini_path : str
Path to the "interface_param.ini"-file. (Default value = "../data/")
Returns
-------
bool
return True/False, indicating success/failure
Definition at line 118 of file Skin_Reader.pyi.