sim.setJointTargetPosition

Sets the target linear/angular position of a joint. When in kinematic mode, the joint moves according to a motion profile that respects maximum velocity, acceleration and jerk values. In dynamic and position/custom control mode, the controller is instructed about the desired position

Synopsis

sim.setJointTargetPosition(int objectHandle, float targetPosition, float[] motionParams = []) sim.setJointTargetPosition(int objectHandle, float targetPosition, float[] motionParams = {})

Arguments


See also: