This repository contains an Andino MJCF model for use in a MuJoCo simulation, along with some ready-to-use code samples.
This repository depends only on Docker for running MuJoCo and all samples.
This repository provides a base Docker image called mujoco_python that includes MuJoCo's native Python bindings. It can be run using the following command:
docker compose -f ./docker/docker-compose.yml run --rm mujoco_pythonNote
When running the MuJoCo visualizer from Docker, you may encounter the error: X11: Failed to open display :0. This indicates that you need to add your host to the xhost list.
You can do this by running the following command: xhost +si:localuser:root.
Samples can be run using the following command (see docker/docker-compose.yml for the service definition of the samples):
docker compose -f ./docker/docker-compose.yml run --rm andino_mujoco_teleoperationIssues or PRs are always welcome! Please refer to CONTRIBUTING doc.
