OPEN DUCK MINI V2 / COMMUNITY BUILD NOTES

Exploded views.
Reproducible modifications.

An independent build journal inspired by Pollen Robotics’ Microduck. Our actual hardware target is Open Duck Mini v2. These are distinct projects: do not mix their BOMs or control settings.

繁體中文下載頁 →

CAD exploded views

Real CAD geometry, shown with reading offsets. Exploded distances are not assembly dimensions. The interactive viewer has Chinese labels.

Open interactive 3D viewer

Experimental one-piece right shin

CAD-validated only. Neither version has passed physical assembly, printing or load tests. Both combine the two side sheets and spacer at their CAD assembly positions. Version 1 extends the spacer by 0.25 mm at each end to join the sheets. Version 2 also fills the central screw channels, insert holes and counterbores.

Version 2 one-piece right shin CAD preview

Both meshes are watertight single components. STL units are millimetres; approximate bounds are 30.70 × 70.65 × 44.85 mm. Motor insertion, tool clearance, wiring and print orientation still require physical checks.

Rebuild the models

The archive includes three source meshes, a URDF, both generation scripts, pinned dependencies and the upstream license. We have run the v2 script from this archive successfully. The included README is in Chinese; commands are shown below.

Download reproduction ZIP
python3.11 -m venv .venv
.venv/bin/python -m pip install -r requirements.txt
.venv/bin/python sim/print/build_shin_unibody.py
.venv/bin/python sim/print/build_shin_unibody_filled.py

Generated files go into designs/right-shin-unibody-v1/ and designs/right-shin-unibody-v2/. The scripts convert source metres to millimetres; do not apply another 1,000× scale factor.

Records, source and license

CAD baseline: b23317a485b3cec7d8417f352478778b3475173c in apirrone/Open_Duck_Mini. Modifications were recorded on September 8, 2026. Keep the upstream license and modification notes with redistributed files.

This build has not completed full-robot standing, walking or load acceptance. For the complete assembly procedure, follow the version-pinned upstream guide.