Open-sourcing an A1 robotic arm XML model for MuJoCo #3380
Replies: 1 comment
-
|
Yes — the official home for this is MuJoCo Menagerie, the model collection curated by Google DeepMind ( The process (from their CONTRIBUTING.md):
Quality expectations worth knowing before you invest the effort: Menagerie models aren't just a raw URDF→MJCF dump. They expect tuned inertials, decomposed convex collision meshes (their If Menagerie isn't the right fit or you want it discoverable immediately: two complementary routes —
Given you're a company open-sourcing your own hardware's model, the Menagerie issue-first route is the highest-signal path — it's the canonical place arm users look, and getting listed there is the best discoverability you can get. Just sort the CLA out on the company side early, since that's usually the slowest step. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am an engineer at a robotics company working on our own A1 robotic arm. We use MuJoCo for simulation and control development, and we would like to open-source the robot’s XML/MJCF model and related assets for the community.
My setup
MuJoCo version: 3.x
API: Python
OS: Ubuntu 22.04
Architecture: x86_64
Python version: 3.10
My question
Is there a recommended way to share or contribute robot models with the MuJoCo community?
Is there an official repository, model zoo, or community channel for submitting open-source MuJoCo robot assets/examples?
If direct contribution to an official repository is not available, what would be the best way to make the model discoverable and useful to MuJoCo users?
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions