simGetJointTargetPosition

Retrieves the target linear/angular position of a joint

C++ synopsis

int simGetJointTargetPosition(int objectHandle, double* targetPosition)

Arguments

  • objectHandle: handle of the joint object
  • targetPosition (output): target position of the joint

Return

  • -1 if operation was not successful


See also: