Installation#

Because of the challenging installation of the required python package pythonOCC-core is highly recommended to use a docker image.

Docker#

Docker repository source is available hier and can be build localy:

git clone https://github.com/ReconCycle/urdf-from-step-docker.git
cd urdf-from-step-docker
docker build -t urdf-from-step .

Builded docker image is available hier, and can be directly pulled like this:

docker pull ghcr.io/reconcycle/urdf-from-step:latest