You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to set the servoing mode on our GEN3 to low-level, but wasn't able to do so.
The code I used was: "[result] = kortexApiMexInterface('SetServoingMode', tempHandle, int32(3));"
But there was an error message: "kortexApiMexInterface : Command not defined"
In addition, we have a robotiq 2F-85 gripper on the robot, using the MexInterface we can only control it with the position mode. Both velocity and force modes have no response. Is there a way to access force measurements on the gripper? Without force information, how are we supposed to prevent the gripper from destroying the object or itself?
The robot firmware version is 2.2.0 and I'm using matlab_simplified_api_2.2.0.
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you very much for the advice, I can access the current information now. In MATLAB I had to write: interconnectFeedback.gripper_feedback.motor(1).current_motor instead.
It seems the MATLAB api doesn't support low-level control since "MATLAB is slow".
However, I know research groups in German used to control robot arms from MATLAB at 4kHz. GEN3's 1kHz shouldn't be a problem right?
Hello there,
I was trying to set the servoing mode on our GEN3 to low-level, but wasn't able to do so.
The code I used was: "[result] = kortexApiMexInterface('SetServoingMode', tempHandle, int32(3));"
But there was an error message: "kortexApiMexInterface : Command not defined"
In addition, we have a robotiq 2F-85 gripper on the robot, using the MexInterface we can only control it with the position mode. Both velocity and force modes have no response. Is there a way to access force measurements on the gripper? Without force information, how are we supposed to prevent the gripper from destroying the object or itself?
The robot firmware version is 2.2.0 and I'm using matlab_simplified_api_2.2.0.
Thanks!
The text was updated successfully, but these errors were encountered: