GithubHelp home page GithubHelp logo

andrejorsula / shadow_hand_ign Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 2.0 998 KB

URDF and SDF descriptions of Shadow Hand compatible with Ignition

Home Page: https://app.ignitionrobotics.org/AndrejOrsula/fuel/models/shadow_hand

CMake 5.39% Python 94.61%
gazebo sdf urdf ignition shadowhand

shadow_hand_ign's Introduction

shadow_hand_ign

URDF and SDF descriptions of Shadow Hand compatible with Ignition.

shadow_hand

Visual mesh geometry and kinematic properties are taken from shadow-robot/sr_common. Collision geometry was remodelled to improve physical interactions (at the cost of performance).

Inertial properties of all links are estimated with estimate_inertial_properties.py script, while assuming total mass of 4.2 kg and uniform density. Furthermore, 50% of forearm's mass is redistributed to other links in order to account for the mechanical coupling via tendons.

Names of links and joints were changed to simplify the model and they do not match the original URDF description.

Instructions

ROS 2 (Optional)

Build with colcon and source the environment to make URDF discoverable for ROS 2.

Ignition

Export IGN_GAZEBO_RESOURCE_PATH to make SDF discoverable within the context of Ignition Gazebo.

export IGN_GAZEBO_RESOURCE_PATH=${PARENT_DIR}/shadow_hand_ign:${IGN_GAZEBO_RESOURCE_PATH}

Alternatively, you can just include the model from Ignition Fuel if you do not require the URDF description (or you use it from the official franka_description).

<include>
    <uri>https://fuel.ignitionrobotics.org/1.0/AndrejOrsula/models/shadow_hand</uri>
</include>

Directory Structure

shadow_hand_ign
├── shadow_hand          # Model directory compatible with Ignition Fuel
    ├─ meshes            # Meshes for both SDF and URDF
        ├── collision    # STL files for collision detection
            └─ *.stl
        └── visual       # COLLADA files for visuals
            └─ *.dae
    ├─ thumbnails        # Thumbnails for Fuel
        └─ *.png
    ├── model.config     # Ignition model meta data
    └── model.sdf        # SDF description of the Ignition model
├── urdf
    └── shadow_hand.urdf # URDF description of the model for MoveIt2
├── CMakeLists.txt
└── package.xml          # ROS2 shadow_hand description package `shadow_hand_ign`

shadow_hand_ign's People

Contributors

andrejorsula avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.