How to install UFACTORY Studio in Docker
Implemented via docker: Control simulated UFACTORY robots in UFACTORY Studio without the need for a real robot arm!
Method 1: Uploading packages to the ubuntu image
Preparation:
Download and install docker, docker website:Docker: Accelerated Container Application Development 2
Download and install UFACTORY Studio docker image, download link: Docker - Google ドライブ
If you follow the guidance, you will start the xArm 6 robot by default.
Note: The following example is installed a new ubuntu image.
1. Download and install ubuntu
2. Create a Docker and open
On Linux Ubuntu
On Windows
If only use UFACTORY Studio
If you want use not only the UFACTORY Studio but also the xArm SDK on Windows, please use this command:
3.Update the software of docker and install python environment.
4.Create user and set the password
5.Upload the package of software to docker.
--uploady by yourself
6.Upzie the UFactory Studio and scripts.
7.Start the UFactory Studio in docker
Note: The version of studio launched now is 1.12.x, so you can upgrade the version by following these steps
8.Update software and firmware version
upload docker_sim_update* to docker container by yourself
attach to docker container, and run command in docker container
9. restart docker container
10. Start the UFactory Studio in docker
Note: The 6 6 means xArm 6, restarting the container choose the robot according to your preferences:
11. Access the UFACTORY Studio
On Linux Ubuntu
Run a web browser and input 172.17.0.2:18333
On Windows
Run a web browser and input 127.0.0.1:18333
If you need use xArm SDK
Ubuntu Linux: the robot IP is 172.17.0.2
Windows: the robot IP is 127.0.0.1
Method2:Pulling docker_studio images
1. Get the docker image
2. Create and run container
On Linux Ubuntu
On Windows
If only use UFACTORY Studio
If you want use not only the UFACTORY Studio but also the xArm SDK on Windows, please use this command:
3.Run the xArm robot firmware and UFACTORY Studio
Note: The 6 6 means xArm 6, restarting the container choose the robot according to your preferences:
4. Access the UFACTORY Studio
On Linux Ubuntu
Run a web browser and input 172.17.0.2:18333
On Windows
Run a web browser and input 127.0.0.1:18333
If you need to use xArm SDK
Ubuntu Linux: the robot IP is 172.17.0.2
Windows: the robot IP is 127.0.0.1
Last updated