Using these instruction I created a Docker container to launch a URSim with the following command.
docker run --rm -it -e ROBOT_MODEL=UR10 -p 5900:5900 -p 6080:6080 universalrobots/ursim_e-series
Afterwards, the PolyScope interface shows “No Controller”. I’ve looked around and cannot find anything to resolve the issue.
give it a try
give it a try
Unfortunately, no good.
I had to set the safety password in settings. Afterwards, I did the steps in the hardware section. This window never appeared and the power on section still says no controller.
mmi
February 7, 2023, 9:27pm
4
Get output from controller log. Run docker with “control_log” parameter:
docker run --rm -it -e ROBOT_MODEL=UR10 -p 5900:5900 -p 6080:6080 universalrobots/ursim_e-series control_log
And paste here.
1 Like
Thank you for your response, this issue was resolved.
My Docker Desktop version was behind by a patch. Updating from 4.16.2 to 4.16.3 fixed the no controller issue.
1 Like