I am new to using CoppeliaSim and have encountered an issue with the remote API. In CoppeliaSim, I used the following code to control the robot:
Code: Select all
sim.rmlMoveToJointPositions(jointHandles, -1, currentVel, currentAccel, maxVel, maxAccel, maxJerk, targetPos3, targetVel)
simxSetJointTargetPosition
, but it causes the gripper to move differently than expected.Could you please advise on how to properly replicate the behavior of
sim.rmlMoveToJointPositions
in Python?Thank you for your assistance.
Sincerely,
Levileo