|
ANNarchy iCub Interface 1.1.1
|
| bool ANN_iCub_Interface.iCub.Kinematic_Reader.PyKinematicReader.init | ( | self, | |
| ANNiCub_wrapper | iCub, | ||
| str | name, | ||
| str | part, | ||
| float | version, | ||
| str | ini_path = ..., | ||
| offline_mode = ... ) |
Initialize the Kinematic Reader with given parameters
Parameters
----------
iCub : ANNiCub_wrapper
main interface wrapper
name : str
individual name for the kinematic reader
part : str
string representing the robot part, has to match iCub part naming {left_(arm/leg), right_(arm/leg), head, torso}
version : float
version of the robot hardware
ini_path : str
path to the interface ini-file. (Default value = "../data/")
offline_mode : bool
flag, if iCub network is offline. (Default value = False)
Returns
-------
bool
return True/False, indicating success/failure
Definition at line 120 of file Kinematic_Reader.pyi.