Please clone this repo to your machine:
git clone git@github.com:Fatyhich/unitree_sim.gitRepo contains Docker configuration with all required dependencies. To work with the project:
cd unitree_sim
xhost + # Enable X11 forwarding
docker compose -f 'compose.yaml' up -d --build 'develop' This command will:
- Build the Docker image with all dependencies
- Create and start a container with proper X11 forwarding and volume mounting
- Execute the startup script and provide you with an interactive shell
Important Note: The compose file is configured to mount /home/mrob1/Projects to /home/oversir/humanoid_sim in the container. You may need to adjust the volume paths in compose.yaml according to your system setup. And also please adjust your hostname and GID/UID.
Once inside the container, to run the simulator with our robot:
sudo apt-get update & upgrade -y
cd humanoid_sim/unitree_mujoco/simulate_python
python3 ./unitree_mujoco.pyAs a marker of success, you will see a new window with the simulator and robot appear!
