Skip to content

openroboticmetaverse/model-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

orom

🤖 open robotic metaverse mvp - model library 🌐

Overview 🔍

This repo temporarily hosts robot and objects models for visualisation in the orom mvp webapp.

Folder Structure 📂

  • objects/ directory contains various object models.
    • gltf/ subdirectory contains GLTF models.
  • robots/ directory contains robot models.
    • gltf/ subdirectory contains GLTF models.
    • mujoco/ subdirectory contains MJCF models.
    • urdf/ subdirectory contains URDF models.
  • ref_library.json configuration file contains metadata about the models.

Adding Models 🛠️

To add a new model to the repository, follow these steps:

  1. Add the model files:

    • Place the model files in the appropriate subdirectory (e.g., robots/urdf, objects/gltf, ...).
  2. Update the config file ref_library.json:

    • Add an entry for the new model in the robots or objects array.
    • Include the following fields:
      • name: The name of the model.
      • file: The absolute path to the model file starting from the root of the repository. e.g. "/robots/mujoco/franka_emika_panda/panda.xml"
      • file_type: The type of the model file (e.g., gltf, mjcf, urdf).
      • description: A brief description of the model.
      • created_at: The creation date of the model entry.
      • updated_at: The last update date of the model entry.

Attribution ©️

About

orom | 3D models library

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages