Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move meshes and models from drake to drake_models #23

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions allegro_hand_description/LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This folder contains a model of the Allegro hand. The files were originally
taken from
https://github.com/felixduvallet/allegro-hand-ros/tree/master/allegro_hand_description,SHA c414ffb.
The original license for these files is BSD, expressed in
http://wiki.ros.org/allegro_hand_ros

Since obtaining the model files from the above-mentioned source, they were
substantially modified for use by Drake. For example, the original STL mesh
files were converted to OBJ files, and various inertia properties, motor
damping and motor effort values were modified. Our changes are covered by
Drake's license terms (see LICENSE.TXT in Drake's root folder).
8 changes: 8 additions & 0 deletions allegro_hand_description/meshes/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The OBJ files in this folder were converted from STL using the Open Asset
Import Library (through http://www.greentoken.de/onlineconv/) and then
subsequently tweaked; simply reconverting from source will not reproduce these
exact files. The input STL files came from the manufacturer (https://github.com
simlabrobotics/allegro_hand_ros/tree/master/allegro_hand_description/meshes).
The names of the meshes (including the .0 substrings) mirror the original
files as closely as possible to facilitate future mapping between STL and OBJ
files.
14 changes: 14 additions & 0 deletions allegro_hand_description/meshes/allegro.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# File produced by Open Asset Import Library (http://www.assimp.sf.net)
# (assimp v3.1.187496374)

newmtl AluminumBodyMaterial
Kd 0.1 0.1 0.1
Ka 0.05 0.05 0.05
Ks 0.45 0.45 0.45
illum 2

newmtl SiliconeFingerTip
Kd 1 1 1
Ka 1 1 1
Ks 1 1 1
illum 1
Loading