Description
|
Sets the intrinsic position of a joint. May have no effect depending on the joint mode. This function cannot be used with spherical joints (use sim.setObjectChildPose instead). See also sim.getJointPosition and sim.setJointTargetPosition.
|
C/C++ synopsis
|
simInt simSetJointPosition(simInt objectHandle,simFloat position)
|
C/C++ parameters |
objectHandle: handle of the joint object
position: position of the joint (angular or linear value depending on the joint type)
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setJointPosition(int objectHandle,float position) |
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.setJointPosition(int objectHandle,float position) |