This docker image is based on Ubuntu 24.04 (Noble), with Python 3.12. The Pinocchio visualizer used is Meshcat.
- This image is meant to develop rigid body dynamics simulation using the Pinocchio library with Python bindings.
- This image is not meant to develop with ROS2, neither is tested for C++ based simulations.
$ docker build -t pinocchio:devel .
$ docker run -it pinocchio:devel
source .bashrc
Press Ctrl+D
to exit the container on the command line.
$ docker container prune
Use VS Code with the official extensions Docker and Dev Containers to run the image interactively and attach an instance of VS Code to the running container.