simSetJointMode

Sets the operation mode of a joint

C++ synopsis

int simSetJointMode(int jointHandle, int jointMode, int options)

Arguments

  • jointHandle: handle of the joint object
  • jointMode: joint mode value
  • options: not used. Set to 0.

Return

  • -1 if operation was not successful


See also: