sim.setJointPosition

Sets the linear/angular position of a joint. Cannot be used with spherical joints (use sim.setObjectChildPose instead)

Synopsis

sim.setJointPosition(int objectHandle, float position) sim.setJointPosition(int objectHandle, float position)

Arguments

  • objectHandle: handle of the joint object
  • position: linear/angular position of the joint


See also: