ANNarchy iCub Interface 1.1.1
Loading...
Searching...
No Matches

◆ write_double_one()

bool ANN_iCub_Interface.iCub.Joint_Writer.PyJointWriter.write_double_one ( self,
float position,
int joint,
str mode,
blocking = ...,
int timeout = ... )
Move single joint to the given positiion (joint angle/velocity).

Parameters
----------
position : float
    joint angle/velocity to write to the robot joint
joint : int
    joint number of the robot part
mode : str
    string to select the motion mode:
        'abs' for absolute joint angle positions;
        'rel' for relative joint angles;
        'vel' for velocity values: DO NOT USE "VEL" AS BLOCKING MOTION!!!
blocking : bool
    if True, complete motion before continuation. (Default value = True)
timeout : int
    Timeout in seconds to stop the block mode. Set to 0 for not timeout. (Default value = 0)

Returns
-------
bool
    return True/False, indicating success/failure

Definition at line 323 of file Joint_Writer.pyi.