-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Hello, this is an inquiry on wether or not there is mac support for this simulator / if it is planned
My system info:
Macbook Air (Apple M4)
I am looking for some help starting up a simulated arm for the ur20 using this script (https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/master/scripts/start_ursim.sh) with the command bash start_ursim.sh -m ur20 on mac, I am having some issues getting PolyScope to actually start up. I have the docker container running but when I navigate to the url given as output (http://192.168.56.101:6080/vnc.html) it will just spin forever and timeout (no error in console).
I see one log line here in the terminal
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
and have tried the workaround for arm64 linux systems proposed here #367 (and also nuked the old docker image beforehand) but that still doesn't seem to work on my mac and I get the same error. Has anyone successfully run this simulator on a mac and can help identify what I am missing? Thanks in advance!