Rhoban/onshape-to-robot
Converting Onshape assembly to robot definition (URDF, SDF, MuJoCo) through Onshape API
What it solves
It simplifies the process of converting complex 3D CAD models from Onshape into standardized robot description formats (URDF, SDF, and MuJoCo) that are required for physics simulations.
How it works
The tool leverages the Onshape API to extract assembly information and geometry from a CAD model, then automatically generates the corresponding robot description files needed for simulation environments.
Who it’s for
Robotics engineers and researchers who design robots in Onshape and need to export them for use in physics simulators.
Highlights
- Supports export to URDF, SDF, and MuJoCo formats.
- Integrates directly with the Onshape API to retrieve assembly data.
Related
- Project
orcahand/orcahand_descriptionA collection of URDF and MJCF description files for the Orcahand robotic hand, enabling accurate simulation and visualization in tools like MuJoCo.
- Project
gkjohnson/urdf-loadersA collection of URDF loading libraries for Unity and THREE.js that allows developers to import and visualize robot models in 3D environments.
- Project
ARISE-Initiative/robosuiteA MuJoCo-powered simulation framework and benchmark suite for robot learning, providing modular tools to create environments and test AI control algorithms.
- Project
google-deepmind/mujoco_menagerieA curated collection of high-quality robot models for the MuJoCo physics engine, providing reliable and well-designed simulations for a wide range of robotic platforms.
- Project
robot-descriptions/robot_descriptions.pyPython package that downloads, caches, and provides robot description files (URDF/MJCF) as importable modules, with loaders for MuJoCo, Pinocchio, PyBullet, iDynTree, RoboMeshCat, and yourdfpy.