-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UR10 example #29
base: master
Are you sure you want to change the base?
Add UR10 example #29
Conversation
Hello @Olimoyo @armahmood Please help!! Also, there is another error when trying to use this branch out of the box. Many thanks, |
Hi Dom, I got the information from the excel document at the bottom of this page: https://www.universal-robots.com/how-tos-and-faqs/how-to/ur-how-tos/remote-control-via-tcpip-16496/. The error you're getting is saying that it can't find the key 'UR10_default' in the setup dict, which is defined here. Are you sure that you have all the proper files from this branch? Hope that helps, |
Hi @Olimoyo , |
Resetting works on ur10. But action is broken - doesn't do anything. Any tips? |
Ok - the problem was that our robot uses 5.x version while this only upgrades it up to 3.x. Still this is good PR I think. |
@Olimoyo what is the max software version you have tested these changes on? Thanks. |
@csherstan I was only able to test it on 3.1. I believe @nily-dti was able to more extensively test different software versions? |
I've added a UR10 example file and the necessary setup in "ur_setups.py".
Also, in order to get the SenseAct UR code to work with varying firmware versions, I've modified "ur_utils.py" to account for this. The two main changes being: