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 have tried to connect your application and your matlab code with my ip address but can't connect. when my matlab code runs an error like this appears in the command window.
Error using icinterface/fopen
Unsuccessful open: Connection refused: connect
Error in UnityLink/sendMsg (line 69)
fopen(r.tcpipClient);
Error in UnityLink/sendQ (line 61)
r.sendMsg(msg);
Error in ABB_SCARA_IRB (line 37)
R.sendQ([q1(i) 0 0 0]);
can you help me with this error?
thanks Gonzalo
The text was updated successfully, but these errors were encountered:
In the README you have the instructions to use this project. I can translate it into English if you need that.
If you still have issues making it work please tell me so I can solve it.
Hello Gonzalo, I have a question regarding your project https://github.com/gonzafernan/Unitlab-RoboticsAR.
I have tried to connect your application and your matlab code with my ip address but can't connect. when my matlab code runs an error like this appears in the command window.
Error using icinterface/fopen
Unsuccessful open: Connection refused: connect
Error in UnityLink/sendMsg (line 69)
fopen(r.tcpipClient);
Error in UnityLink/sendQ (line 61)
r.sendMsg(msg);
Error in ABB_SCARA_IRB (line 37)
R.sendQ([q1(i) 0 0 0]);
can you help me with this error?
thanks Gonzalo
The text was updated successfully, but these errors were encountered: