ur5_setup
ur5_setup copied to clipboard
Complete and simple guide on setting up the interface between a UR5 and a PC
Results
1
ur5_setup issues
Sort by
recently updated
recently updated
newest added
In your Matlab code, inside ```moverobotJoint.m``` , you make a call to the function ```readrobotMsg```: ``` success = readrobotMsg(t); end if ~strcmp(success,'1') error('error sending robot joints') ``` which is missing...