8000 GitHub - trigrass2/orcahand_description: Contains the description files for the Orcahand model (MJCF, URDF)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

trigrass2/orcahand_description

 
 

Repository files navigation

Orcahand Description

This repository contains the description files for the Orcahand model. Currently, only the MJCF description is available. The 'extended' version contains additional bodies (incl. inertial properties) such as the camera mount, the U2D2 board and fans.

The URDF description will be added soon - for now, use converters such as mjcf_urdf_simple_converter or mjcf2urdf to convert the MJCF description to URDF.

Example Usage

  1. Clone the repository:
    git clone git@github.com:orcahand/orcahand_description.git
    cd orcahand_description
  2. Install the required dependencies:
    pip install mujoco
  3. Simulate the orcahand in mujoco:
    python3 -m mujoco.viewer --mjcf=scene.xml

Note on Meshes

Visual meshes currently contain a max of 1'000 faces (main tower & camera 50'000, rest of base 5'000), while collision meshes contain a max of 500 faces (base 2'500). The number of faces can be printed and reduced for each mesh using the mesh_utils.py script. For this, some extra dependencies are required:

pip install trimesh fast_simplification tabulate termcolor

We can also recommend the VSCode extension mtsmfm.vscode-stl-viewer for quickly visualizing STL meshes.

License

This project is licensed under the MIT License.

Contact

For questions or support, please contact the maintainers of this repo or the Orcahand team via our website (https://orcahand.com).

About

Contains the description files for the Orcahand model (MJCF, URDF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0