Skip to content

A repository of common robot models used in robotic research and development

Notifications You must be signed in to change notification settings

janhq/robotics-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Common Robot Model file in URDF and MJCF

This repository intention is to amass a collection of different common robot model including but not limited to humanoid, quadruped, and robot arm from notable manufacturer. These repository does not and will not support any other robotic format so we can remain consistent with the effort to unified robot development.

Include in this repository, there will also be complimentary script to help with extracting basic information and mapping of robot joint and link to a Mardown file and a JSON file to help developer more easily import and config the robot model in their simulation.

How to use the script

If you just need to generate the json mapping and the md file. Use convert.py as follow:

python convert.py path/to/your/robot.urdf --output-dir desc

If you want to generate for a whole folder at once then use batch_convert.py as follow:

python batch_convert.py /path/to/input/directory

Quick Visulization with MuJoCo

  1. Open MuJoCo Viewer

    pip install mujoco
    python -m mujoco.viewer
  2. Drag and drop the MJCF/URDF model file (XXX.xml/XXX.urdf) to the MuJoCo Viewer.

Contribution and Acknowledgement

This project utilizes robot models from various sources, and we welcome contributions of new or improved models. All model copyrights and licenses remain with their respective owners. Detailed acknowledgements and licensing information can be found within each model's folder. We do not claim ownership of any models not developed by us.

About

A repository of common robot models used in robotic research and development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages