Skip to content

Commit

Permalink
ergoCubGazeboV1_1: simplify collision geometry of the fingers
Browse files Browse the repository at this point in the history
For augmenting the real time factor we used to simplify the collision geometry of the fingers with cylinders. The measures have been taken roughtly from the CAD. It fixes #199
  • Loading branch information
Nicogene committed Dec 19, 2023
1 parent 91efee5 commit 8493311
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 101 deletions.
121 changes: 120 additions & 1 deletion urdf/creo2urdf/data/ergocub1_1/ERGOCUB_all_options_gazebo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,126 @@ assignedCollisionGeometry:
shape: box
size: [0.117, 0.100, 0.006]
origin: [0.0,0.0,-0.0193,0.0,0.0,0.0]

- linkName: l_hand_thumb_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.040
origin: [0.020,0.004,0.0,0.0,1.57,0.0]
- linkName: l_hand_thumb_3
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.050
origin: [0.020,0.004,0.0,0.0,1.57,0.0]
- linkName: l_hand_index_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.045
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_index_3
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.055
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_middle_1
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.045
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_middle_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.055
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_ring_1
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.045
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_ring_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.050
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_pinkie_1
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.040
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: l_hand_pinkie_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.050
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_thumb_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.040
origin: [-0.020,-0.004,0.0,0.0,1.57,0.0]
- linkName: r_hand_thumb_3
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.050
origin: [0.020,0.004,0.0,0.0,1.57,0.0]
- linkName: r_hand_index_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.045
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_index_3
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.055
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_middle_1
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.045
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_middle_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.055
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_ring_1
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.045
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_ring_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.050
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_pinkie_1
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.040
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]
- linkName: r_hand_pinkie_2
geometricShape:
shape: cylinder
radius: 0.008
lenght: 0.050
origin: [0.0,0.004,-0.022,0.0,0.0,0.0]

assignedMasses:
torso_1 : 2.0645667
Expand Down
Loading

0 comments on commit 8493311

Please sign in to comment.