I am trying to test one of the g-code files using the Remote TCP & Toolpath URCap. I am doing it on URSim for testing purpose. Unfortunately, for some reason, when I start the controller under Installation>URCaps>Remote TCP & Toolpath it just says controller status: failed.
Can anyone help me with what could be the possible problem?
The URCap SDK Starter Package is missing some dependencies required by the Remote TCP & Toolpath URCap. Would you mind running the following commands in a terminal to install the missing dependencies?
sudo apt-get install libcurl3-gnutls:i386
sudo apt-get install libbz2-1.0:i386
I installed the URCap SDK Starter Package on my laptop and ran it in VirtualBox. I was able to start the Controller after running the two commands above. Hope it works on your computer as well.
I tried the two commands but it gives me the error about failure to fetch some files. Then asks me to try apt-get update and when I do that, it does not work either.
I guess it was an internet issue because I just ran both the commands right now and they worked. Also, now the controller is running too after running the two commands like you said.
Did anyone get it running on Ubuntu20.04?
I tried to install the mentioned dependencies and also tested it with libcurl4, but I still get the controller status: failed.