|
ANNarchy iCub Interface 1.1.1
|
| bool ANN_iCub_Interface.iCub.Kinematic_Writer.PyKinematicWriter.init_grpc | ( | self, | |
| ANNiCub_wrapper | iCub, | ||
| str | name, | ||
| str | part, | ||
| float | version, | ||
| str | ini_path = ..., | ||
| str | ip_address = ..., | ||
| int | port = ..., | ||
| offline_mode = ... ) |
Initialize the Kinematic Writer with given parameters, including the gRPC based connection.
Parameters
----------
iCub : ANNiCub_wrapper
main interface wrapper
name : str
individual name for the kinematic writer
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/")
ip_address : str
gRPC server ip address. (Default value = "0.0.0.0")
port : unsigned int
gRPC server port. (Default value = 50025)
offline_mode : bool
flag, if iCub network is offline. (Default value = False)
Returns
-------
bool
return True/False, indicating success/failure
Definition at line 118 of file Kinematic_Writer.pyi.