Follow the official instructions here
On the terminal run the following command to clone the repo
git clone https://github.com/CollaborativeRoboticsLab/industrial-robots-and-systems-world.gitEnter the folder
cd industrial-robots-and-systems-worldPull the latest docker containers
docker compose pullAllow permission for UI interfaces from docker containers
xhost +local:rootStart the docker containers
docker compose upEnter the folder
cd industrial-robots-and-systems-worldPull the latest docker containers
docker compose -f compose-editor.yaml pullAllow permission for UI interfaces from docker containers
xhost +local:rootStart the docker containers
docker compose -f compose-editor.yaml upMake sure to save the files created using the editor into editor_shared_folder
Then the files will be available in the industrial-robots-and-systems-world/openplc_data folder.
Access them from there
Stop the docker containers
docker compose stop
docker compose -f compose-editor.yaml stopRemove docker containers
docker compose down
docker compose -f compose-editor.yaml down