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
In the dType library , there is a set jog command where I could control jog by select the specific JOG . How could I add the set jog command in the library. I use the protocol and API user manual to set the function. The way I set similar to PTP command in pydobot library , except I change the protocol ID and control value to four . As the result, dobot not response or running. Any advice to add that function in library ?
The text was updated successfully, but these errors were encountered:
I have the same request. Any suggestions, @luismesas ?
for the set jog , you could use similar code as set ptp command. You need to add the protocol ID of set jog and change the protocol ID in the code. You could find the protocol ID by use the document that luismesas attach at the description. Hope this help.
In the dType library , there is a set jog command where I could control jog by select the specific JOG . How could I add the set jog command in the library. I use the protocol and API user manual to set the function. The way I set similar to PTP command in pydobot library , except I change the protocol ID and control value to four . As the result, dobot not response or running. Any advice to add that function in library ?
The text was updated successfully, but these errors were encountered: